HEX: #825414
RGB: (130,84,20)
#825414 contains mainly red and green colors. Web safe color of #825414 is #996600 (or #960).
#825414 color RGB value is (130,84,20).
RGB: (130,84,20) (51%,33%,8%)
R 130 of 255 = 51%
G 84 of 255 = 33%
B 20 of 255 = 8%
R + G + B ~ 31%. #825414 is quite dark color.
R + G + B =
130 + 84 + 20 = 234 (100%)
R 130 of 234 ~ 55.56%
G 84 of 234 ~ 35.9%
B 20 of 234 ~ 8.55%
#825414 color CMYK value is (0,35,85,49).
CMYK: (0,35,85,49) C0M35Y85K49 (0%,35%,85%,49%) (0.00/0.35/0.85/0.49)
82 | 54 | 14 | |
---|---|---|---|
RGB | 130 | 84 | 20 |
HSL | 35° | 73.33% | 29.41% |
HSB/HSV | 35° | 84.62% | 50.98% |
CMYK | 0.00% | 35.38% | 84.62% |
49.02% |
HEX | 82 | 54 | 14 |
Decimal | 130 | 84 | 20 |
Binary | 10000010 | 1010100 | 10100 |
Octal | 202 | 124 | 24 |
Examples of css and html codes for elements with #825414 color. Also use rgb(130,84,20) instead hex code.
.myTextColor { color: #825414; }
<p style="color:#825414">This sample text font color is #825414.</p>
This text font color is #825414.
.myBgColor { background-color: #825414; }
<div style="background-color:#825414">Inner text</div>
This div background color is #825414.
.myBorderColor { border: 1px solid #825414; }
<div style="border:3px solid #825414">Div</div>
This div border color is #825414.
.myOpacity80 { color: #825414; opacity: 0.8; }
<p style="color:#825414;opacity:0.8;">80%</p>
Text with #825414 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825414;}
<p style="text-shadow: 3px 3px 1px #825414">Text here.</p>
This text has shadow with #825414 color.
.textShadow {text-shadow: 3px 3px 1px #825414, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825414, 5px 5px 20px red">Text here.</p>
This text has shadow with #825414 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825414, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825414, Direction=45, Strength=4)">Text</p>
This text has shadow with #825414 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #825414; -webkit-box-shadow: 1px 1px 3px 2px #825414; box-shadow: 1px 1px 3px 2px #825414; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #825414; -webkit-box-shadow: 1px 1px 3px 2px #825414; box-shadow:1px 1px 3px 2px #825414;">
Div content here</div>
This text has color #825414 on black background.
This text has color #825414 on white background.
This text has black color on #825414 background.
This text has white color on #825414 background.