HEX: #828830
RGB: (130,136,48)
#828830 contains mainly red and green colors. Web safe color of #828830 is #999933 (or #993).
#828830 color RGB value is (130,136,48).
RGB: (130,136,48)
(51%, 53%, 19%)
R 130 of 255 = 51%
G 136 of 255 = 53%
B 48 of 255 = 19%
R + G + B ~ 41%. #828830 is middle color (not dark and not light).
R + G + B = 130 + 136 + 48 = 314 (100%)
R 130 of 314 ~ 41.4%
G 136 of 314 ~ 43.31%
B 48 of 314 ~ 15.29'%
#828830 color CMYK value is (4,0,65,47).
CMYK: (4,0,65,47)
C4M0Y65K47 (4%, 0%, 65%, 47%)
(0.04 / 0.00 / 0.65 / 0.47)
Color #828830 in popluar color models
82 | 88 | 30 | |
---|---|---|---|
RGB | 130 | 136 | 48 |
HSL | 64° | 47.83% | 36.08% |
HSB/HSV | 64° | 64.71% | 53.33% |
CMYK | 4.41% | 0.00% | 64.71% |
46.67% |
Color #828830 in popluar number systems.
HEX | 82 | 88 | 30 |
Decimal | 130 | 136 | 48 |
Binary | 10000010 | 10001000 | 110000 |
Octal | 202 | 210 | 60 |
Shades of #828830
Tints of #828830
Examples of css and html codes for elements with #828830 color. Also use rgb(130,136,48) instead hex code.
.myTextColor { color: #828830; }
<p style="color:#828830">This sample text font color is #828830.</p>
This text font color is #828830.
.myBgColor { background-color: #828830; }
<div style="background-color:#828830">Inner text</div>
This div background color is #828830.
.myBorderColor { border: 1px solid #828830; }
<div style="border:3px solid #828830">Div</div>
This div border color is #828830.
.myOpacity80 { color: #828830; opacity: 0.8; }
<p style="color:#828830;opacity:0.8;">80%</p>
Text with #828830 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828830;}
<p style="text-shadow: 3px 3px 1px #828830">Text here.</p>
This text has shadow with #828830 color.
.textShadow {text-shadow: 3px 3px 1px #828830', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828830, 5px 5px 20px red">Text here.</p>
This text has shadow with #828830 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828830, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828830, Direction=45, Strength=4)">Text</p>
This text has shadow with #828830 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #828830;
-webkit-box-shadow: 1px 1px 3px 2px #828830;
box-shadow: 1px 1px 3px 2px #828830;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828830; -webkit-box-shadow: 1px 1px 3px 2px #828830; box-shadow:1px 1px 3px 2px #828830;">
Div content here
</div>
This text has color #828830 on black background.
This text has color #828830 on white background.
This text has black color on #828830 background.
This text has white color on #828830 background.
Complementary color for #hex is #7D77CF.