HEX: #83713E
RGB: (131,113,62)
#83713E contains mainly red and green colors. Web safe color of #83713E is #996633 (or #963).
#83713E color RGB value is (131,113,62).
RGB: (131,113,62)
(51%, 44%, 24%)
R 131 of 255 = 51%
G 113 of 255 = 44%
B 62 of 255 = 24%
R + G + B ~ 40%. #83713E is middle color (not dark and not light).
R + G + B = 131 + 113 + 62 = 306 (100%)
R 131 of 306 ~ 42.81%
G 113 of 306 ~ 36.93%
B 62 of 306 ~ 20.26'%
#83713E color CMYK value is (0,14,53,49).
CMYK: (0,14,53,49) C0M14Y53K49 (0%,14%,53%,49%) (0.00/0.14/0.53/0.49)
Color #83713E in popluar color models
83 | 71 | 3E | |
---|---|---|---|
RGB | 131 | 113 | 62 |
HSL | 44° | 35.75% | 37.84% |
HSB/HSV | 44° | 52.67% | 51.37% |
CMYK | 0.00% | 13.74% | 52.67% |
48.63% |
Color #83713E in popluar number systems.
HEX | 83 | 71 | 3E |
Decimal | 131 | 113 | 62 |
Binary | 10000011 | 1110001 | 111110 |
Octal | 203 | 161 | 76 |
Shades of #83713E
Tints of #83713E
Examples of css and html codes for elements with #83713E color. Also use rgb(131,113,62) instead hex code.
.myTextColor { color: #83713E; }
<p style="color:#83713E">This sample text font color is #83713E.</p>
This text font color is #83713E.
.myBgColor { background-color: #83713E; }
<div style="background-color:#83713E">Inner text</div>
This div background color is #83713E.
.myBorderColor { border: 1px solid #83713E; }
<div style="border:3px solid #83713E">Div</div>
This div border color is #83713E.
.myOpacity80 { color: #83713E; opacity: 0.8; }
<p style="color:#83713E;opacity:0.8;">80%</p>
Text with #83713E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83713E;}
<p style="text-shadow: 3px 3px 1px #83713E">Text here.</p>
This text has shadow with #83713E color.
.textShadow {text-shadow: 3px 3px 1px #83713E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83713E, 5px 5px 20px red">Text here.</p>
This text has shadow with #83713E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83713E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83713E, Direction=45, Strength=4)">Text</p>
This text has shadow with #83713E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83713E;
-webkit-box-shadow: 1px 1px 3px 2px #83713E;
box-shadow: 1px 1px 3px 2px #83713E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83713E; -webkit-box-shadow: 1px 1px 3px 2px #83713E; box-shadow:1px 1px 3px 2px #83713E;">
Div content here
</div>
This text has color #83713E on black background.
This text has color #83713E on white background.
This text has black color on #83713E background.
This text has white color on #83713E background.
Complementary color for #hex is #7C8EC1.