Color spaces of #36511d
RGB | 54 | 81 | 29 |
---|---|---|---|
HSL | 0.25 | 0.47 | 0.22 |
HSV | 91° | 64° | 32° |
CMYK | 0.33 | 0.00 | 0.64 0.68 |
XYZ | 4.6855 | 6.7578 | 2.2198 |
Yxy | 6.7578 | 0.3429 | 0.4946 |
Hunter Lab | 25.9958 | -13.3196 | 13.1342 |
CIE-Lab | 31.2491 | -20.3259 | 26.8276 |
#36511d color RGB value is (54,81,29).
#36511d hex color red value is 54, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #36511d hue: 0.25 , saturation: 0.47 and the lightness value of 36511d is 0.22.
The process color (four color CMYK) of #36511d color hex is 0.33, 0.00, 0.64, 0.68. Web safe color of #36511d is #336633. Color #36511d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01010001 | 00011101 |
Octal | 66 | 121 | 35 |
Decimal | 54 | 81 | 29 |
Hex | 36 | 51 | 1D |
Shades of #36511d
Tints of #36511d
RGB Percentages of Color #36511d
CMYK Percentages of Color #36511d
Complementary Color
#36511d | #381d51 |
#36511d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36511d Color Preview on White Background
Lorem ipsum dolor sit amet.
#36511d Color CSS Codes
.mybgcolor {background-color:#36511d; } .myforecolor {color:#36511d; } .mybordercolor {border:3px solid #36511d; }
#36511d Text Font Color
<p style="color:#36511d">Text here</p>
This sample text font color is #36511d
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.
#36511d Background Color
<div style="background-color:#36511d">
Div content here</div>
This div background color is #36511d
#36511d Border Color
<div style="border:3px solid #36511d">
Div here</div>
This div border color is #36511d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,81,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36511d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36511d; -webkit-box-shadow: 1px 1px 3px 2px #36511d; box-shadow: 1px 1px 3px 2px #36511d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,81,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36511d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36511d; -webkit-box-shadow: 1px 1px 3px 2px #36511d; box-shadow: 1px 1px 3px 2px #36511d;">
Div content here</div>
This div box has shadow with color #36511d
Comments
No comments written yet.
Please login to write comment.