Color spaces of #67694f
RGB | 103 | 105 | 79 |
---|---|---|---|
HSL | 0.18 | 0.14 | 0.36 |
HSV | 65° | 25° | 41° |
CMYK | 0.02 | 0.00 | 0.25 0.59 |
XYZ | 12.0564 | 13.5512 | 9.3773 |
Yxy | 13.5512 | 0.3446 | 0.3873 |
Hunter Lab | 36.8120 | -5.9598 | 10.6651 |
CIE-Lab | 43.5823 | -5.5951 | 14.4060 |
#67694f color RGB value is (103,105,79).
#67694f hex color red value is 103, green value is 105 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #67694f hue: 0.18 , saturation: 0.14 and the lightness value of 67694f is 0.36.
The process color (four color CMYK) of #67694f color hex is 0.02, 0.00, 0.25, 0.59. Web safe color of #67694f is #666666. Color #67694f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01101001 | 01001111 |
Octal | 147 | 151 | 117 |
Decimal | 103 | 105 | 79 |
Hex | 67 | 69 | 4F |
Shades of #67694f
Tints of #67694f
RGB Percentages of Color #67694f
CMYK Percentages of Color #67694f
Complementary Color
#67694f | #514f69 |
#67694f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67694f Color Preview on White Background
Lorem ipsum dolor sit amet.
#67694f Color CSS Codes
.mybgcolor {background-color:#67694f; } .myforecolor {color:#67694f; } .mybordercolor {border:3px solid #67694f; }
#67694f Text Font Color
<p style="color:#67694f">Text here</p>
This sample text font color is #67694f
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.
#67694f Background Color
<div style="background-color:#67694f">
Div content here</div>
This div background color is #67694f
#67694f Border Color
<div style="border:3px solid #67694f">
Div here</div>
This div border color is #67694f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,105,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67694f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67694f; -webkit-box-shadow: 1px 1px 3px 2px #67694f; box-shadow: 1px 1px 3px 2px #67694f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,105,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67694f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67694f; -webkit-box-shadow: 1px 1px 3px 2px #67694f; box-shadow: 1px 1px 3px 2px #67694f;">
Div content here</div>
This div box has shadow with color #67694f
Comments
No comments written yet.
Please login to write comment.