HEX: #829263
RGB: (130,146,99)
#829263 contains red, green and blue colors in about the same proportion. Web safe color of #829263 is #999966 (or #996).
#829263 color RGB value is (130,146,99).
RGB: (130,146,99) (51%,57%,39%)
R 130 of 255 = 51%
G 146 of 255 = 57%
B 99 of 255 = 39%
R + G + B ~ 49%. #829263 is middle color (not dark and not light).
R + G + B =
130 + 146 + 99 = 375 (100%)
R 130 of 375 ~ 34.67%
G 146 of 375 ~ 38.93%
B 99 of 375 ~ 26.4%
#829263 color CMYK value is (11,0,32,43).
CMYK: (11,0,32,43) C11M0Y32K43 (11%,0%,32%,43%) (0.11/0.00/0.32/0.43)
82 | 92 | 63 | |
---|---|---|---|
RGB | 130 | 146 | 99 |
HSL | 80° | 19.18% | 48.04% |
HSB/HSV | 80° | 32.19% | 57.25% |
CMYK | 10.96% | 0.00% | 32.19% |
42.75% |
HEX | 82 | 92 | 63 |
Decimal | 130 | 146 | 99 |
Binary | 10000010 | 10010010 | 1100011 |
Octal | 202 | 222 | 143 |
Examples of css and html codes for elements with #829263 color. Also use rgb(130,146,99) instead hex code.
.myTextColor { color: #829263; }
<p style="color:#829263">This sample text font color is #829263.</p>
This text font color is #829263.
.myBgColor { background-color: #829263; }
<div style="background-color:#829263">Inner text</div>
This div background color is #829263.
.myBorderColor { border: 1px solid #829263; }
<div style="border:3px solid #829263">Div</div>
This div border color is #829263.
.myOpacity80 { color: #829263; opacity: 0.8; }
<p style="color:#829263;opacity:0.8;">80%</p>
Text with #829263 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829263;}
<p style="text-shadow: 3px 3px 1px #829263">Text here.</p>
This text has shadow with #829263 color.
.textShadow {text-shadow: 3px 3px 1px #829263, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829263, 5px 5px 20px red">Text here.</p>
This text has shadow with #829263 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829263, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829263, Direction=45, Strength=4)">Text</p>
This text has shadow with #829263 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829263; -webkit-box-shadow: 1px 1px 3px 2px #829263; box-shadow: 1px 1px 3px 2px #829263; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #829263; -webkit-box-shadow: 1px 1px 3px 2px #829263; box-shadow:1px 1px 3px 2px #829263;">
Div content here</div>
This text has color #829263 on black background.
This text has color #829263 on white background.
This text has black color on #829263 background.
This text has white color on #829263 background.