Color spaces of #93997f
RGB | 147 | 153 | 127 |
---|---|---|---|
HSL | 0.21 | 0.11 | 0.55 |
HSV | 74° | 17° | 60° |
CMYK | 0.04 | 0.00 | 0.17 0.40 |
XYZ | 27.2546 | 30.5178 | 24.5327 |
Yxy | 30.5178 | 0.3311 | 0.3708 |
Hunter Lab | 55.2429 | -8.6105 | 12.3401 |
CIE-Lab | 62.0984 | -6.9174 | 12.9522 |
#93997f color RGB value is (147,153,127).
#93997f hex color red value is 147, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #93997f hue: 0.21 , saturation: 0.11 and the lightness value of 93997f is 0.55.
The process color (four color CMYK) of #93997f color hex is 0.04, 0.00, 0.17, 0.40. Web safe color of #93997f is #999966. Color #93997f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10011001 | 01111111 |
Octal | 223 | 231 | 177 |
Decimal | 147 | 153 | 127 |
Hex | 93 | 99 | 7F |
Shades of #93997f
Tints of #93997f
RGB Percentages of Color #93997f
CMYK Percentages of Color #93997f
Complementary Color
#93997f | #857f99 |
#93997f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93997f Color Preview on White Background
Lorem ipsum dolor sit amet.
#93997f Color CSS Codes
.mybgcolor {background-color:#93997f; } .myforecolor {color:#93997f; } .mybordercolor {border:3px solid #93997f; }
#93997f Text Font Color
<p style="color:#93997f">Text here</p>
This sample text font color is #93997f
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.
#93997f Background Color
<div style="background-color:#93997f">
Div content here</div>
This div background color is #93997f
#93997f Border Color
<div style="border:3px solid #93997f">
Div here</div>
This div border color is #93997f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,153,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93997f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93997f; -webkit-box-shadow: 1px 1px 3px 2px #93997f; box-shadow: 1px 1px 3px 2px #93997f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,153,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93997f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93997f; -webkit-box-shadow: 1px 1px 3px 2px #93997f; box-shadow: 1px 1px 3px 2px #93997f;">
Div content here</div>
This div box has shadow with color #93997f
Comments
No comments written yet.
Please login to write comment.