HEX: #826E2E
RGB: (130,110,46)
#826E2E contains mainly red and green colors. Web safe color of #826E2E is #996633 (or #963).
#826E2E color RGB value is (130,110,46).
RGB: (130,110,46) (51%,43%,18%)
R 130 of 255 = 51%
G 110 of 255 = 43%
B 46 of 255 = 18%
R + G + B ~ 37%. #826E2E is quite dark color.
R + G + B =
130 + 110 + 46 = 286 (100%)
R 130 of 286 ~ 45.45%
G 110 of 286 ~ 38.46%
B 46 of 286 ~ 16.08%
#826E2E color CMYK value is (0,15,65,49).
CMYK: (0,15,65,49) C0M15Y65K49 (0%,15%,65%,49%) (0.00/0.15/0.65/0.49)
82 | 6E | 2E | |
---|---|---|---|
RGB | 130 | 110 | 46 |
HSL | 46° | 47.73% | 34.51% |
HSB/HSV | 46° | 64.62% | 50.98% |
CMYK | 0.00% | 15.38% | 64.62% |
49.02% |
HEX | 82 | 6E | 2E |
Decimal | 130 | 110 | 46 |
Binary | 10000010 | 1101110 | 101110 |
Octal | 202 | 156 | 56 |
Examples of css and html codes for elements with #826E2E color. Also use rgb(130,110,46) instead hex code.
.myTextColor { color: #826E2E; }
<p style="color:#826E2E">This sample text font color is #826E2E.</p>
This text font color is #826E2E.
.myBgColor { background-color: #826E2E; }
<div style="background-color:#826E2E">Inner text</div>
This div background color is #826E2E.
.myBorderColor { border: 1px solid #826E2E; }
<div style="border:3px solid #826E2E">Div</div>
This div border color is #826E2E.
.myOpacity80 { color: #826E2E; opacity: 0.8; }
<p style="color:#826E2E;opacity:0.8;">80%</p>
Text with #826E2E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #826E2E;}
<p style="text-shadow: 3px 3px 1px #826E2E">Text here.</p>
This text has shadow with #826E2E color.
.textShadow {text-shadow: 3px 3px 1px #826E2E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #826E2E, 5px 5px 20px red">Text here.</p>
This text has shadow with #826E2E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#826E2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#826E2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #826E2E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #826E2E; -webkit-box-shadow: 1px 1px 3px 2px #826E2E; box-shadow: 1px 1px 3px 2px #826E2E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #826E2E; -webkit-box-shadow: 1px 1px 3px 2px #826E2E; box-shadow:1px 1px 3px 2px #826E2E;">
Div content here</div>
This text has color #826E2E on black background.
This text has color #826E2E on white background.
This text has black color on #826E2E background.
This text has white color on #826E2E background.