CSS Color Background

Ebony

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

Preview

Ebony solid color background preview (#555D50)

Color value: #555D50

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #555D50; }

HTML Code

<section class="hero ebony-bg"> <h2>Your content</h2> </section> <style> .ebony-bg { background-color: #555D50; } </style>