HEX: #827330
RGB: (130,115,48)
#827330 contains mainly red and green colors. Web safe color of #827330 is #996633 (or #963).
#827330 color RGB value is (130,115,48).
RGB: (130,115,48)
(51%, 45%, 19%)
R 130 of 255 = 51%
G 115 of 255 = 45%
B 48 of 255 = 19%
R + G + B ~ 38%. #827330 is quite dark color.
R + G + B = 130 + 115 + 48 = 293 (100%)
R 130 of 293 ~ 44.37%
G 115 of 293 ~ 39.25%
B 48 of 293 ~ 16.38'%
#827330 color CMYK value is (0,12,63,49).
CMYK: (0,12,63,49) C0M12Y63K49 (0%,12%,63%,49%) (0.00/0.12/0.63/0.49)
Color #827330 in popluar color models
82 | 73 | 30 | |
---|---|---|---|
RGB | 130 | 115 | 48 |
HSL | 49° | 46.07% | 34.90% |
HSB/HSV | 49° | 63.08% | 50.98% |
CMYK | 0.00% | 11.54% | 63.08% |
49.02% |
Color #827330 in popluar number systems.
HEX | 82 | 73 | 30 |
Decimal | 130 | 115 | 48 |
Binary | 10000010 | 1110011 | 110000 |
Octal | 202 | 163 | 60 |
Shades of #827330
Tints of #827330
Examples of css and html codes for elements with #827330 color. Also use rgb(130,115,48) instead hex code.
.myTextColor { color: #827330; }
<p style="color:#827330">This sample text font color is #827330.</p>
This text font color is #827330.
.myBgColor { background-color: #827330; }
<div style="background-color:#827330">Inner text</div>
This div background color is #827330.
.myBorderColor { border: 1px solid #827330; }
<div style="border:3px solid #827330">Div</div>
This div border color is #827330.
.myOpacity80 { color: #827330; opacity: 0.8; }
<p style="color:#827330;opacity:0.8;">80%</p>
Text with #827330 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827330;}
<p style="text-shadow: 3px 3px 1px #827330">Text here.</p>
This text has shadow with #827330 color.
.textShadow {text-shadow: 3px 3px 1px #827330', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827330, 5px 5px 20px red">Text here.</p>
This text has shadow with #827330 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827330, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827330, Direction=45, Strength=4)">Text</p>
This text has shadow with #827330 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827330;
-webkit-box-shadow: 1px 1px 3px 2px #827330;
box-shadow: 1px 1px 3px 2px #827330;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827330; -webkit-box-shadow: 1px 1px 3px 2px #827330; box-shadow:1px 1px 3px 2px #827330;">
Div content here
</div>
This text has color #827330 on black background.
This text has color #827330 on white background.
This text has black color on #827330 background.
This text has white color on #827330 background.
Complementary color for #hex is #7D8CCF.