Color spaces of #5e5429
RGB | 94 | 84 | 41 |
---|---|---|---|
HSL | 0.14 | 0.39 | 0.26 |
HSV | 49° | 56° | 37° |
CMYK | 0.00 | 0.11 | 0.56 0.63 |
XYZ | 8.1867 | 8.8804 | 3.3804 |
Yxy | 8.8804 | 0.4004 | 0.4343 |
Hunter Lab | 29.8000 | -3.1122 | 14.1344 |
CIE-Lab | 35.7530 | -2.2591 | 26.3705 |
#5e5429 color RGB value is (94,84,41).
#5e5429 hex color red value is 94, green value is 84 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #5e5429 hue: 0.14 , saturation: 0.39 and the lightness value of 5e5429 is 0.26.
The process color (four color CMYK) of #5e5429 color hex is 0.00, 0.11, 0.56, 0.63. Web safe color of #5e5429 is #666633. Color #5e5429 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 01010100 | 00101001 |
Octal | 136 | 124 | 51 |
Decimal | 94 | 84 | 41 |
Hex | 5E | 54 | 29 |
Shades of #5e5429
Tints of #5e5429
RGB Percentages of Color #5e5429
CMYK Percentages of Color #5e5429
Complementary Color
#5e5429 | #29335e |
#5e5429 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5e5429 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5e5429 Color CSS Codes
.mybgcolor {background-color:#5e5429; } .myforecolor {color:#5e5429; } .mybordercolor {border:3px solid #5e5429; }
#5e5429 Text Font Color
<p style="color:#5e5429">Text here</p>
This sample text font color is #5e5429
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.
#5e5429 Background Color
<div style="background-color:#5e5429">
Div content here</div>
This div background color is #5e5429
#5e5429 Border Color
<div style="border:3px solid #5e5429">
Div here</div>
This div border color is #5e5429
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,84,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5e5429; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5e5429; -webkit-box-shadow: 1px 1px 3px 2px #5e5429; box-shadow: 1px 1px 3px 2px #5e5429; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,84,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5e5429">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5e5429; -webkit-box-shadow: 1px 1px 3px 2px #5e5429; box-shadow: 1px 1px 3px 2px #5e5429;">
Div content here</div>
This div box has shadow with color #5e5429
Comments
No comments written yet.
Please login to write comment.