COLOR #E3B489

HEX: #E3B489
RGB: (227,180,137)

Color info

#E3B489 contains mainly red and green colors. Web safe color of #E3B489 is #CCCC99 (or #CC9).

RGB color model

#E3B489 color RGB value is (227,180,137).

  • red value is 227;
  • green value is 180;
  • blue value is 137.
RGB:
(227,180,137)
(89%,71%,54%)

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 137 of 255 = 54%

227
180
137

R + G + B ~ 71%. #E3B489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 180 + 137 = 544 (100%)
R 227 of 544 ~ 41.73%
G 180 of 544 ~ 33.09%
B 137 of 544 ~ 25.18%

%41.73
%33.09
%25.18

CMYK color model

#E3B489 color CMYK value is (0,21,40,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 39.65%
  • key color value is 10.98%
CMYK:
(0,21,40,11)
C0M21Y40K11 
(0%,21%,40%,11%)
(0.00/0.21/0.40/0.11)	

CMYK percentages

%0
%20.7
%39.65
%10.98

Codes

Color #E3B489 in popluar color models

E3B489
RGB227180137
HSL29°61.64%71.37%
HSB/HSV29°39.65%89.02%
CMYK0.00%20.70%39.65%
10.98%

Color #E3B489 in popluar number systems.

HEXE3B489
Decimal227180137
Binary111000111011010010001001
Octal343264211

Shades and tints

Shades of #E3B489

#E3B489
(227,180,137)
#CFA47D
(207,164,125)
#BB9471
(187,148,113)
#A78465
(167,132,101)
#937459
(147,116,89)
#7F644D
(127,100,77)
#6B5441
(107,84,65)
#574435
(87,68,53)
#433429
(67,52,41)
#2F241D
(47,36,29)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #E3B489

#E3B489
(227,180,137)
#E5BA93
(229,186,147)
#E7C09D
(231,192,157)
#E9C6A7
(233,198,167)
#EBCCB1
(235,204,177)
#EDD2BB
(237,210,187)
#EFD8C5
(239,216,197)
#F1DECF
(241,222,207)
#F3E4D9
(243,228,217)
#F5EAE3
(245,234,227)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B489; }

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

This text font color is #E3B489.


Background Color

.myBgColor { background-color: #E3B489; }

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

This div background color is #E3B489.


Border color

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

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

This div border color is #E3B489.


Opacity

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

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

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

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

This text has shadow with #E3B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B489 on black background.


Color preview on white background

This text has color #E3B489 on white background.



Black color preview on #E3B489 background

This text has black color on #E3B489 background.


White color preview on #E3B489 background

This text has white color on #E3B489 background.