RGB | 94 | 94 | 94 | |
HSL | 0 | 0 | 0.37 | |
HSV | 0° | 0° | 37° | |
CYMK | 0 | 0 | 0 | 161 |
XYZ | 10.6392 | 11.1932 | 12.1894 |
This color is called Chicago. It has 94 red, 94 green, and 94 blue. This color is not particularly light nor dark.
.text-5e5e5e { color: #5e5e5e }
This is some text in the color #5e5e5e
.bg-5e5e5e { background-color: #5e5e5e }
.border-5e5e5e { border: 3px solid #5e5e5e; }
This is some text in a box with a border of the color #5e5e5e
.text-shadow-5e5e5e { text-shadow: 4px 4px 2px #5e5e5e; }
This is some text with text shadow color #5e5e5e
.box-shadow-5e5e5e { -moz-box-shadow: 1px 1px 3px 2px #5e5e5e; -webkit-box-shadow: 1px 1px 3px 2px #5e5e5e; box-shadow: 1px 1px 3px 2px #5e5e5e; }
This is some text in a box with a box shadow of the color #5e5e5e