COLOR #E3B46E

HEX: #E3B46E RGB: (227,180,110)

Color info

#E3B46E contains mainly red and green colors. Web safe color of #E3B46E is #CCCC66 (or #CC6).

RGB color model

#E3B46E color RGB value is (227,180,110).

RGB: (227,180,110) (89%, 71%, 43%)

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 110 of 255 = 43%

227
180
110

R + G + B ~ 68%. #E3B46E is quite light color.

Portions of RGB colors in percentages

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'%

%43.91
%34.82
%21.28

CMYK color model

#E3B46E color CMYK value is (0,21,52,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 51.54%
  • key color value is 10.98%

CMYK: (0,21,52,11)
C0M21Y52K11 (0%, 21%, 52%, 11%)
(0.00 / 0.21 / 0.52 / 0.11)

CMYK percentages

%0
%20.7
%51.54
%10.98

Codes

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 and tints

Shades of #E3B46E

#E3B46E
(227,180,110)
#CFA464
(207,164,100)
#BB945A
(187,148,90)
#A78450
(167,132,80)
#937446
(147,116,70)
#7F643C
(127,100,60)
#6B5432
(107,84,50)
#574428
(87,68,40)
#43341E
(67,52,30)
#2F2414
(47,36,20)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #E3B46E

#E3B46E
(227,180,110)
#E5BA7B
(229,186,123)
#E7C088
(231,192,136)
#E9C695
(233,198,149)
#EBCCA2
(235,204,162)
#EDD2AF
(237,210,175)
#EFD8BC
(239,216,188)
#F1DEC9
(241,222,201)
#F3E4D6
(243,228,214)
#F5EAE3
(245,234,227)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B46E color. Also use rgb(227,180,110) instead hex code.

Text Font Color

.myTextColor { color: #E3B46E; }

<p style="color:#E3B46E">This sample text font color is #E3B46E.</p>

This text font color is #E3B46E.

Background Color

.myBgColor { background-color: #E3B46E; }

<div style="background-color:#E3B46E">Inner text</div>

This div background color is #E3B46E.

Border color

.myBorderColor { border: 1px solid #E3B46E; }

<div style="border:3px solid #E3B46E">Div</div>

This div border color is #E3B46E.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E3B46E.

Preview

Color preview on black background

This text has color #E3B46E on black background.


Color preview on white background

This text has color #E3B46E on white background.


Black color preview on #E3B46E background

This text has black color on #E3B46E background.


White color preview on #E3B46E background

This text has white color on #E3B46E background.


Related colors

Complementary color

Complementary color for #hex is #1C4B91.


I love getcolorcode.com

Triadic colors

1 #6EE3B4 and #B46EE3 with #E3B46E are triadic colors.

2 #6EB4E3 and #B4E36E with #E3B46E are triadic colors.