HEX: #825024
RGB: (130,80,36)
#825024 contains mainly red and green colors. Web safe color of #825024 is #996633 (or #963).
#825024 color RGB value is (130,80,36).
RGB: (130,80,36) (51%,31%,14%)
R 130 of 255 = 51%
G 80 of 255 = 31%
B 36 of 255 = 14%
R + G + B ~ 32%. #825024 is quite dark color.
R + G + B =
130 + 80 + 36 = 246 (100%)
R 130 of 246 ~ 52.85%
G 80 of 246 ~ 32.52%
B 36 of 246 ~ 14.63%
#825024 color CMYK value is (0,38,72,49).
CMYK: (0,38,72,49) C0M38Y72K49 (0%,38%,72%,49%) (0.00/0.38/0.72/0.49)
82 | 50 | 24 | |
---|---|---|---|
RGB | 130 | 80 | 36 |
HSL | 28° | 56.63% | 32.55% |
HSB/HSV | 28° | 72.31% | 50.98% |
CMYK | 0.00% | 38.46% | 72.31% |
49.02% |
HEX | 82 | 50 | 24 |
Decimal | 130 | 80 | 36 |
Binary | 10000010 | 1010000 | 100100 |
Octal | 202 | 120 | 44 |
Examples of css and html codes for elements with #825024 color. Also use rgb(130,80,36) instead hex code.
.myTextColor { color: #825024; }
<p style="color:#825024">This sample text font color is #825024.</p>
This text font color is #825024.
.myBgColor { background-color: #825024; }
<div style="background-color:#825024">Inner text</div>
This div background color is #825024.
.myBorderColor { border: 1px solid #825024; }
<div style="border:3px solid #825024">Div</div>
This div border color is #825024.
.myOpacity80 { color: #825024; opacity: 0.8; }
<p style="color:#825024;opacity:0.8;">80%</p>
Text with #825024 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825024;}
<p style="text-shadow: 3px 3px 1px #825024">Text here.</p>
This text has shadow with #825024 color.
.textShadow {text-shadow: 3px 3px 1px #825024, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825024, 5px 5px 20px red">Text here.</p>
This text has shadow with #825024 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825024, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825024, Direction=45, Strength=4)">Text</p>
This text has shadow with #825024 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #825024; -webkit-box-shadow: 1px 1px 3px 2px #825024; box-shadow: 1px 1px 3px 2px #825024; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #825024; -webkit-box-shadow: 1px 1px 3px 2px #825024; box-shadow:1px 1px 3px 2px #825024;">
Div content here</div>
This text has color #825024 on black background.
This text has color #825024 on white background.
This text has black color on #825024 background.
This text has white color on #825024 background.