HEX: #827380
RGB: (130,115,128)
#827380 contains red, green and blue colors in about the same proportion. Web safe color of #827380 is #996666 (or #966).
#827380 color RGB value is (130,115,128).
RGB: (130,115,128)
(51%, 45%, 50%)
R 130 of 255 = 51%
G 115 of 255 = 45%
B 128 of 255 = 50%
R + G + B ~ 49%. #827380 is middle color (not dark and not light).
R + G + B = 130 + 115 + 128 = 373 (100%)
R 130 of 373 ~ 34.85%
G 115 of 373 ~ 30.83%
B 128 of 373 ~ 34.32'%
#827380 color CMYK value is (0,12,2,49).
CMYK: (0,12,2,49)
C0M12Y2K49 (0%, 12%, 2%, 49%)
(0.00 / 0.12 / 0.02 / 0.49)
Color #827380 in popluar color models
82 | 73 | 80 | |
---|---|---|---|
RGB | 130 | 115 | 128 |
HSL | 308° | 6.12% | 48.04% |
HSB/HSV | 308° | 11.54% | 50.98% |
CMYK | 0.00% | 11.54% | 1.54% |
49.02% |
Color #827380 in popluar number systems.
HEX | 82 | 73 | 80 |
Decimal | 130 | 115 | 128 |
Binary | 10000010 | 1110011 | 10000000 |
Octal | 202 | 163 | 200 |
Shades of #827380
Tints of #827380
Examples of css and html codes for elements with #827380 color. Also use rgb(130,115,128) instead hex code.
.myTextColor { color: #827380; }
<p style="color:#827380">This sample text font color is #827380.</p>
This text font color is #827380.
.myBgColor { background-color: #827380; }
<div style="background-color:#827380">Inner text</div>
This div background color is #827380.
.myBorderColor { border: 1px solid #827380; }
<div style="border:3px solid #827380">Div</div>
This div border color is #827380.
.myOpacity80 { color: #827380; opacity: 0.8; }
<p style="color:#827380;opacity:0.8;">80%</p>
Text with #827380 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827380;}
<p style="text-shadow: 3px 3px 1px #827380">Text here.</p>
This text has shadow with #827380 color.
.textShadow {text-shadow: 3px 3px 1px #827380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827380, 5px 5px 20px red">Text here.</p>
This text has shadow with #827380 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827380, Direction=45, Strength=4)">Text</p>
This text has shadow with #827380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827380;
-webkit-box-shadow: 1px 1px 3px 2px #827380;
box-shadow: 1px 1px 3px 2px #827380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827380; -webkit-box-shadow: 1px 1px 3px 2px #827380; box-shadow:1px 1px 3px 2px #827380;">
Div content here
</div>
This text has color #827380 on black background.
This text has color #827380 on white background.
This text has black color on #827380 background.
This text has white color on #827380 background.
Complementary color for #hex is #7D8C7F.