HEX: #82714D
RGB: (130,113,77)
#82714D contains red, green and blue colors in about the same proportion. Web safe color of #82714D is #996633 (or #963).
#82714D color RGB value is (130,113,77).
RGB: (130,113,77)
(51%, 44%, 30%)
R 130 of 255 = 51%
G 113 of 255 = 44%
B 77 of 255 = 30%
R + G + B ~ 42%. #82714D is middle color (not dark and not light).
R + G + B = 130 + 113 + 77 = 320 (100%)
R 130 of 320 ~ 40.63%
G 113 of 320 ~ 35.31%
B 77 of 320 ~ 24.06'%
#82714D color CMYK value is (0,13,41,49).
CMYK: (0,13,41,49) C0M13Y41K49 (0%,13%,41%,49%) (0.00/0.13/0.41/0.49)
Color #82714D in popluar color models
82 | 71 | 4D | |
---|---|---|---|
RGB | 130 | 113 | 77 |
HSL | 41° | 25.60% | 40.59% |
HSB/HSV | 41° | 40.77% | 50.98% |
CMYK | 0.00% | 13.08% | 40.77% |
49.02% |
Color #82714D in popluar number systems.
HEX | 82 | 71 | 4D |
Decimal | 130 | 113 | 77 |
Binary | 10000010 | 1110001 | 1001101 |
Octal | 202 | 161 | 115 |
Shades of #82714D
Tints of #82714D
Examples of css and html codes for elements with #82714D color. Also use rgb(130,113,77) instead hex code.
.myTextColor { color: #82714D; }
<p style="color:#82714D">This sample text font color is #82714D.</p>
This text font color is #82714D.
.myBgColor { background-color: #82714D; }
<div style="background-color:#82714D">Inner text</div>
This div background color is #82714D.
.myBorderColor { border: 1px solid #82714D; }
<div style="border:3px solid #82714D">Div</div>
This div border color is #82714D.
.myOpacity80 { color: #82714D; opacity: 0.8; }
<p style="color:#82714D;opacity:0.8;">80%</p>
Text with #82714D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82714D;}
<p style="text-shadow: 3px 3px 1px #82714D">Text here.</p>
This text has shadow with #82714D color.
.textShadow {text-shadow: 3px 3px 1px #82714D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82714D, 5px 5px 20px red">Text here.</p>
This text has shadow with #82714D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82714D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82714D, Direction=45, Strength=4)">Text</p>
This text has shadow with #82714D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82714D;
-webkit-box-shadow: 1px 1px 3px 2px #82714D;
box-shadow: 1px 1px 3px 2px #82714D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82714D; -webkit-box-shadow: 1px 1px 3px 2px #82714D; box-shadow:1px 1px 3px 2px #82714D;">
Div content here
</div>
This text has color #82714D on black background.
This text has color #82714D on white background.
This text has black color on #82714D background.
This text has white color on #82714D background.
Complementary color for #hex is #7D8EB2.