COLOR #E3A28B

HEX: #E3A28B RGB: (227,162,139)

Color info

#E3A28B contains mainly red color. Web safe color of #E3A28B is #CC9999 (or #C99).

RGB color model

#E3A28B color RGB value is (227,162,139).

RGB: (227,162,139) (89%, 64%, 55%)

RGB channels and saturation

R 227 of 255 = 89%
G 162 of 255 = 64%
B 139 of 255 = 55%

227
162
139

R + G + B ~ 69%. #E3A28B is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 162 + 139 = 528 (100%)
R 227 of 528 ~ 42.99%
G 162 of 528 ~ 30.68%
B 139 of 528 ~ 26.33'%

%42.99
%30.68
%26.33

CMYK color model

#E3A28B color CMYK value is (0,29,39,11).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 38.77%
  • key color value is 10.98%

CMYK: (0,29,39,11)
C0M29Y39K11 (0%, 29%, 39%, 11%)
(0.00 / 0.29 / 0.39 / 0.11)

CMYK percentages

%0
%28.63
%38.77
%10.98

Codes

Color #E3A28B in popluar color models

E3 A2 8B
RGB 227 162 139
HSL 16° 61.11% 71.76%
HSB/HSV 16° 38.77% 89.02%
CMYK 0.00% 28.63% 38.77%
10.98%

Color #E3A28B in popluar number systems.

HEX E3 A2 8B
Decimal 227 162 139
Binary 11100011 10100010 10001011
Octal 343 242 213

Shades and tints

Shades of #E3A28B

#E3A28B
(227,162,139)
#CF947F
(207,148,127)
#BB8673
(187,134,115)
#A77867
(167,120,103)
#936A5B
(147,106,91)
#7F5C4F
(127,92,79)
#6B4E43
(107,78,67)
#574037
(87,64,55)
#43322B
(67,50,43)
#2F241F
(47,36,31)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #E3A28B

#E3A28B
(227,162,139)
#E5AA95
(229,170,149)
#E7B29F
(231,178,159)
#E9BAA9
(233,186,169)
#EBC2B3
(235,194,179)
#EDCABD
(237,202,189)
#EFD2C7
(239,210,199)
#F1DAD1
(241,218,209)
#F3E2DB
(243,226,219)
#F5EAE5
(245,234,229)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A28B color. Also use rgb(227,162,139) instead hex code.

Text Font Color

.myTextColor { color: #E3A28B; }

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

This text font color is #E3A28B.

Background Color

.myBgColor { background-color: #E3A28B; }

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

This div background color is #E3A28B.

Border color

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

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

This div border color is #E3A28B.

Opacity

.myOpacity80 { color: #E3A28B; opacity: 0.8; }

<p style="color:#E3A28B;opacity:0.8;">80%</p>

Text with #E3A28B 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 #E3A28B;}

<p style="text-shadow: 3px 3px 1px #E3A28B">Text here.</p>

This text has shadow with #E3A28B color.


.textShadow {text-shadow: 3px 3px 1px #E3A28B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E3A28B, 5px 5px 20px red">Text here.</p>

This text has shadow with #E3A28B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3A28B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E3A28B, Direction=45, Strength=4)">Text</p>

This text has shadow with #E3A28B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3A28B;
-webkit-box-shadow: 1px 1px 3px 2px #E3A28B;
box-shadow: 1px 1px 3px 2px #E3A28B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3A28B; -webkit-box-shadow: 1px 1px 3px 2px #E3A28B; box-shadow:1px 1px 3px 2px #E3A28B;">
Div content here
</div>

This div box has shadow with color #E3A28B.

Preview

Color preview on black background

This text has color #E3A28B on black background.


Color preview on white background

This text has color #E3A28B on white background.


Black color preview on #E3A28B background

This text has black color on #E3A28B background.


White color preview on #E3A28B background

This text has white color on #E3A28B background.


Related colors

Complementary color

Complementary color for #hex is #1C5D74.


I love getcolorcode.com

Triadic colors

1 #8BE3A2 and #A28BE3 with #E3A28B are triadic colors.

2 #8BA2E3 and #A2E38B with #E3A28B are triadic colors.