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