HEX: #83735F
RGB: (131,115,95)
#83735F contains red, green and blue colors in about the same proportion. Web safe color of #83735F is #996666 (or #966).
#83735F color RGB value is (131,115,95).
RGB: (131,115,95)
(51%, 45%, 37%)
R 131 of 255 = 51%
G 115 of 255 = 45%
B 95 of 255 = 37%
R + G + B ~ 44%. #83735F is middle color (not dark and not light).
R + G + B = 131 + 115 + 95 = 341 (100%)
R 131 of 341 ~ 38.42%
G 115 of 341 ~ 33.72%
B 95 of 341 ~ 27.86'%
#83735F color CMYK value is (0,12,27,49).
CMYK: (0,12,27,49) C0M12Y27K49 (0%,12%,27%,49%) (0.00/0.12/0.27/0.49)
Color #83735F in popluar color models
83 | 73 | 5F | |
---|---|---|---|
RGB | 131 | 115 | 95 |
HSL | 33° | 15.93% | 44.31% |
HSB/HSV | 33° | 27.48% | 51.37% |
CMYK | 0.00% | 12.21% | 27.48% |
48.63% |
Color #83735F in popluar number systems.
HEX | 83 | 73 | 5F |
Decimal | 131 | 115 | 95 |
Binary | 10000011 | 1110011 | 1011111 |
Octal | 203 | 163 | 137 |
Shades of #83735F
Tints of #83735F
Examples of css and html codes for elements with #83735F color. Also use rgb(131,115,95) instead hex code.
.myTextColor { color: #83735F; }
<p style="color:#83735F">This sample text font color is #83735F.</p>
This text font color is #83735F.
.myBgColor { background-color: #83735F; }
<div style="background-color:#83735F">Inner text</div>
This div background color is #83735F.
.myBorderColor { border: 1px solid #83735F; }
<div style="border:3px solid #83735F">Div</div>
This div border color is #83735F.
.myOpacity80 { color: #83735F; opacity: 0.8; }
<p style="color:#83735F;opacity:0.8;">80%</p>
Text with #83735F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83735F;}
<p style="text-shadow: 3px 3px 1px #83735F">Text here.</p>
This text has shadow with #83735F color.
.textShadow {text-shadow: 3px 3px 1px #83735F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83735F, 5px 5px 20px red">Text here.</p>
This text has shadow with #83735F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83735F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83735F, Direction=45, Strength=4)">Text</p>
This text has shadow with #83735F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83735F;
-webkit-box-shadow: 1px 1px 3px 2px #83735F;
box-shadow: 1px 1px 3px 2px #83735F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83735F; -webkit-box-shadow: 1px 1px 3px 2px #83735F; box-shadow:1px 1px 3px 2px #83735F;">
Div content here
</div>
This text has color #83735F on black background.
This text has color #83735F on white background.
This text has black color on #83735F background.
This text has white color on #83735F background.
Complementary color for #hex is #7C8CA0.