CSS Color Background

Davy's Grey

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

Preview

Davy's Grey solid color background preview (#555555)

Color value: #555555

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #555555; }

HTML Code

<section class="hero davys-grey-bg"> <h2>Your content</h2> </section> <style> .davys-grey-bg { background-color: #555555; } </style>