Color spaces of #94972e
RGB | 148 | 151 | 46 |
---|---|---|---|
HSL | 0.17 | 0.53 | 0.39 |
HSV | 62° | 70° | 59° |
CMYK | 0.02 | 0.00 | 0.70 0.41 |
XYZ | 23.7725 | 28.6264 | 6.8573 |
Yxy | 28.6264 | 0.4012 | 0.4831 |
Hunter Lab | 53.5036 | -14.3211 | 29.8536 |
CIE-Lab | 60.4505 | -14.5002 | 52.2390 |
#94972e color RGB value is (148,151,46).
#94972e hex color red value is 148, green value is 151 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #94972e hue: 0.17 , saturation: 0.53 and the lightness value of 94972e is 0.39.
The process color (four color CMYK) of #94972e color hex is 0.02, 0.00, 0.70, 0.41. Web safe color of #94972e is #999933. Color #94972e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10010111 | 00101110 |
Octal | 224 | 227 | 56 |
Decimal | 148 | 151 | 46 |
Hex | 94 | 97 | 2E |
Shades of #94972e
Tints of #94972e
RGB Percentages of Color #94972e
CMYK Percentages of Color #94972e
Complementary Color
#94972e | #312e97 |
#94972e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94972e Color Preview on White Background
Lorem ipsum dolor sit amet.
#94972e Color CSS Codes
.mybgcolor {background-color:#94972e; } .myforecolor {color:#94972e; } .mybordercolor {border:3px solid #94972e; }
#94972e Text Font Color
<p style="color:#94972e">Text here</p>
This sample text font color is #94972e
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.
#94972e Background Color
<div style="background-color:#94972e">
Div content here</div>
This div background color is #94972e
#94972e Border Color
<div style="border:3px solid #94972e">
Div here</div>
This div border color is #94972e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,151,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94972e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94972e; -webkit-box-shadow: 1px 1px 3px 2px #94972e; box-shadow: 1px 1px 3px 2px #94972e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,151,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94972e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94972e; -webkit-box-shadow: 1px 1px 3px 2px #94972e; box-shadow: 1px 1px 3px 2px #94972e;">
Div content here</div>
This div box has shadow with color #94972e
Comments
No comments written yet.
Please login to write comment.