Color spaces of #545009
RGB | 84 | 80 | 9 |
---|---|---|---|
HSL | 0.16 | 0.81 | 0.18 |
HSV | 57° | 89° | 33° |
CMYK | 0.00 | 0.05 | 0.89 0.67 |
XYZ | 6.5741 | 7.6419 | 1.3870 |
Yxy | 7.6419 | 0.4213 | 0.4898 |
Hunter Lab | 27.6440 | -5.9274 | 16.3760 |
CIE-Lab | 33.2257 | -6.9362 | 38.1627 |
#545009 color RGB value is (84,80,9).
#545009 hex color red value is 84, green value is 80 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #545009 hue: 0.16 , saturation: 0.81 and the lightness value of 545009 is 0.18.
The process color (four color CMYK) of #545009 color hex is 0.00, 0.05, 0.89, 0.67. Web safe color of #545009 is #666600. Color #545009 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01010000 | 00001001 |
Octal | 124 | 120 | 11 |
Decimal | 84 | 80 | 9 |
Hex | 54 | 50 | 9 |
Shades of #545009
Tints of #545009
RGB Percentages of Color #545009
CMYK Percentages of Color #545009
Complementary Color
#545009 | #090d54 |
#545009 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#545009 Color Preview on White Background
Lorem ipsum dolor sit amet.
#545009 Color CSS Codes
.mybgcolor {background-color:#545009; } .myforecolor {color:#545009; } .mybordercolor {border:3px solid #545009; }
#545009 Text Font Color
<p style="color:#545009">Text here</p>
This sample text font color is #545009
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.
#545009 Background Color
<div style="background-color:#545009">
Div content here</div>
This div background color is #545009
#545009 Border Color
<div style="border:3px solid #545009">
Div here</div>
This div border color is #545009
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,80,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #545009; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #545009; -webkit-box-shadow: 1px 1px 3px 2px #545009; box-shadow: 1px 1px 3px 2px #545009; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,80,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 #545009">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #545009; -webkit-box-shadow: 1px 1px 3px 2px #545009; box-shadow: 1px 1px 3px 2px #545009;">
Div content here</div>
This div box has shadow with color #545009
Comments
No comments written yet.
Please login to write comment.