Color spaces of #21540d
RGB | 33 | 84 | 13 |
---|---|---|---|
HSL | 0.29 | 0.73 | 0.19 |
HSV | 103° | 85° | 33° |
CMYK | 0.61 | 0.00 | 0.85 0.67 |
XYZ | 3.8702 | 6.6930 | 1.4687 |
Yxy | 6.6930 | 0.3217 | 0.5563 |
Hunter Lab | 25.8708 | -18.5709 | 14.7437 |
CIE-Lab | 31.0975 | -30.9909 | 33.5938 |
#21540d color RGB value is (33,84,13).
#21540d hex color red value is 33, green value is 84 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #21540d hue: 0.29 , saturation: 0.73 and the lightness value of 21540d is 0.19.
The process color (four color CMYK) of #21540d color hex is 0.61, 0.00, 0.85, 0.67. Web safe color of #21540d is #336600. Color #21540d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01010100 | 00001101 |
Octal | 41 | 124 | 15 |
Decimal | 33 | 84 | 13 |
Hex | 21 | 54 | D |
Shades of #21540d
Tints of #21540d
RGB Percentages of Color #21540d
CMYK Percentages of Color #21540d
Complementary Color
#21540d | #400d54 |
#21540d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21540d Color Preview on White Background
Lorem ipsum dolor sit amet.
#21540d Color CSS Codes
.mybgcolor {background-color:#21540d; } .myforecolor {color:#21540d; } .mybordercolor {border:3px solid #21540d; }
#21540d Text Font Color
<p style="color:#21540d">Text here</p>
This sample text font color is #21540d
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.
#21540d Background Color
<div style="background-color:#21540d">
Div content here</div>
This div background color is #21540d
#21540d Border Color
<div style="border:3px solid #21540d">
Div here</div>
This div border color is #21540d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,84,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21540d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21540d; -webkit-box-shadow: 1px 1px 3px 2px #21540d; box-shadow: 1px 1px 3px 2px #21540d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,84,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21540d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21540d; -webkit-box-shadow: 1px 1px 3px 2px #21540d; box-shadow: 1px 1px 3px 2px #21540d;">
Div content here</div>
This div box has shadow with color #21540d
Comments
No comments written yet.
Please login to write comment.