HEX: #826842
RGB: (130,104,66)
#826842 contains mainly red and green colors. Web safe color of #826842 is #996633 (or #963).
#826842 color RGB value is (130,104,66).
RGB: (130,104,66)
(51%, 41%, 26%)
R 130 of 255 = 51%
G 104 of 255 = 41%
B 66 of 255 = 26%
R + G + B ~ 39%. #826842 is quite dark color.
R + G + B = 130 + 104 + 66 = 300 (100%)
R 130 of 300 ~ 43.33%
G 104 of 300 ~ 34.67%
B 66 of 300 ~ 22'%
#826842 color CMYK value is (0,20,49,49).
CMYK: (0,20,49,49)
C0M20Y49K49 (0%, 20%, 49%, 49%)
(0.00 / 0.20 / 0.49 / 0.49)
Color #826842 in popluar color models
82 | 68 | 42 | |
---|---|---|---|
RGB | 130 | 104 | 66 |
HSL | 36° | 32.65% | 38.43% |
HSB/HSV | 36° | 49.23% | 50.98% |
CMYK | 0.00% | 20.00% | 49.23% |
49.02% |
Color #826842 in popluar number systems.
HEX | 82 | 68 | 42 |
Decimal | 130 | 104 | 66 |
Binary | 10000010 | 1101000 | 1000010 |
Octal | 202 | 150 | 102 |
Shades of #826842
Tints of #826842
Examples of css and html codes for elements with #826842 color. Also use rgb(130,104,66) instead hex code.
.myTextColor { color: #826842; }
<p style="color:#826842">This sample text font color is #826842.</p>
This text font color is #826842.
.myBgColor { background-color: #826842; }
<div style="background-color:#826842">Inner text</div>
This div background color is #826842.
.myBorderColor { border: 1px solid #826842; }
<div style="border:3px solid #826842">Div</div>
This div border color is #826842.
.myOpacity80 { color: #826842; opacity: 0.8; }
<p style="color:#826842;opacity:0.8;">80%</p>
Text with #826842 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #826842;}
<p style="text-shadow: 3px 3px 1px #826842">Text here.</p>
This text has shadow with #826842 color.
.textShadow {text-shadow: 3px 3px 1px #826842', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #826842, 5px 5px 20px red">Text here.</p>
This text has shadow with #826842 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#826842, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#826842, Direction=45, Strength=4)">Text</p>
This text has shadow with #826842 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #826842;
-webkit-box-shadow: 1px 1px 3px 2px #826842;
box-shadow: 1px 1px 3px 2px #826842;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #826842; -webkit-box-shadow: 1px 1px 3px 2px #826842; box-shadow:1px 1px 3px 2px #826842;">
Div content here
</div>
This text has color #826842 on black background.
This text has color #826842 on white background.
This text has black color on #826842 background.
This text has white color on #826842 background.
Complementary color for #hex is #7D97BD.