Color spaces of #93976e
RGB | 147 | 151 | 110 |
---|---|---|---|
HSL | 0.18 | 0.16 | 0.51 |
HSV | 66° | 27° | 59° |
CMYK | 0.03 | 0.00 | 0.27 0.41 |
XYZ | 25.9137 | 29.4621 | 19.0728 |
Yxy | 29.4621 | 0.3481 | 0.3957 |
Hunter Lab | 54.2790 | -9.7694 | 17.1617 |
CIE-Lab | 61.1873 | -8.4885 | 21.1769 |
#93976e color RGB value is (147,151,110).
#93976e hex color red value is 147, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #93976e hue: 0.18 , saturation: 0.16 and the lightness value of 93976e is 0.51.
The process color (four color CMYK) of #93976e color hex is 0.03, 0.00, 0.27, 0.41. Web safe color of #93976e is #999966. Color #93976e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10010111 | 01101110 |
Octal | 223 | 227 | 156 |
Decimal | 147 | 151 | 110 |
Hex | 93 | 97 | 6E |
Shades of #93976e
Tints of #93976e
RGB Percentages of Color #93976e
CMYK Percentages of Color #93976e
Complementary Color
#93976e | #726e97 |
#93976e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93976e Color Preview on White Background
Lorem ipsum dolor sit amet.
#93976e Color CSS Codes
.mybgcolor {background-color:#93976e; } .myforecolor {color:#93976e; } .mybordercolor {border:3px solid #93976e; }
#93976e Text Font Color
<p style="color:#93976e">Text here</p>
This sample text font color is #93976e
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.
#93976e Background Color
<div style="background-color:#93976e">
Div content here</div>
This div background color is #93976e
#93976e Border Color
<div style="border:3px solid #93976e">
Div here</div>
This div border color is #93976e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,151,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93976e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93976e; -webkit-box-shadow: 1px 1px 3px 2px #93976e; box-shadow: 1px 1px 3px 2px #93976e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,151,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93976e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93976e; -webkit-box-shadow: 1px 1px 3px 2px #93976e; box-shadow: 1px 1px 3px 2px #93976e;">
Div content here</div>
This div box has shadow with color #93976e
Comments
No comments written yet.
Please login to write comment.