Color spaces of #61664a
RGB | 97 | 102 | 74 |
---|---|---|---|
HSL | 0.20 | 0.16 | 0.35 |
HSV | 71° | 27° | 40° |
CMYK | 0.05 | 0.00 | 0.27 0.60 |
XYZ | 10.9172 | 12.5385 | 8.3233 |
Yxy | 12.5385 | 0.3435 | 0.3946 |
Hunter Lab | 35.4097 | -6.9336 | 10.8503 |
CIE-Lab | 42.0595 | -7.2072 | 15.2220 |
#61664a color RGB value is (97,102,74).
#61664a hex color red value is 97, green value is 102 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #61664a hue: 0.20 , saturation: 0.16 and the lightness value of 61664a is 0.35.
The process color (four color CMYK) of #61664a color hex is 0.05, 0.00, 0.27, 0.60. Web safe color of #61664a is #666633. Color #61664a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01100110 | 01001010 |
Octal | 141 | 146 | 112 |
Decimal | 97 | 102 | 74 |
Hex | 61 | 66 | 4A |
Shades of #61664a
Tints of #61664a
RGB Percentages of Color #61664a
CMYK Percentages of Color #61664a
Complementary Color
#61664a | #4f4a66 |
#61664a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61664a Color Preview on White Background
Lorem ipsum dolor sit amet.
#61664a Color CSS Codes
.mybgcolor {background-color:#61664a; } .myforecolor {color:#61664a; } .mybordercolor {border:3px solid #61664a; }
#61664a Text Font Color
<p style="color:#61664a">Text here</p>
This sample text font color is #61664a
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.
#61664a Background Color
<div style="background-color:#61664a">
Div content here</div>
This div background color is #61664a
#61664a Border Color
<div style="border:3px solid #61664a">
Div here</div>
This div border color is #61664a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,102,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61664a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61664a; -webkit-box-shadow: 1px 1px 3px 2px #61664a; box-shadow: 1px 1px 3px 2px #61664a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,102,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61664a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61664a; -webkit-box-shadow: 1px 1px 3px 2px #61664a; box-shadow: 1px 1px 3px 2px #61664a;">
Div content here</div>
This div box has shadow with color #61664a
Comments
No comments written yet.
Please login to write comment.