Color spaces of #80922b
RGB | 128 | 146 | 43 |
---|---|---|---|
HSL | 0.20 | 0.54 | 0.37 |
HSV | 70° | 71° | 57° |
CMYK | 0.12 | 0.00 | 0.71 0.43 |
XYZ | 19.6170 | 25.3214 | 6.1391 |
Yxy | 25.3214 | 0.3841 | 0.4957 |
Hunter Lab | 50.3204 | -18.4738 | 27.9909 |
CIE-Lab | 57.3872 | -20.8398 | 49.8386 |
#80922b color RGB value is (128,146,43).
#80922b hex color red value is 128, green value is 146 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #80922b hue: 0.20 , saturation: 0.54 and the lightness value of 80922b is 0.37.
The process color (four color CMYK) of #80922b color hex is 0.12, 0.00, 0.71, 0.43. Web safe color of #80922b is #999933. Color #80922b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10010010 | 00101011 |
Octal | 200 | 222 | 53 |
Decimal | 128 | 146 | 43 |
Hex | 80 | 92 | 2B |
Shades of #80922b
Tints of #80922b
RGB Percentages of Color #80922b
CMYK Percentages of Color #80922b
Complementary Color
#80922b | #3d2b92 |
#80922b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80922b Color Preview on White Background
Lorem ipsum dolor sit amet.
#80922b Color CSS Codes
.mybgcolor {background-color:#80922b; } .myforecolor {color:#80922b; } .mybordercolor {border:3px solid #80922b; }
#80922b Text Font Color
<p style="color:#80922b">Text here</p>
This sample text font color is #80922b
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.
#80922b Background Color
<div style="background-color:#80922b">
Div content here</div>
This div background color is #80922b
#80922b Border Color
<div style="border:3px solid #80922b">
Div here</div>
This div border color is #80922b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,146,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80922b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80922b; -webkit-box-shadow: 1px 1px 3px 2px #80922b; box-shadow: 1px 1px 3px 2px #80922b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,146,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80922b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80922b; -webkit-box-shadow: 1px 1px 3px 2px #80922b; box-shadow: 1px 1px 3px 2px #80922b;">
Div content here</div>
This div box has shadow with color #80922b
Comments
No comments written yet.
Please login to write comment.