HEX: #827539
RGB: (130,117,57)
#827539 contains mainly red and green colors. Web safe color of #827539 is #996633 (or #963).
#827539 color RGB value is (130,117,57).
RGB: (130,117,57)
(51%, 46%, 22%)
R 130 of 255 = 51%
G 117 of 255 = 46%
B 57 of 255 = 22%
R + G + B ~ 40%. #827539 is middle color (not dark and not light).
R + G + B = 130 + 117 + 57 = 304 (100%)
R 130 of 304 ~ 42.76%
G 117 of 304 ~ 38.49%
B 57 of 304 ~ 18.75'%
#827539 color CMYK value is (0,10,56,49).
CMYK: (0,10,56,49) C0M10Y56K49 (0%,10%,56%,49%) (0.00/0.10/0.56/0.49)
Color #827539 in popluar color models
82 | 75 | 39 | |
---|---|---|---|
RGB | 130 | 117 | 57 |
HSL | 49° | 39.04% | 36.67% |
HSB/HSV | 49° | 56.15% | 50.98% |
CMYK | 0.00% | 10.00% | 56.15% |
49.02% |
Color #827539 in popluar number systems.
HEX | 82 | 75 | 39 |
Decimal | 130 | 117 | 57 |
Binary | 10000010 | 1110101 | 111001 |
Octal | 202 | 165 | 71 |
Shades of #827539
Tints of #827539
Examples of css and html codes for elements with #827539 color. Also use rgb(130,117,57) instead hex code.
.myTextColor { color: #827539; }
<p style="color:#827539">This sample text font color is #827539.</p>
This text font color is #827539.
.myBgColor { background-color: #827539; }
<div style="background-color:#827539">Inner text</div>
This div background color is #827539.
.myBorderColor { border: 1px solid #827539; }
<div style="border:3px solid #827539">Div</div>
This div border color is #827539.
.myOpacity80 { color: #827539; opacity: 0.8; }
<p style="color:#827539;opacity:0.8;">80%</p>
Text with #827539 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827539;}
<p style="text-shadow: 3px 3px 1px #827539">Text here.</p>
This text has shadow with #827539 color.
.textShadow {text-shadow: 3px 3px 1px #827539', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827539, 5px 5px 20px red">Text here.</p>
This text has shadow with #827539 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827539, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827539, Direction=45, Strength=4)">Text</p>
This text has shadow with #827539 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827539;
-webkit-box-shadow: 1px 1px 3px 2px #827539;
box-shadow: 1px 1px 3px 2px #827539;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827539; -webkit-box-shadow: 1px 1px 3px 2px #827539; box-shadow:1px 1px 3px 2px #827539;">
Div content here
</div>
This text has color #827539 on black background.
This text has color #827539 on white background.
This text has black color on #827539 background.
This text has white color on #827539 background.
Complementary color for #hex is #7D8AC6.