HEX: #83784D
RGB: (131,120,77)
#83784D contains red, green and blue colors in about the same proportion. Web safe color of #83784D is #996633 (or #963).
#83784D color RGB value is (131,120,77).
RGB: (131,120,77)
(51%, 47%, 30%)
R 131 of 255 = 51%
G 120 of 255 = 47%
B 77 of 255 = 30%
R + G + B ~ 43%. #83784D is middle color (not dark and not light).
R + G + B = 131 + 120 + 77 = 328 (100%)
R 131 of 328 ~ 39.94%
G 120 of 328 ~ 36.59%
B 77 of 328 ~ 23.48'%
#83784D color CMYK value is (0,8,41,49).
CMYK: (0,8,41,49)
C0M8Y41K49 (0%, 8%, 41%, 49%)
(0.00 / 0.08 / 0.41 / 0.49)
Color #83784D in popluar color models
83 | 78 | 4D | |
---|---|---|---|
RGB | 131 | 120 | 77 |
HSL | 48° | 25.96% | 40.78% |
HSB/HSV | 48° | 41.22% | 51.37% |
CMYK | 0.00% | 8.40% | 41.22% |
48.63% |
Color #83784D in popluar number systems.
HEX | 83 | 78 | 4D |
Decimal | 131 | 120 | 77 |
Binary | 10000011 | 1111000 | 1001101 |
Octal | 203 | 170 | 115 |
Shades of #83784D
Tints of #83784D
Examples of css and html codes for elements with #83784D color. Also use rgb(131,120,77) instead hex code.
.myTextColor { color: #83784D; }
<p style="color:#83784D">This sample text font color is #83784D.</p>
This text font color is #83784D.
.myBgColor { background-color: #83784D; }
<div style="background-color:#83784D">Inner text</div>
This div background color is #83784D.
.myBorderColor { border: 1px solid #83784D; }
<div style="border:3px solid #83784D">Div</div>
This div border color is #83784D.
.myOpacity80 { color: #83784D; opacity: 0.8; }
<p style="color:#83784D;opacity:0.8;">80%</p>
Text with #83784D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83784D;}
<p style="text-shadow: 3px 3px 1px #83784D">Text here.</p>
This text has shadow with #83784D color.
.textShadow {text-shadow: 3px 3px 1px #83784D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83784D, 5px 5px 20px red">Text here.</p>
This text has shadow with #83784D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83784D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83784D, Direction=45, Strength=4)">Text</p>
This text has shadow with #83784D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83784D;
-webkit-box-shadow: 1px 1px 3px 2px #83784D;
box-shadow: 1px 1px 3px 2px #83784D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83784D; -webkit-box-shadow: 1px 1px 3px 2px #83784D; box-shadow:1px 1px 3px 2px #83784D;">
Div content here
</div>
This text has color #83784D on black background.
This text has color #83784D on white background.
This text has black color on #83784D background.
This text has white color on #83784D background.
Complementary color for #hex is #7C87B2.