HEX: #836F20
RGB: (131,111,32)
#836F20 contains mainly red and green colors. Web safe color of #836F20 is #996633 (or #963).
#836F20 color RGB value is (131,111,32).
RGB: (131,111,32)
(51%, 44%, 13%)
R 131 of 255 = 51%
G 111 of 255 = 44%
B 32 of 255 = 13%
R + G + B ~ 36%. #836F20 is quite dark color.
R + G + B = 131 + 111 + 32 = 274 (100%)
R 131 of 274 ~ 47.81%
G 111 of 274 ~ 40.51%
B 32 of 274 ~ 11.68'%
#836F20 color CMYK value is (0,15,76,49).
CMYK: (0,15,76,49)
C0M15Y76K49 (0%, 15%, 76%, 49%)
(0.00 / 0.15 / 0.76 / 0.49)
Color #836F20 in popluar color models
83 | 6F | 20 | |
---|---|---|---|
RGB | 131 | 111 | 32 |
HSL | 48° | 60.74% | 31.96% |
HSB/HSV | 48° | 75.57% | 51.37% |
CMYK | 0.00% | 15.27% | 75.57% |
48.63% |
Color #836F20 in popluar number systems.
HEX | 83 | 6F | 20 |
Decimal | 131 | 111 | 32 |
Binary | 10000011 | 1101111 | 100000 |
Octal | 203 | 157 | 40 |
Shades of #836F20
Tints of #836F20
Examples of css and html codes for elements with #836F20 color. Also use rgb(131,111,32) instead hex code.
.myTextColor { color: #836F20; }
<p style="color:#836F20">This sample text font color is #836F20.</p>
This text font color is #836F20.
.myBgColor { background-color: #836F20; }
<div style="background-color:#836F20">Inner text</div>
This div background color is #836F20.
.myBorderColor { border: 1px solid #836F20; }
<div style="border:3px solid #836F20">Div</div>
This div border color is #836F20.
.myOpacity80 { color: #836F20; opacity: 0.8; }
<p style="color:#836F20;opacity:0.8;">80%</p>
Text with #836F20 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #836F20;}
<p style="text-shadow: 3px 3px 1px #836F20">Text here.</p>
This text has shadow with #836F20 color.
.textShadow {text-shadow: 3px 3px 1px #836F20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #836F20, 5px 5px 20px red">Text here.</p>
This text has shadow with #836F20 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#836F20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#836F20, Direction=45, Strength=4)">Text</p>
This text has shadow with #836F20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #836F20;
-webkit-box-shadow: 1px 1px 3px 2px #836F20;
box-shadow: 1px 1px 3px 2px #836F20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #836F20; -webkit-box-shadow: 1px 1px 3px 2px #836F20; box-shadow:1px 1px 3px 2px #836F20;">
Div content here
</div>
This text has color #836F20 on black background.
This text has color #836F20 on white background.
This text has black color on #836F20 background.
This text has white color on #836F20 background.
Complementary color for #hex is #7C90DF.