Color spaces of #457658
RGB | 69 | 118 | 88 |
---|---|---|---|
HSL | 0.40 | 0.26 | 0.37 |
HSV | 143° | 42° | 46° |
CMYK | 0.42 | 0.00 | 0.25 0.54 |
XYZ | 10.6941 | 14.9267 | 11.5500 |
Yxy | 14.9267 | 0.2877 | 0.4016 |
Hunter Lab | 38.6351 | -18.2030 | 9.3198 |
CIE-Lab | 45.5336 | -23.8490 | 11.4170 |
#457658 color RGB value is (69,118,88).
#457658 hex color red value is 69, green value is 118 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #457658 hue: 0.40 , saturation: 0.26 and the lightness value of 457658 is 0.37.
The process color (four color CMYK) of #457658 color hex is 0.42, 0.00, 0.25, 0.54. Web safe color of #457658 is #336666. Color #457658 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01110110 | 01011000 |
Octal | 105 | 166 | 130 |
Decimal | 69 | 118 | 88 |
Hex | 45 | 76 | 58 |
Shades of #457658
Tints of #457658
RGB Percentages of Color #457658
CMYK Percentages of Color #457658
Complementary Color
#457658 | #764563 |
#457658 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457658 Color Preview on White Background
Lorem ipsum dolor sit amet.
#457658 Color CSS Codes
.mybgcolor {background-color:#457658; } .myforecolor {color:#457658; } .mybordercolor {border:3px solid #457658; }
#457658 Text Font Color
<p style="color:#457658">Text here</p>
This sample text font color is #457658
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.
#457658 Background Color
<div style="background-color:#457658">
Div content here</div>
This div background color is #457658
#457658 Border Color
<div style="border:3px solid #457658">
Div here</div>
This div border color is #457658
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,118,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457658; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457658; -webkit-box-shadow: 1px 1px 3px 2px #457658; box-shadow: 1px 1px 3px 2px #457658; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,118,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457658">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457658; -webkit-box-shadow: 1px 1px 3px 2px #457658; box-shadow: 1px 1px 3px 2px #457658;">
Div content here</div>
This div box has shadow with color #457658
Comments
No comments written yet.
Please login to write comment.