COLOR #E4B48B

HEX: #E4B48B
RGB: (228,180,139)

Color info

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

RGB color model

#E4B48B color RGB value is (228,180,139).

  • red value is 228;
  • green value is 180;
  • blue value is 139.
RGB:
(228,180,139)
(89%,71%,55%)

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 139 of 255 = 55%

228
180
139

R + G + B ~ 72%. #E4B48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 139 = 547 (100%)
R 228 of 547 ~ 41.68%
G 180 of 547 ~ 32.91%
B 139 of 547 ~ 25.41%

%41.68
%32.91
%25.41

CMYK color model

#E4B48B color CMYK value is (0,21,39,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 39.04%
  • key color value is 10.59%
CMYK:
(0,21,39,11)
C0M21Y39K11 
(0%,21%,39%,11%)
(0.00/0.21/0.39/0.11)	

CMYK percentages

%0
%21.05
%39.04
%10.59

Codes

Color #E4B48B in popluar color models

E4B48B
RGB228180139
HSL28°62.24%71.96%
HSB/HSV28°39.04%89.41%
CMYK0.00%21.05%39.04%
10.59%

Color #E4B48B in popluar number systems.

HEXE4B48B
Decimal228180139
Binary111001001011010010001011
Octal344264213

Shades and tints

Shades of #E4B48B

#E4B48B
(228,180,139)
#D0A47F
(208,164,127)
#BC9473
(188,148,115)
#A88467
(168,132,103)
#94745B
(148,116,91)
#80644F
(128,100,79)
#6C5443
(108,84,67)
#584437
(88,68,55)
#44342B
(68,52,43)
#30241F
(48,36,31)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #E4B48B

#E4B48B
(228,180,139)
#E6BA95
(230,186,149)
#E8C09F
(232,192,159)
#EAC6A9
(234,198,169)
#ECCCB3
(236,204,179)
#EED2BD
(238,210,189)
#F0D8C7
(240,216,199)
#F2DED1
(242,222,209)
#F4E4DB
(244,228,219)
#F6EAE5
(246,234,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B48B color. Also use rgb(228,180,139) instead hex code.

Text Font Color

.myTextColor { color: #E4B48B; }

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

This text font color is #E4B48B.


Background Color

.myBgColor { background-color: #E4B48B; }

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

This div background color is #E4B48B.


Border color

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

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

This div border color is #E4B48B.


Opacity

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

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

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

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

This text has shadow with #E4B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B48B on black background.


Color preview on white background

This text has color #E4B48B on white background.



Black color preview on #E4B48B background

This text has black color on #E4B48B background.


White color preview on #E4B48B background

This text has white color on #E4B48B background.