HEX: #896313
RGB: (137,99,19)
#896313 contains mainly red and green colors. Web safe color of #896313 is #996600 (or #960).
#896313 color RGB value is (137,99,19).
RGB: (137,99,19) (54%,39%,7%)
R 137 of 255 = 54%
G 99 of 255 = 39%
B 19 of 255 = 7%
R + G + B ~ 33%. #896313 is quite dark color.
R + G + B =
137 + 99 + 19 = 255 (100%)
R 137 of 255 ~ 53.73%
G 99 of 255 ~ 38.82%
B 19 of 255 ~ 7.45%
#896313 color CMYK value is (0,28,86,46).
CMYK: (0,28,86,46) C0M28Y86K46 (0%,28%,86%,46%) (0.00/0.28/0.86/0.46)
89 | 63 | 13 | |
---|---|---|---|
RGB | 137 | 99 | 19 |
HSL | 41° | 75.64% | 30.59% |
HSB/HSV | 41° | 86.13% | 53.73% |
CMYK | 0.00% | 27.74% | 86.13% |
46.27% |
HEX | 89 | 63 | 13 |
Decimal | 137 | 99 | 19 |
Binary | 10001001 | 1100011 | 10011 |
Octal | 211 | 143 | 23 |
Examples of css and html codes for elements with #896313 color. Also use rgb(137,99,19) instead hex code.
.myTextColor { color: #896313; }
<p style="color:#896313">This sample text font color is #896313.</p>
This text font color is #896313.
.myBgColor { background-color: #896313; }
<div style="background-color:#896313">Inner text</div>
This div background color is #896313.
.myBorderColor { border: 1px solid #896313; }
<div style="border:3px solid #896313">Div</div>
This div border color is #896313.
.myOpacity80 { color: #896313; opacity: 0.8; }
<p style="color:#896313;opacity:0.8;">80%</p>
Text with #896313 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #896313;}
<p style="text-shadow: 3px 3px 1px #896313">Text here.</p>
This text has shadow with #896313 color.
.textShadow {text-shadow: 3px 3px 1px #896313, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #896313, 5px 5px 20px red">Text here.</p>
This text has shadow with #896313 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#896313, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#896313, Direction=45, Strength=4)">Text</p>
This text has shadow with #896313 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #896313; -webkit-box-shadow: 1px 1px 3px 2px #896313; box-shadow: 1px 1px 3px 2px #896313; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #896313; -webkit-box-shadow: 1px 1px 3px 2px #896313; box-shadow:1px 1px 3px 2px #896313;">
Div content here</div>
This text has color #896313 on black background.
This text has color #896313 on white background.
This text has black color on #896313 background.
This text has white color on #896313 background.