CSS Color Background

Olive Drab #7

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

Preview

Olive Drab #7 solid color background preview (#3C341F)

Color value: #3C341F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3C341F; }

HTML Code

<section class="hero olive-drab-number-seven-bg"> <h2>Your content</h2> </section> <style> .olive-drab-number-seven-bg { background-color: #3C341F; } </style>