HEX: #7E4E11
RGB: (126,78,17)
#7E4E11 contains mainly red and green colors. Web safe color of #7E4E11 is #666600 (or #660).
#7E4E11 color RGB value is (126,78,17).
RGB: (126,78,17)
(49%, 31%, 7%)
R 126 of 255 = 49%
G 78 of 255 = 31%
B 17 of 255 = 7%
R + G + B ~ 29%. #7E4E11 is quite dark color.
R + G + B = 126 + 78 + 17 = 221 (100%)
R 126 of 221 ~ 57.01%
G 78 of 221 ~ 35.29%
B 17 of 221 ~ 7.69'%
#7E4E11 color CMYK value is (0,38,87,51).
CMYK: (0,38,87,51) C0M38Y87K51 (0%,38%,87%,51%) (0.00/0.38/0.87/0.51)
Color #7E4E11 in popluar color models
7E | 4E | 11 | |
---|---|---|---|
RGB | 126 | 78 | 17 |
HSL | 34° | 76.22% | 28.04% |
HSB/HSV | 34° | 86.51% | 49.41% |
CMYK | 0.00% | 38.10% | 86.51% |
50.59% |
Color #7E4E11 in popluar number systems.
HEX | 7E | 4E | 11 |
Decimal | 126 | 78 | 17 |
Binary | 1111110 | 1001110 | 10001 |
Octal | 176 | 116 | 21 |
Shades of #7E4E11
Tints of #7E4E11
Examples of css and html codes for elements with #7E4E11 color. Also use rgb(126,78,17) instead hex code.
.myTextColor { color: #7E4E11; }
<p style="color:#7E4E11">This sample text font color is #7E4E11.</p>
This text font color is #7E4E11.
.myBgColor { background-color: #7E4E11; }
<div style="background-color:#7E4E11">Inner text</div>
This div background color is #7E4E11.
.myBorderColor { border: 1px solid #7E4E11; }
<div style="border:3px solid #7E4E11">Div</div>
This div border color is #7E4E11.
.myOpacity80 { color: #7E4E11; opacity: 0.8; }
<p style="color:#7E4E11;opacity:0.8;">80%</p>
Text with #7E4E11 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E4E11;}
<p style="text-shadow: 3px 3px 1px #7E4E11">Text here.</p>
This text has shadow with #7E4E11 color.
.textShadow {text-shadow: 3px 3px 1px #7E4E11', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E4E11, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E4E11 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E4E11, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E4E11, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E4E11 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E4E11;
-webkit-box-shadow: 1px 1px 3px 2px #7E4E11;
box-shadow: 1px 1px 3px 2px #7E4E11;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E4E11; -webkit-box-shadow: 1px 1px 3px 2px #7E4E11; box-shadow:1px 1px 3px 2px #7E4E11;">
Div content here
</div>
This text has color #7E4E11 on black background.
This text has color #7E4E11 on white background.
This text has black color on #7E4E11 background.
This text has white color on #7E4E11 background.
Complementary color for #hex is #81B1EE.