Color spaces of #053209
RGB | 5 | 50 | 9 |
---|---|---|---|
HSL | 0.35 | 0.82 | 0.11 |
HSV | 125° | 90° | 20° |
CMYK | 0.90 | 0.00 | 0.82 0.80 |
XYZ | 1.2525 | 2.3332 | 0.6428 |
Yxy | 2.3332 | 0.2962 | 0.5518 |
Hunter Lab | 15.2748 | -12.0943 | 8.1973 |
CIE-Lab | 17.1468 | -24.7743 | 20.3693 |
#053209 color RGB value is (5,50,9).
#053209 hex color red value is 5, green value is 50 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #053209 hue: 0.35 , saturation: 0.82 and the lightness value of 053209 is 0.11.
The process color (four color CMYK) of #053209 color hex is 0.90, 0.00, 0.82, 0.80. Web safe color of #053209 is #003300. Color #053209 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00110010 | 00001001 |
Octal | 5 | 62 | 11 |
Decimal | 5 | 50 | 9 |
Hex | 5 | 32 | 9 |
Shades of #053209
Tints of #053209
RGB Percentages of Color #053209
CMYK Percentages of Color #053209
Complementary Color
#053209 | #32052e |
#053209 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#053209 Color Preview on White Background
Lorem ipsum dolor sit amet.
#053209 Color CSS Codes
.mybgcolor {background-color:#053209; } .myforecolor {color:#053209; } .mybordercolor {border:3px solid #053209; }
#053209 Text Font Color
<p style="color:#053209">Text here</p>
This sample text font color is #053209
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.
#053209 Background Color
<div style="background-color:#053209">
Div content here</div>
This div background color is #053209
#053209 Border Color
<div style="border:3px solid #053209">
Div here</div>
This div border color is #053209
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,50,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #053209; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #053209; -webkit-box-shadow: 1px 1px 3px 2px #053209; box-shadow: 1px 1px 3px 2px #053209; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,50,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #053209">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #053209; -webkit-box-shadow: 1px 1px 3px 2px #053209; box-shadow: 1px 1px 3px 2px #053209;">
Div content here</div>
This div box has shadow with color #053209
Comments
No comments written yet.
Please login to write comment.