Color spaces of #5d403b
RGB | 93 | 64 | 59 |
---|---|---|---|
HSL | 0.02 | 0.22 | 0.30 |
HSV | 9° | 37° | 36° |
CMYK | 0.00 | 0.31 | 0.37 0.64 |
XYZ | 7.1370 | 6.3097 | 4.9794 |
Yxy | 6.3097 | 0.3873 | 0.3424 |
Hunter Lab | 25.1191 | 6.7581 | 5.8302 |
CIE-Lab | 30.1807 | 11.8868 | 8.1006 |
#5d403b color RGB value is (93,64,59).
#5d403b hex color red value is 93, green value is 64 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5d403b hue: 0.02 , saturation: 0.22 and the lightness value of 5d403b is 0.30.
The process color (four color CMYK) of #5d403b color hex is 0.00, 0.31, 0.37, 0.64. Web safe color of #5d403b is #663333. Color #5d403b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 01000000 | 00111011 |
Octal | 135 | 100 | 73 |
Decimal | 93 | 64 | 59 |
Hex | 5D | 40 | 3B |
Shades of #5d403b
Tints of #5d403b
RGB Percentages of Color #5d403b
CMYK Percentages of Color #5d403b
Complementary Color
#5d403b | #3b585d |
#5d403b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5d403b Color Preview on White Background
Lorem ipsum dolor sit amet.
#5d403b Color CSS Codes
.mybgcolor {background-color:#5d403b; } .myforecolor {color:#5d403b; } .mybordercolor {border:3px solid #5d403b; }
#5d403b Text Font Color
<p style="color:#5d403b">Text here</p>
This sample text font color is #5d403b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#5d403b Background Color
<div style="background-color:#5d403b">
Div content here</div>
This div background color is #5d403b
#5d403b Border Color
<div style="border:3px solid #5d403b">
Div here</div>
This div border color is #5d403b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,64,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5d403b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d403b; -webkit-box-shadow: 1px 1px 3px 2px #5d403b; box-shadow: 1px 1px 3px 2px #5d403b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,64,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5d403b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d403b; -webkit-box-shadow: 1px 1px 3px 2px #5d403b; box-shadow: 1px 1px 3px 2px #5d403b;">
Div content here</div>
This div box has shadow with color #5d403b
Comments
No comments written yet.
Please login to write comment.