Color spaces of #607967
RGB | 96 | 121 | 103 |
---|---|---|---|
HSL | 0.38 | 0.12 | 0.43 |
HSV | 137° | 21° | 47° |
CMYK | 0.21 | 0.00 | 0.15 0.53 |
XYZ | 14.1094 | 17.1408 | 15.3968 |
Yxy | 17.1408 | 0.3025 | 0.3675 |
Hunter Lab | 41.4014 | -11.6207 | 6.9316 |
CIE-Lab | 48.4370 | -13.0011 | 6.9016 |
#607967 color RGB value is (96,121,103).
#607967 hex color red value is 96, green value is 121 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #607967 hue: 0.38 , saturation: 0.12 and the lightness value of 607967 is 0.43.
The process color (four color CMYK) of #607967 color hex is 0.21, 0.00, 0.15, 0.53. Web safe color of #607967 is #666666. Color #607967 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01111001 | 01100111 |
Octal | 140 | 171 | 147 |
Decimal | 96 | 121 | 103 |
Hex | 60 | 79 | 67 |
Shades of #607967
Tints of #607967
RGB Percentages of Color #607967
CMYK Percentages of Color #607967
Complementary Color
#607967 | #796072 |
#607967 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#607967 Color Preview on White Background
Lorem ipsum dolor sit amet.
#607967 Color CSS Codes
.mybgcolor {background-color:#607967; } .myforecolor {color:#607967; } .mybordercolor {border:3px solid #607967; }
#607967 Text Font Color
<p style="color:#607967">Text here</p>
This sample text font color is #607967
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.
#607967 Background Color
<div style="background-color:#607967">
Div content here</div>
This div background color is #607967
#607967 Border Color
<div style="border:3px solid #607967">
Div here</div>
This div border color is #607967
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,121,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #607967; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #607967; -webkit-box-shadow: 1px 1px 3px 2px #607967; box-shadow: 1px 1px 3px 2px #607967; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,121,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #607967">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #607967; -webkit-box-shadow: 1px 1px 3px 2px #607967; box-shadow: 1px 1px 3px 2px #607967;">
Div content here</div>
This div box has shadow with color #607967
#607967 Color Palettes
Comments
No comments written yet.
Please login to write comment.