Color spaces of #457152
RGB | 69 | 113 | 82 |
---|---|---|---|
HSL | 0.38 | 0.24 | 0.36 |
HSV | 138° | 39° | 44° |
CMYK | 0.39 | 0.00 | 0.27 0.56 |
XYZ | 9.8824 | 13.6847 | 10.1032 |
Yxy | 13.6847 | 0.2935 | 0.4064 |
Hunter Lab | 36.9928 | -17.0523 | 9.7022 |
CIE-Lab | 43.7773 | -22.5471 | 12.5197 |
#457152 color RGB value is (69,113,82).
#457152 hex color red value is 69, green value is 113 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #457152 hue: 0.38 , saturation: 0.24 and the lightness value of 457152 is 0.36.
The process color (four color CMYK) of #457152 color hex is 0.39, 0.00, 0.27, 0.56. Web safe color of #457152 is #336666. Color #457152 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01110001 | 01010010 |
Octal | 105 | 161 | 122 |
Decimal | 69 | 113 | 82 |
Hex | 45 | 71 | 52 |
Shades of #457152
Tints of #457152
RGB Percentages of Color #457152
CMYK Percentages of Color #457152
Complementary Color
#457152 | #714564 |
#457152 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457152 Color Preview on White Background
Lorem ipsum dolor sit amet.
#457152 Color CSS Codes
.mybgcolor {background-color:#457152; } .myforecolor {color:#457152; } .mybordercolor {border:3px solid #457152; }
#457152 Text Font Color
<p style="color:#457152">Text here</p>
This sample text font color is #457152
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.
#457152 Background Color
<div style="background-color:#457152">
Div content here</div>
This div background color is #457152
#457152 Border Color
<div style="border:3px solid #457152">
Div here</div>
This div border color is #457152
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,113,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457152; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457152; -webkit-box-shadow: 1px 1px 3px 2px #457152; box-shadow: 1px 1px 3px 2px #457152; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,113,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457152">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457152; -webkit-box-shadow: 1px 1px 3px 2px #457152; box-shadow: 1px 1px 3px 2px #457152;">
Div content here</div>
This div box has shadow with color #457152
Comments
No comments written yet.
Please login to write comment.