HEX: #7E6A2E
RGB: (126,106,46)
#7E6A2E contains mainly red and green colors. Web safe color of #7E6A2E is #666633 (or #663).
#7E6A2E color RGB value is (126,106,46).
RGB: (126,106,46) (49%,42%,18%)
R 126 of 255 = 49%
G 106 of 255 = 42%
B 46 of 255 = 18%
R + G + B ~ 36%. #7E6A2E is quite dark color.
R + G + B =
126 + 106 + 46 = 278 (100%)
R 126 of 278 ~ 45.32%
G 106 of 278 ~ 38.13%
B 46 of 278 ~ 16.55%
#7E6A2E color CMYK value is (0,16,63,51).
CMYK: (0,16,63,51) C0M16Y63K51 (0%,16%,63%,51%) (0.00/0.16/0.63/0.51)
7E | 6A | 2E | |
---|---|---|---|
RGB | 126 | 106 | 46 |
HSL | 45° | 46.51% | 33.73% |
HSB/HSV | 45° | 63.49% | 49.41% |
CMYK | 0.00% | 15.87% | 63.49% |
50.59% |
HEX | 7E | 6A | 2E |
Decimal | 126 | 106 | 46 |
Binary | 1111110 | 1101010 | 101110 |
Octal | 176 | 152 | 56 |
Examples of css and html codes for elements with #7E6A2E color. Also use rgb(126,106,46) instead hex code.
.myTextColor { color: #7E6A2E; }
<p style="color:#7E6A2E">This sample text font color is #7E6A2E.</p>
This text font color is #7E6A2E.
.myBgColor { background-color: #7E6A2E; }
<div style="background-color:#7E6A2E">Inner text</div>
This div background color is #7E6A2E.
.myBorderColor { border: 1px solid #7E6A2E; }
<div style="border:3px solid #7E6A2E">Div</div>
This div border color is #7E6A2E.
.myOpacity80 { color: #7E6A2E; opacity: 0.8; }
<p style="color:#7E6A2E;opacity:0.8;">80%</p>
Text with #7E6A2E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E6A2E;}
<p style="text-shadow: 3px 3px 1px #7E6A2E">Text here.</p>
This text has shadow with #7E6A2E color.
.textShadow {text-shadow: 3px 3px 1px #7E6A2E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E6A2E, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E6A2E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E6A2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E6A2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E6A2E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E6A2E; -webkit-box-shadow: 1px 1px 3px 2px #7E6A2E; box-shadow: 1px 1px 3px 2px #7E6A2E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E6A2E; -webkit-box-shadow: 1px 1px 3px 2px #7E6A2E; box-shadow:1px 1px 3px 2px #7E6A2E;">
Div content here</div>
This text has color #7E6A2E on black background.
This text has color #7E6A2E on white background.
This text has black color on #7E6A2E background.
This text has white color on #7E6A2E background.