Color spaces of #21490b
RGB | 33 | 73 | 11 |
---|---|---|---|
HSL | 0.27 | 0.74 | 0.16 |
HSV | 99° | 85° | 29° |
CMYK | 0.55 | 0.00 | 0.85 0.71 |
XYZ | 3.0701 | 5.1126 | 1.1416 |
Yxy | 5.1126 | 0.3293 | 0.5483 |
Hunter Lab | 22.6111 | -15.3329 | 12.8343 |
CIE-Lab | 27.0532 | -26.3380 | 30.4558 |
#21490b color RGB value is (33,73,11).
#21490b hex color red value is 33, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #21490b hue: 0.27 , saturation: 0.74 and the lightness value of 21490b is 0.16.
The process color (four color CMYK) of #21490b color hex is 0.55, 0.00, 0.85, 0.71. Web safe color of #21490b is #333300. Color #21490b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01001001 | 00001011 |
Octal | 41 | 111 | 13 |
Decimal | 33 | 73 | 11 |
Hex | 21 | 49 | B |
Shades of #21490b
Tints of #21490b
RGB Percentages of Color #21490b
CMYK Percentages of Color #21490b
Complementary Color
#21490b | #330b49 |
#21490b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#21490b Color Preview on White Background
Lorem ipsum dolor sit amet.
#21490b Color CSS Codes
.mybgcolor {background-color:#21490b; } .myforecolor {color:#21490b; } .mybordercolor {border:3px solid #21490b; }
#21490b Text Font Color
<p style="color:#21490b">Text here</p>
This sample text font color is #21490b
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.
#21490b Background Color
<div style="background-color:#21490b">
Div content here</div>
This div background color is #21490b
#21490b Border Color
<div style="border:3px solid #21490b">
Div here</div>
This div border color is #21490b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,73,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #21490b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21490b; -webkit-box-shadow: 1px 1px 3px 2px #21490b; box-shadow: 1px 1px 3px 2px #21490b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,73,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #21490b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #21490b; -webkit-box-shadow: 1px 1px 3px 2px #21490b; box-shadow: 1px 1px 3px 2px #21490b;">
Div content here</div>
This div box has shadow with color #21490b
Comments
No comments written yet.
Please login to write comment.