HEX: #825531
RGB: (130,85,49)
#825531 contains mainly red and green colors. Web safe color of #825531 is #996633 (or #963).
#825531 color RGB value is (130,85,49).
RGB: (130,85,49)
(51%, 33%, 19%)
R 130 of 255 = 51%
G 85 of 255 = 33%
B 49 of 255 = 19%
R + G + B ~ 34%. #825531 is quite dark color.
R + G + B = 130 + 85 + 49 = 264 (100%)
R 130 of 264 ~ 49.24%
G 85 of 264 ~ 32.2%
B 49 of 264 ~ 18.56'%
#825531 color CMYK value is (0,35,62,49).
CMYK: (0,35,62,49)
C0M35Y62K49 (0%, 35%, 62%, 49%)
(0.00 / 0.35 / 0.62 / 0.49)
Color #825531 in popluar color models
82 | 55 | 31 | |
---|---|---|---|
RGB | 130 | 85 | 49 |
HSL | 27° | 45.25% | 35.10% |
HSB/HSV | 27° | 62.31% | 50.98% |
CMYK | 0.00% | 34.62% | 62.31% |
49.02% |
Color #825531 in popluar number systems.
HEX | 82 | 55 | 31 |
Decimal | 130 | 85 | 49 |
Binary | 10000010 | 1010101 | 110001 |
Octal | 202 | 125 | 61 |
Shades of #825531
Tints of #825531
Examples of css and html codes for elements with #825531 color. Also use rgb(130,85,49) instead hex code.
.myTextColor { color: #825531; }
<p style="color:#825531">This sample text font color is #825531.</p>
This text font color is #825531.
.myBgColor { background-color: #825531; }
<div style="background-color:#825531">Inner text</div>
This div background color is #825531.
.myBorderColor { border: 1px solid #825531; }
<div style="border:3px solid #825531">Div</div>
This div border color is #825531.
.myOpacity80 { color: #825531; opacity: 0.8; }
<p style="color:#825531;opacity:0.8;">80%</p>
Text with #825531 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825531;}
<p style="text-shadow: 3px 3px 1px #825531">Text here.</p>
This text has shadow with #825531 color.
.textShadow {text-shadow: 3px 3px 1px #825531', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825531, 5px 5px 20px red">Text here.</p>
This text has shadow with #825531 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825531, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825531, Direction=45, Strength=4)">Text</p>
This text has shadow with #825531 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #825531;
-webkit-box-shadow: 1px 1px 3px 2px #825531;
box-shadow: 1px 1px 3px 2px #825531;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #825531; -webkit-box-shadow: 1px 1px 3px 2px #825531; box-shadow:1px 1px 3px 2px #825531;">
Div content here
</div>
This text has color #825531 on black background.
This text has color #825531 on white background.
This text has black color on #825531 background.
This text has white color on #825531 background.
Complementary color for #hex is #7DAACE.