Color spaces of #457646
RGB | 69 | 118 | 70 |
---|---|---|---|
HSL | 0.34 | 0.26 | 0.37 |
HSV | 121° | 42° | 46° |
CMYK | 0.42 | 0.00 | 0.41 0.54 |
XYZ | 10.0382 | 14.6643 | 8.0958 |
Yxy | 14.6643 | 0.3061 | 0.4471 |
Hunter Lab | 38.2940 | -20.2234 | 14.2712 |
CIE-Lab | 45.1709 | -27.3250 | 21.3670 |
#457646 color RGB value is (69,118,70).
#457646 hex color red value is 69, green value is 118 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #457646 hue: 0.34 , saturation: 0.26 and the lightness value of 457646 is 0.37.
The process color (four color CMYK) of #457646 color hex is 0.42, 0.00, 0.41, 0.54. Web safe color of #457646 is #336633. Color #457646 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01110110 | 01000110 |
Octal | 105 | 166 | 106 |
Decimal | 69 | 118 | 70 |
Hex | 45 | 76 | 46 |
Shades of #457646
Tints of #457646
RGB Percentages of Color #457646
CMYK Percentages of Color #457646
Complementary Color
#457646 | #764575 |
#457646 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457646 Color Preview on White Background
Lorem ipsum dolor sit amet.
#457646 Color CSS Codes
.mybgcolor {background-color:#457646; } .myforecolor {color:#457646; } .mybordercolor {border:3px solid #457646; }
#457646 Text Font Color
<p style="color:#457646">Text here</p>
This sample text font color is #457646
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.
#457646 Background Color
<div style="background-color:#457646">
Div content here</div>
This div background color is #457646
#457646 Border Color
<div style="border:3px solid #457646">
Div here</div>
This div border color is #457646
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,118,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457646; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457646; -webkit-box-shadow: 1px 1px 3px 2px #457646; box-shadow: 1px 1px 3px 2px #457646; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,118,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457646">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457646; -webkit-box-shadow: 1px 1px 3px 2px #457646; box-shadow: 1px 1px 3px 2px #457646;">
Div content here</div>
This div box has shadow with color #457646
Comments
No comments written yet.
Please login to write comment.