What is the HEX code for dark grey?
The CSS color dark grey in HEX format is #363737. Use this value directly in CSS, SVG, and most design tools.
How do I use dark grey in CSS?
To apply dark grey in CSS:
- Text color: color: #363737;
- Background: background-color: #363737;
- Border: border-color: #363737;
What are all the color format values for dark grey?
| Format | Value |
|---|---|
| HEX | #363737 |
| RGB | rgb(54, 55, 55) |
| HSL | hsl(180, 0.9%, 21.4%) |
| CMYK | cmyk(1.8%, 0%, 0%, 78.4%) |
How do I convert dark grey to HEX?
Select dark grey from the color name list in our color converter. The HEX value — #363737 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark grey belong to?
dark grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 180°, saturation 0.9%, lightness 21.4%.
How do I create lighter and darker shades of dark grey?
Lighter variant (lightness 36.4%): #5c5e5e. Darker variant (lightness 6.399999999999999%): #101010. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.