HEX: #7E531D
RGB: (126,83,29)
#7E531D contains mainly red and green colors. Web safe color of #7E531D is #666633 (or #663).
#7E531D color RGB value is (126,83,29).
RGB: (126,83,29)
(49%, 33%, 11%)
R 126 of 255 = 49%
G 83 of 255 = 33%
B 29 of 255 = 11%
R + G + B ~ 31%. #7E531D is quite dark color.
R + G + B = 126 + 83 + 29 = 238 (100%)
R 126 of 238 ~ 52.94%
G 83 of 238 ~ 34.87%
B 29 of 238 ~ 12.18'%
#7E531D color CMYK value is (0,34,77,51).
CMYK: (0,34,77,51)
C0M34Y77K51 (0%, 34%, 77%, 51%)
(0.00 / 0.34 / 0.77 / 0.51)
Color #7E531D in popluar color models
7E | 53 | 1D | |
---|---|---|---|
RGB | 126 | 83 | 29 |
HSL | 33° | 62.58% | 30.39% |
HSB/HSV | 33° | 76.98% | 49.41% |
CMYK | 0.00% | 34.13% | 76.98% |
50.59% |
Color #7E531D in popluar number systems.
HEX | 7E | 53 | 1D |
Decimal | 126 | 83 | 29 |
Binary | 1111110 | 1010011 | 11101 |
Octal | 176 | 123 | 35 |
Shades of #7E531D
Tints of #7E531D
Examples of css and html codes for elements with #7E531D color. Also use rgb(126,83,29) instead hex code.
.myTextColor { color: #7E531D; }
<p style="color:#7E531D">This sample text font color is #7E531D.</p>
This text font color is #7E531D.
.myBgColor { background-color: #7E531D; }
<div style="background-color:#7E531D">Inner text</div>
This div background color is #7E531D.
.myBorderColor { border: 1px solid #7E531D; }
<div style="border:3px solid #7E531D">Div</div>
This div border color is #7E531D.
.myOpacity80 { color: #7E531D; opacity: 0.8; }
<p style="color:#7E531D;opacity:0.8;">80%</p>
Text with #7E531D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E531D;}
<p style="text-shadow: 3px 3px 1px #7E531D">Text here.</p>
This text has shadow with #7E531D color.
.textShadow {text-shadow: 3px 3px 1px #7E531D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E531D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E531D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E531D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E531D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E531D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E531D;
-webkit-box-shadow: 1px 1px 3px 2px #7E531D;
box-shadow: 1px 1px 3px 2px #7E531D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E531D; -webkit-box-shadow: 1px 1px 3px 2px #7E531D; box-shadow:1px 1px 3px 2px #7E531D;">
Div content here
</div>
This text has color #7E531D on black background.
This text has color #7E531D on white background.
This text has black color on #7E531D background.
This text has white color on #7E531D background.
Complementary color for #hex is #81ACE2.