Color spaces of #455021
RGB | 69 | 80 | 33 |
---|---|---|---|
HSL | 0.21 | 0.42 | 0.22 |
HSV | 74° | 59° | 31° |
CMYK | 0.14 | 0.00 | 0.59 0.69 |
XYZ | 5.5974 | 7.1123 | 2.5166 |
Yxy | 7.1123 | 0.3676 | 0.4671 |
Hunter Lab | 26.6689 | -9.2061 | 13.0733 |
CIE-Lab | 32.0612 | -12.6306 | 25.8939 |
#455021 color RGB value is (69,80,33).
#455021 hex color red value is 69, green value is 80 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #455021 hue: 0.21 , saturation: 0.42 and the lightness value of 455021 is 0.22.
The process color (four color CMYK) of #455021 color hex is 0.14, 0.00, 0.59, 0.69. Web safe color of #455021 is #336633. Color #455021 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01010000 | 00100001 |
Octal | 105 | 120 | 41 |
Decimal | 69 | 80 | 33 |
Hex | 45 | 50 | 21 |
Shades of #455021
Tints of #455021
RGB Percentages of Color #455021
CMYK Percentages of Color #455021
Complementary Color
#455021 | #2c2150 |
#455021 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455021 Color Preview on White Background
Lorem ipsum dolor sit amet.
#455021 Color CSS Codes
.mybgcolor {background-color:#455021; } .myforecolor {color:#455021; } .mybordercolor {border:3px solid #455021; }
#455021 Text Font Color
<p style="color:#455021">Text here</p>
This sample text font color is #455021
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.
#455021 Background Color
<div style="background-color:#455021">
Div content here</div>
This div background color is #455021
#455021 Border Color
<div style="border:3px solid #455021">
Div here</div>
This div border color is #455021
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,80,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455021; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455021; -webkit-box-shadow: 1px 1px 3px 2px #455021; box-shadow: 1px 1px 3px 2px #455021; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,80,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #455021">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455021; -webkit-box-shadow: 1px 1px 3px 2px #455021; box-shadow: 1px 1px 3px 2px #455021;">
Div content here</div>
This div box has shadow with color #455021
Comments
No comments written yet.
Please login to write comment.