Color spaces of #397958
RGB | 57 | 121 | 88 |
---|---|---|---|
HSL | 0.41 | 0.36 | 0.35 |
HSV | 149° | 53° | 47° |
CMYK | 0.53 | 0.00 | 0.27 0.53 |
XYZ | 10.2862 | 15.2492 | 11.6338 |
Yxy | 15.2492 | 0.2767 | 0.4103 |
Hunter Lab | 39.0502 | -21.3193 | 9.6715 |
CIE-Lab | 45.9736 | -28.8544 | 11.9473 |
#397958 color RGB value is (57,121,88).
#397958 hex color red value is 57, green value is 121 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #397958 hue: 0.41 , saturation: 0.36 and the lightness value of 397958 is 0.35.
The process color (four color CMYK) of #397958 color hex is 0.53, 0.00, 0.27, 0.53. Web safe color of #397958 is #336666. Color #397958 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01111001 | 01011000 |
Octal | 71 | 171 | 130 |
Decimal | 57 | 121 | 88 |
Hex | 39 | 79 | 58 |
Shades of #397958
Tints of #397958
RGB Percentages of Color #397958
CMYK Percentages of Color #397958
Complementary Color
#397958 | #79395a |
#397958 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#397958 Color Preview on White Background
Lorem ipsum dolor sit amet.
#397958 Color CSS Codes
.mybgcolor {background-color:#397958; } .myforecolor {color:#397958; } .mybordercolor {border:3px solid #397958; }
#397958 Text Font Color
<p style="color:#397958">Text here</p>
This sample text font color is #397958
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.
#397958 Background Color
<div style="background-color:#397958">
Div content here</div>
This div background color is #397958
#397958 Border Color
<div style="border:3px solid #397958">
Div here</div>
This div border color is #397958
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,121,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #397958; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #397958; -webkit-box-shadow: 1px 1px 3px 2px #397958; box-shadow: 1px 1px 3px 2px #397958; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,121,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 #397958">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #397958; -webkit-box-shadow: 1px 1px 3px 2px #397958; box-shadow: 1px 1px 3px 2px #397958;">
Div content here</div>
This div box has shadow with color #397958
Comments
No comments written yet.
Please login to write comment.