HEX: #824200
RGB: (130,66,0)
#824200 contains mainly red color. Web safe color of #824200 is #993300 (or #930).
#824200 color RGB value is (130,66,0).
RGB: (130,66,0) (51%,26%,0%)
R 130 of 255 = 51%
G 66 of 255 = 26%
B 0 of 255 = 0%
R + G + B ~ 26%. #824200 is quite dark color.
R + G + B =
130 + 66 + 0 = 196 (100%)
R 130 of 196 ~ 66.33%
G 66 of 196 ~ 33.67%
B 0 of 196 ~ 0%
#824200 color CMYK value is (0,49,100,49).
CMYK: (0,49,100,49) C0M49Y100K49 (0%,49%,100%,49%) (0.00/0.49/1.00/0.49)
82 | 42 | 00 | |
---|---|---|---|
RGB | 130 | 66 | 0 |
HSL | 30° | 100.00% | 25.49% |
HSB/HSV | 30° | 100.00% | 50.98% |
CMYK | 0.00% | 49.23% | 100.00% |
49.02% |
HEX | 82 | 42 | 00 |
Decimal | 130 | 66 | 0 |
Binary | 10000010 | 1000010 | 0 |
Octal | 202 | 102 | 0 |
Examples of css and html codes for elements with #824200 color. Also use rgb(130,66,0) instead hex code.
.myTextColor { color: #824200; }
<p style="color:#824200">This sample text font color is #824200.</p>
This text font color is #824200.
.myBgColor { background-color: #824200; }
<div style="background-color:#824200">Inner text</div>
This div background color is #824200.
.myBorderColor { border: 1px solid #824200; }
<div style="border:3px solid #824200">Div</div>
This div border color is #824200.
.myOpacity80 { color: #824200; opacity: 0.8; }
<p style="color:#824200;opacity:0.8;">80%</p>
Text with #824200 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #824200;}
<p style="text-shadow: 3px 3px 1px #824200">Text here.</p>
This text has shadow with #824200 color.
.textShadow {text-shadow: 3px 3px 1px #824200, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #824200, 5px 5px 20px red">Text here.</p>
This text has shadow with #824200 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#824200, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#824200, Direction=45, Strength=4)">Text</p>
This text has shadow with #824200 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824200; -webkit-box-shadow: 1px 1px 3px 2px #824200; box-shadow: 1px 1px 3px 2px #824200; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #824200; -webkit-box-shadow: 1px 1px 3px 2px #824200; box-shadow:1px 1px 3px 2px #824200;">
Div content here</div>
This text has color #824200 on black background.
This text has color #824200 on white background.
This text has black color on #824200 background.
This text has white color on #824200 background.