HEX: #E3B46E
RGB: (227,180,110)
#E3B46E contains mainly red and green colors. Web safe color of #E3B46E is #CCCC66 (or #CC6).
#E3B46E color RGB value is (227,180,110).
RGB: (227,180,110)
(89%, 71%, 43%)
R 227 of 255 = 89%
G 180 of 255 = 71%
B 110 of 255 = 43%
R + G + B ~ 68%. #E3B46E is quite light color.
R + G + B = 227 + 180 + 110 = 517 (100%)
R 227 of 517 ~ 43.91%
G 180 of 517 ~ 34.82%
B 110 of 517 ~ 21.28'%
#E3B46E color CMYK value is (0,21,52,11).
CMYK: (0,21,52,11)
C0M21Y52K11 (0%, 21%, 52%, 11%)
(0.00 / 0.21 / 0.52 / 0.11)
Color #E3B46E in popluar color models
E3 | B4 | 6E | |
---|---|---|---|
RGB | 227 | 180 | 110 |
HSL | 36° | 67.63% | 66.08% |
HSB/HSV | 36° | 51.54% | 89.02% |
CMYK | 0.00% | 20.70% | 51.54% |
10.98% |
Color #E3B46E in popluar number systems.
HEX | E3 | B4 | 6E |
Decimal | 227 | 180 | 110 |
Binary | 11100011 | 10110100 | 1101110 |
Octal | 343 | 264 | 156 |
Shades of #E3B46E
Tints of #E3B46E
Examples of css and html codes for elements with #E3B46E color. Also use rgb(227,180,110) instead hex code.
.myTextColor { color: #E3B46E; }
<p style="color:#E3B46E">This sample text font color is #E3B46E.</p>
This text font color is #E3B46E.
.myBgColor { background-color: #E3B46E; }
<div style="background-color:#E3B46E">Inner text</div>
This div background color is #E3B46E.
.myBorderColor { border: 1px solid #E3B46E; }
<div style="border:3px solid #E3B46E">Div</div>
This div border color is #E3B46E.
.myOpacity80 { color: #E3B46E; opacity: 0.8; }
<p style="color:#E3B46E;opacity:0.8;">80%</p>
Text with #E3B46E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3B46E;}
<p style="text-shadow: 3px 3px 1px #E3B46E">Text here.</p>
This text has shadow with #E3B46E color.
.textShadow {text-shadow: 3px 3px 1px #E3B46E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3B46E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3B46E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3B46E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3B46E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3B46E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3B46E;
-webkit-box-shadow: 1px 1px 3px 2px #E3B46E;
box-shadow: 1px 1px 3px 2px #E3B46E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3B46E; -webkit-box-shadow: 1px 1px 3px 2px #E3B46E; box-shadow:1px 1px 3px 2px #E3B46E;">
Div content here
</div>
This text has color #E3B46E on black background.
This text has color #E3B46E on white background.
This text has black color on #E3B46E background.
This text has white color on #E3B46E background.
Complementary color for #hex is #1C4B91.