RGB | 87 | 45 | 45 | |
HSL | 0 | 0.32 | 0.26 | |
HSV | 0° | 48° | 34° | |
CYMK | 0 | 0.4828 | 0.4828 | 168 |
XYZ | 5.3425 | 4.0925 | 2.991 |
This color is called Cowboy. It has 87 red, 45 green, and 45 blue. This color is not particularly light nor dark.
.text-572d2d { color: #572d2d }
This is some text in the color #572d2d
.bg-572d2d { background-color: #572d2d }
.border-572d2d { border: 3px solid #572d2d; }
This is some text in a box with a border of the color #572d2d
.text-shadow-572d2d { text-shadow: 4px 4px 2px #572d2d; }
This is some text with text shadow color #572d2d
.box-shadow-572d2d { -moz-box-shadow: 1px 1px 3px 2px #572d2d; -webkit-box-shadow: 1px 1px 3px 2px #572d2d; box-shadow: 1px 1px 3px 2px #572d2d; }
This is some text in a box with a box shadow of the color #572d2d