CSS Color Background

Shadow

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

Preview

Shadow solid color background preview (#8A795D)

Color value: #8A795D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8A795D; }

HTML Code

<section class="hero shadow-bg"> <h2>Your content</h2> </section> <style> .shadow-bg { background-color: #8A795D; } </style>