CSS Color Background

Dark Gray

Pure CSS color background: #A9A9A9. Use this solid color for personal and commercial creative projects.

Preview

Dark Gray solid color background preview (#A9A9A9)

Color value: #A9A9A9

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #A9A9A9; }

HTML Code

<section class="hero dark-gray-bg"> <h2>Your content</h2> </section> <style> .dark-gray-bg { background-color: #A9A9A9; } </style>