Color spaces of #848127
RGB | 132 | 129 | 39 |
---|---|---|---|
HSL | 0.16 | 0.54 | 0.34 |
HSV | 58° | 70° | 52° |
CMYK | 0.00 | 0.02 | 0.70 0.48 |
XYZ | 17.7322 | 20.7525 | 4.9905 |
Yxy | 20.7525 | 0.4079 | 0.4773 |
Hunter Lab | 45.5549 | -10.2402 | 25.3933 |
CIE-Lab | 52.6776 | -10.3232 | 46.8351 |
#848127 color RGB value is (132,129,39).
#848127 hex color red value is 132, green value is 129 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #848127 hue: 0.16 , saturation: 0.54 and the lightness value of 848127 is 0.34.
The process color (four color CMYK) of #848127 color hex is 0.00, 0.02, 0.70, 0.48. Web safe color of #848127 is #999933. Color #848127 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10000001 | 00100111 |
Octal | 204 | 201 | 47 |
Decimal | 132 | 129 | 39 |
Hex | 84 | 81 | 27 |
Shades of #848127
Tints of #848127
RGB Percentages of Color #848127
CMYK Percentages of Color #848127
Complementary Color
#848127 | #272a84 |
#848127 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#848127 Color Preview on White Background
Lorem ipsum dolor sit amet.
#848127 Color CSS Codes
.mybgcolor {background-color:#848127; } .myforecolor {color:#848127; } .mybordercolor {border:3px solid #848127; }
#848127 Text Font Color
<p style="color:#848127">Text here</p>
This sample text font color is #848127
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.
#848127 Background Color
<div style="background-color:#848127">
Div content here</div>
This div background color is #848127
#848127 Border Color
<div style="border:3px solid #848127">
Div here</div>
This div border color is #848127
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,129,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #848127; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #848127; -webkit-box-shadow: 1px 1px 3px 2px #848127; box-shadow: 1px 1px 3px 2px #848127; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,129,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #848127">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #848127; -webkit-box-shadow: 1px 1px 3px 2px #848127; box-shadow: 1px 1px 3px 2px #848127;">
Div content here</div>
This div box has shadow with color #848127
Comments
No comments written yet.
Please login to write comment.