HEX: #82897D
RGB: (130,137,125)
#82897D contains red, green and blue colors in about the same proportion. Web safe color of #82897D is #999966 (or #996).
#82897D color RGB value is (130,137,125).
RGB: (130,137,125)
(51%, 54%, 49%)
R 130 of 255 = 51%
G 137 of 255 = 54%
B 125 of 255 = 49%
R + G + B ~ 51%. #82897D is middle color (not dark and not light).
R + G + B = 130 + 137 + 125 = 392 (100%)
R 130 of 392 ~ 33.16%
G 137 of 392 ~ 34.95%
B 125 of 392 ~ 31.89'%
#82897D color CMYK value is (5,0,9,46).
CMYK: (5,0,9,46)
C5M0Y9K46 (5%, 0%, 9%, 46%)
(0.05 / 0.00 / 0.09 / 0.46)
Color #82897D in popluar color models
82 | 89 | 7D | |
---|---|---|---|
RGB | 130 | 137 | 125 |
HSL | 95° | 4.84% | 51.37% |
HSB/HSV | 95° | 8.76% | 53.73% |
CMYK | 5.11% | 0.00% | 8.76% |
46.27% |
Color #82897D in popluar number systems.
HEX | 82 | 89 | 7D |
Decimal | 130 | 137 | 125 |
Binary | 10000010 | 10001001 | 1111101 |
Octal | 202 | 211 | 175 |
Shades of #82897D
Tints of #82897D
Examples of css and html codes for elements with #82897D color. Also use rgb(130,137,125) instead hex code.
.myTextColor { color: #82897D; }
<p style="color:#82897D">This sample text font color is #82897D.</p>
This text font color is #82897D.
.myBgColor { background-color: #82897D; }
<div style="background-color:#82897D">Inner text</div>
This div background color is #82897D.
.myBorderColor { border: 1px solid #82897D; }
<div style="border:3px solid #82897D">Div</div>
This div border color is #82897D.
.myOpacity80 { color: #82897D; opacity: 0.8; }
<p style="color:#82897D;opacity:0.8;">80%</p>
Text with #82897D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82897D;}
<p style="text-shadow: 3px 3px 1px #82897D">Text here.</p>
This text has shadow with #82897D color.
.textShadow {text-shadow: 3px 3px 1px #82897D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82897D, 5px 5px 20px red">Text here.</p>
This text has shadow with #82897D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82897D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82897D, Direction=45, Strength=4)">Text</p>
This text has shadow with #82897D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82897D;
-webkit-box-shadow: 1px 1px 3px 2px #82897D;
box-shadow: 1px 1px 3px 2px #82897D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82897D; -webkit-box-shadow: 1px 1px 3px 2px #82897D; box-shadow:1px 1px 3px 2px #82897D;">
Div content here
</div>
This text has color #82897D on black background.
This text has color #82897D on white background.
This text has black color on #82897D background.
This text has white color on #82897D background.
Complementary color for #hex is #7D7682.