Color spaces of #94861e
RGB | 148 | 134 | 30 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.35 |
HSV | 53° | 80° | 58° |
CMYK | 0.00 | 0.09 | 0.80 0.42 |
XYZ | 20.9722 | 23.4398 | 4.6473 |
Yxy | 23.4398 | 0.4275 | 0.4778 |
Hunter Lab | 48.4147 | -7.4033 | 28.1990 |
CIE-Lab | 55.5225 | -6.1487 | 53.4201 |
#94861e color RGB value is (148,134,30).
#94861e hex color red value is 148, green value is 134 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #94861e hue: 0.15 , saturation: 0.66 and the lightness value of 94861e is 0.35.
The process color (four color CMYK) of #94861e color hex is 0.00, 0.09, 0.80, 0.42. Web safe color of #94861e is #999933. Color #94861e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10000110 | 00011110 |
Octal | 224 | 206 | 36 |
Decimal | 148 | 134 | 30 |
Hex | 94 | 86 | 1E |
Shades of #94861e
Tints of #94861e
RGB Percentages of Color #94861e
CMYK Percentages of Color #94861e
Complementary Color
#94861e | #1e2c94 |
#94861e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94861e Color Preview on White Background
Lorem ipsum dolor sit amet.
#94861e Color CSS Codes
.mybgcolor {background-color:#94861e; } .myforecolor {color:#94861e; } .mybordercolor {border:3px solid #94861e; }
#94861e Text Font Color
<p style="color:#94861e">Text here</p>
This sample text font color is #94861e
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.
#94861e Background Color
<div style="background-color:#94861e">
Div content here</div>
This div background color is #94861e
#94861e Border Color
<div style="border:3px solid #94861e">
Div here</div>
This div border color is #94861e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,134,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94861e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94861e; -webkit-box-shadow: 1px 1px 3px 2px #94861e; box-shadow: 1px 1px 3px 2px #94861e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,134,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94861e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94861e; -webkit-box-shadow: 1px 1px 3px 2px #94861e; box-shadow: 1px 1px 3px 2px #94861e;">
Div content here</div>
This div box has shadow with color #94861e
Comments
No comments written yet.
Please login to write comment.