Dark Slate Gray Hex Code — #2F4F4F
RGB, HSL, and CMYK values for Dark Slate Gray.
Dark Slate Gray Color Values
| Format | Value |
|---|---|
| HEX | #2F4F4F |
| RGB | rgb(47, 79, 79) |
| HSL | hsl(180, 25%, 25%) |
| CMYK | cmyk(41%, 0%, 0%, 69%) |
Want to explore more shades? Use our Color Converter
About Dark Slate Gray
Color psychology: Professionalism, depth.
Dark Slate Gray (#2F4F4F) is a dark shade of gray. It's commonly used in web design, graphic design, and branding where professionalism, depth are desired associations.
How to Use Dark Slate Gray in CSS
/* Using HEX */ color: #2F4F4F; background-color: #2F4F4F; /* Using RGB */ color: rgb(47, 79, 79); /* Using HSL */ color: hsl(180, 25%, 25%);