CSS Color Background

Dim Gray

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

Preview

Dim Gray solid color background preview (#696969)

Color value: #696969

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #696969; }

HTML Code

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