Color spaces of #94946a
RGB | 148 | 148 | 106 |
---|---|---|---|
HSL | 0.17 | 0.17 | 0.50 |
HSV | 60° | 28° | 58° |
CMYK | 0.00 | 0.00 | 0.28 0.42 |
XYZ | 25.4042 | 28.5163 | 17.8009 |
Yxy | 28.5163 | 0.3542 | 0.3976 |
Hunter Lab | 53.4007 | -8.5337 | 17.6164 |
CIE-Lab | 60.3523 | -7.0284 | 22.2823 |
#94946a color RGB value is (148,148,106).
#94946a hex color red value is 148, green value is 148 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #94946a hue: 0.17 , saturation: 0.17 and the lightness value of 94946a is 0.50.
The process color (four color CMYK) of #94946a color hex is 0.00, 0.00, 0.28, 0.42. Web safe color of #94946a is #999966. Color #94946a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10010100 | 01101010 |
Octal | 224 | 224 | 152 |
Decimal | 148 | 148 | 106 |
Hex | 94 | 94 | 6A |
Shades of #94946a
Tints of #94946a
RGB Percentages of Color #94946a
CMYK Percentages of Color #94946a
Complementary Color
#94946a | #6a6a94 |
#94946a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94946a Color Preview on White Background
Lorem ipsum dolor sit amet.
#94946a Color CSS Codes
.mybgcolor {background-color:#94946a; } .myforecolor {color:#94946a; } .mybordercolor {border:3px solid #94946a; }
#94946a Text Font Color
<p style="color:#94946a">Text here</p>
This sample text font color is #94946a
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.
#94946a Background Color
<div style="background-color:#94946a">
Div content here</div>
This div background color is #94946a
#94946a Border Color
<div style="border:3px solid #94946a">
Div here</div>
This div border color is #94946a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,148,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94946a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94946a; -webkit-box-shadow: 1px 1px 3px 2px #94946a; box-shadow: 1px 1px 3px 2px #94946a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,148,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94946a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94946a; -webkit-box-shadow: 1px 1px 3px 2px #94946a; box-shadow: 1px 1px 3px 2px #94946a;">
Div content here</div>
This div box has shadow with color #94946a
Comments
No comments written yet.
Please login to write comment.