HEX: #83757E
RGB: (131,117,126)
#83757E contains red, green and blue colors in about the same proportion. Web safe color of #83757E is #996666 (or #966).
#83757E color RGB value is (131,117,126).
RGB: (131,117,126)
(51%, 46%, 49%)
R 131 of 255 = 51%
G 117 of 255 = 46%
B 126 of 255 = 49%
R + G + B ~ 49%. #83757E is middle color (not dark and not light).
R + G + B = 131 + 117 + 126 = 374 (100%)
R 131 of 374 ~ 35.03%
G 117 of 374 ~ 31.28%
B 126 of 374 ~ 33.69'%
#83757E color CMYK value is (0,11,4,49).
CMYK: (0,11,4,49) C0M11Y4K49 (0%,11%,4%,49%) (0.00/0.11/0.04/0.49)
Color #83757E in popluar color models
83 | 75 | 7E | |
---|---|---|---|
RGB | 131 | 117 | 126 |
HSL | 321° | 5.65% | 48.63% |
HSB/HSV | 321° | 10.69% | 51.37% |
CMYK | 0.00% | 10.69% | 3.82% |
48.63% |
Color #83757E in popluar number systems.
HEX | 83 | 75 | 7E |
Decimal | 131 | 117 | 126 |
Binary | 10000011 | 1110101 | 1111110 |
Octal | 203 | 165 | 176 |
Shades of #83757E
Tints of #83757E
Examples of css and html codes for elements with #83757E color. Also use rgb(131,117,126) instead hex code.
.myTextColor { color: #83757E; }
<p style="color:#83757E">This sample text font color is #83757E.</p>
This text font color is #83757E.
.myBgColor { background-color: #83757E; }
<div style="background-color:#83757E">Inner text</div>
This div background color is #83757E.
.myBorderColor { border: 1px solid #83757E; }
<div style="border:3px solid #83757E">Div</div>
This div border color is #83757E.
.myOpacity80 { color: #83757E; opacity: 0.8; }
<p style="color:#83757E;opacity:0.8;">80%</p>
Text with #83757E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83757E;}
<p style="text-shadow: 3px 3px 1px #83757E">Text here.</p>
This text has shadow with #83757E color.
.textShadow {text-shadow: 3px 3px 1px #83757E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83757E, 5px 5px 20px red">Text here.</p>
This text has shadow with #83757E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83757E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83757E, Direction=45, Strength=4)">Text</p>
This text has shadow with #83757E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83757E;
-webkit-box-shadow: 1px 1px 3px 2px #83757E;
box-shadow: 1px 1px 3px 2px #83757E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83757E; -webkit-box-shadow: 1px 1px 3px 2px #83757E; box-shadow:1px 1px 3px 2px #83757E;">
Div content here
</div>
This text has color #83757E on black background.
This text has color #83757E on white background.
This text has black color on #83757E background.
This text has white color on #83757E background.
Complementary color for #hex is #7C8A81.