Color spaces of #62713f
RGB | 98 | 113 | 63 |
---|---|---|---|
HSL | 0.22 | 0.28 | 0.35 |
HSV | 78° | 44° | 44° |
CMYK | 0.13 | 0.00 | 0.44 0.56 |
XYZ | 11.8393 | 14.7658 | 6.9287 |
Yxy | 14.7658 | 0.3531 | 0.4403 |
Hunter Lab | 38.4263 | -12.2494 | 16.2077 |
CIE-Lab | 45.3117 | -14.5667 | 25.8625 |
#62713f color RGB value is (98,113,63).
#62713f hex color red value is 98, green value is 113 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #62713f hue: 0.22 , saturation: 0.28 and the lightness value of 62713f is 0.35.
The process color (four color CMYK) of #62713f color hex is 0.13, 0.00, 0.44, 0.56. Web safe color of #62713f is #666633. Color #62713f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01110001 | 00111111 |
Octal | 142 | 161 | 77 |
Decimal | 98 | 113 | 63 |
Hex | 62 | 71 | 3F |
Shades of #62713f
Tints of #62713f
RGB Percentages of Color #62713f
CMYK Percentages of Color #62713f
Complementary Color
#62713f | #4e3f71 |
#62713f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62713f Color Preview on White Background
Lorem ipsum dolor sit amet.
#62713f Color CSS Codes
.mybgcolor {background-color:#62713f; } .myforecolor {color:#62713f; } .mybordercolor {border:3px solid #62713f; }
#62713f Text Font Color
<p style="color:#62713f">Text here</p>
This sample text font color is #62713f
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.
#62713f Background Color
<div style="background-color:#62713f">
Div content here</div>
This div background color is #62713f
#62713f Border Color
<div style="border:3px solid #62713f">
Div here</div>
This div border color is #62713f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,113,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62713f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62713f; -webkit-box-shadow: 1px 1px 3px 2px #62713f; box-shadow: 1px 1px 3px 2px #62713f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,113,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62713f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62713f; -webkit-box-shadow: 1px 1px 3px 2px #62713f; box-shadow: 1px 1px 3px 2px #62713f;">
Div content here</div>
This div box has shadow with color #62713f
Comments
No comments written yet.
Please login to write comment.