Color spaces of #455816
RGB | 69 | 88 | 22 |
---|---|---|---|
HSL | 0.21 | 0.60 | 0.22 |
HSV | 77° | 75° | 35° |
CMYK | 0.22 | 0.00 | 0.75 0.65 |
XYZ | 6.0888 | 8.3026 | 2.0407 |
Yxy | 8.3026 | 0.3705 | 0.5053 |
Hunter Lab | 28.8142 | -12.7057 | 15.9709 |
CIE-Lab | 34.6053 | -18.0628 | 34.1250 |
#455816 color RGB value is (69,88,22).
#455816 hex color red value is 69, green value is 88 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #455816 hue: 0.21 , saturation: 0.60 and the lightness value of 455816 is 0.22.
The process color (four color CMYK) of #455816 color hex is 0.22, 0.00, 0.75, 0.65. Web safe color of #455816 is #336600. Color #455816 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01011000 | 00010110 |
Octal | 105 | 130 | 26 |
Decimal | 69 | 88 | 22 |
Hex | 45 | 58 | 16 |
Shades of #455816
Tints of #455816
RGB Percentages of Color #455816
CMYK Percentages of Color #455816
Complementary Color
#455816 | #291658 |
#455816 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455816 Color Preview on White Background
Lorem ipsum dolor sit amet.
#455816 Color CSS Codes
.mybgcolor {background-color:#455816; } .myforecolor {color:#455816; } .mybordercolor {border:3px solid #455816; }
#455816 Text Font Color
<p style="color:#455816">Text here</p>
This sample text font color is #455816
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.
#455816 Background Color
<div style="background-color:#455816">
Div content here</div>
This div background color is #455816
#455816 Border Color
<div style="border:3px solid #455816">
Div here</div>
This div border color is #455816
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,88,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455816; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455816; -webkit-box-shadow: 1px 1px 3px 2px #455816; box-shadow: 1px 1px 3px 2px #455816; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,88,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #455816">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455816; -webkit-box-shadow: 1px 1px 3px 2px #455816; box-shadow: 1px 1px 3px 2px #455816;">
Div content here</div>
This div box has shadow with color #455816
Comments
No comments written yet.
Please login to write comment.