HEX: #829960
RGB: (130,153,96)
#829960 contains red, green and blue colors in about the same proportion. Web safe color of #829960 is #999966 (or #996).
#829960 color RGB value is (130,153,96).
RGB: (130,153,96)
(51%, 60%, 38%)
R 130 of 255 = 51%
G 153 of 255 = 60%
B 96 of 255 = 38%
R + G + B ~ 50%. #829960 is middle color (not dark and not light).
R + G + B = 130 + 153 + 96 = 379 (100%)
R 130 of 379 ~ 34.3%
G 153 of 379 ~ 40.37%
B 96 of 379 ~ 25.33'%
#829960 color CMYK value is (15,0,37,40).
CMYK: (15,0,37,40)
C15M0Y37K40 (15%, 0%, 37%, 40%)
(0.15 / 0.00 / 0.37 / 0.40)
Color #829960 in popluar color models
82 | 99 | 60 | |
---|---|---|---|
RGB | 130 | 153 | 96 |
HSL | 84° | 22.89% | 48.82% |
HSB/HSV | 84° | 37.25% | 60.00% |
CMYK | 15.03% | 0.00% | 37.25% |
40.00% |
Color #829960 in popluar number systems.
HEX | 82 | 99 | 60 |
Decimal | 130 | 153 | 96 |
Binary | 10000010 | 10011001 | 1100000 |
Octal | 202 | 231 | 140 |
Shades of #829960
Tints of #829960
Examples of css and html codes for elements with #829960 color. Also use rgb(130,153,96) instead hex code.
.myTextColor { color: #829960; }
<p style="color:#829960">This sample text font color is #829960.</p>
This text font color is #829960.
.myBgColor { background-color: #829960; }
<div style="background-color:#829960">Inner text</div>
This div background color is #829960.
.myBorderColor { border: 1px solid #829960; }
<div style="border:3px solid #829960">Div</div>
This div border color is #829960.
.myOpacity80 { color: #829960; opacity: 0.8; }
<p style="color:#829960;opacity:0.8;">80%</p>
Text with #829960 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829960;}
<p style="text-shadow: 3px 3px 1px #829960">Text here.</p>
This text has shadow with #829960 color.
.textShadow {text-shadow: 3px 3px 1px #829960', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829960, 5px 5px 20px red">Text here.</p>
This text has shadow with #829960 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829960, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829960, Direction=45, Strength=4)">Text</p>
This text has shadow with #829960 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829960;
-webkit-box-shadow: 1px 1px 3px 2px #829960;
box-shadow: 1px 1px 3px 2px #829960;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829960; -webkit-box-shadow: 1px 1px 3px 2px #829960; box-shadow:1px 1px 3px 2px #829960;">
Div content here
</div>
This text has color #829960 on black background.
This text has color #829960 on white background.
This text has black color on #829960 background.
This text has white color on #829960 background.
Complementary color for #hex is #7D669F.