Color spaces of #5d443f
RGB | 93 | 68 | 63 |
---|---|---|---|
HSL | 0.03 | 0.19 | 0.31 |
HSV | 10° | 32° | 36° |
CMYK | 0.00 | 0.27 | 0.32 0.64 |
XYZ | 7.4785 | 6.8203 | 5.6249 |
Yxy | 6.8203 | 0.3754 | 0.3423 |
Hunter Lab | 26.1157 | 5.4128 | 5.5109 |
CIE-Lab | 31.3943 | 9.9682 | 7.2271 |
#5d443f color RGB value is (93,68,63).
#5d443f hex color red value is 93, green value is 68 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5d443f hue: 0.03 , saturation: 0.19 and the lightness value of 5d443f is 0.31.
The process color (four color CMYK) of #5d443f color hex is 0.00, 0.27, 0.32, 0.64. Web safe color of #5d443f is #663333. Color #5d443f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 01000100 | 00111111 |
Octal | 135 | 104 | 77 |
Decimal | 93 | 68 | 63 |
Hex | 5D | 44 | 3F |
Shades of #5d443f
Tints of #5d443f
RGB Percentages of Color #5d443f
CMYK Percentages of Color #5d443f
Complementary Color
#5d443f | #3f585d |
#5d443f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5d443f Color Preview on White Background
Lorem ipsum dolor sit amet.
#5d443f Color CSS Codes
.mybgcolor {background-color:#5d443f; } .myforecolor {color:#5d443f; } .mybordercolor {border:3px solid #5d443f; }
#5d443f Text Font Color
<p style="color:#5d443f">Text here</p>
This sample text font color is #5d443f
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.
#5d443f Background Color
<div style="background-color:#5d443f">
Div content here</div>
This div background color is #5d443f
#5d443f Border Color
<div style="border:3px solid #5d443f">
Div here</div>
This div border color is #5d443f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,68,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5d443f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d443f; -webkit-box-shadow: 1px 1px 3px 2px #5d443f; box-shadow: 1px 1px 3px 2px #5d443f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,68,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5d443f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d443f; -webkit-box-shadow: 1px 1px 3px 2px #5d443f; box-shadow: 1px 1px 3px 2px #5d443f;">
Div content here</div>
This div box has shadow with color #5d443f
Comments
No comments written yet.
Please login to write comment.