Color spaces of #84945e
RGB | 132 | 148 | 94 |
---|---|---|---|
HSL | 0.22 | 0.22 | 0.47 |
HSV | 78° | 36° | 58° |
CMYK | 0.11 | 0.00 | 0.36 0.42 |
XYZ | 22.1260 | 26.8935 | 14.6145 |
Yxy | 26.8935 | 0.3477 | 0.4226 |
Hunter Lab | 51.8589 | -14.5948 | 19.5926 |
CIE-Lab | 58.8756 | -15.1597 | 26.6948 |
#84945e color RGB value is (132,148,94).
#84945e hex color red value is 132, green value is 148 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #84945e hue: 0.22 , saturation: 0.22 and the lightness value of 84945e is 0.47.
The process color (four color CMYK) of #84945e color hex is 0.11, 0.00, 0.36, 0.42. Web safe color of #84945e is #999966. Color #84945e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10010100 | 01011110 |
Octal | 204 | 224 | 136 |
Decimal | 132 | 148 | 94 |
Hex | 84 | 94 | 5E |
Shades of #84945e
Tints of #84945e
RGB Percentages of Color #84945e
CMYK Percentages of Color #84945e
Complementary Color
#84945e | #6e5e94 |
#84945e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84945e Color Preview on White Background
Lorem ipsum dolor sit amet.
#84945e Color CSS Codes
.mybgcolor {background-color:#84945e; } .myforecolor {color:#84945e; } .mybordercolor {border:3px solid #84945e; }
#84945e Text Font Color
<p style="color:#84945e">Text here</p>
This sample text font color is #84945e
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.
#84945e Background Color
<div style="background-color:#84945e">
Div content here</div>
This div background color is #84945e
#84945e Border Color
<div style="border:3px solid #84945e">
Div here</div>
This div border color is #84945e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,148,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84945e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84945e; -webkit-box-shadow: 1px 1px 3px 2px #84945e; box-shadow: 1px 1px 3px 2px #84945e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,148,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84945e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84945e; -webkit-box-shadow: 1px 1px 3px 2px #84945e; box-shadow: 1px 1px 3px 2px #84945e;">
Div content here</div>
This div box has shadow with color #84945e
Comments
No comments written yet.
Please login to write comment.