COLOR #E3A07B

HEX: #E3A07B
RGB: (227,160,123)

Color info

#E3A07B contains mainly red color. Web safe color of #E3A07B is #CC9966 (or #C96).

RGB color model

#E3A07B color RGB value is (227,160,123).

  • red value is 227;
  • green value is 160;
  • blue value is 123.
RGB:
(227,160,123)
(89%,63%,48%)

RGB channels and saturation

R 227 of 255 = 89%
G 160 of 255 = 63%
B 123 of 255 = 48%

227
160
123

R + G + B ~ 67%. #E3A07B is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 160 + 123 = 510 (100%)
R 227 of 510 ~ 44.51%
G 160 of 510 ~ 31.37%
B 123 of 510 ~ 24.12%

%44.51
%31.37
%24.12

CMYK color model

#E3A07B color CMYK value is (0,30,46,11).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 45.81%
  • key color value is 10.98%
CMYK:
(0,30,46,11)
C0M30Y46K11 
(0%,30%,46%,11%)
(0.00/0.30/0.46/0.11)	

CMYK percentages

%0
%29.52
%45.81
%10.98

Codes

Color #E3A07B in popluar color models

E3A07B
RGB227160123
HSL21°65.00%68.63%
HSB/HSV21°45.81%89.02%
CMYK0.00%29.52%45.81%
10.98%

Color #E3A07B in popluar number systems.

HEXE3A07B
Decimal227160123
Binary11100011101000001111011
Octal343240173

Shades and tints

Shades of #E3A07B

#E3A07B
(227,160,123)
#CF9270
(207,146,112)
#BB8465
(187,132,101)
#A7765A
(167,118,90)
#93684F
(147,104,79)
#7F5A44
(127,90,68)
#6B4C39
(107,76,57)
#573E2E
(87,62,46)
#433023
(67,48,35)
#2F2218
(47,34,24)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #E3A07B

#E3A07B
(227,160,123)
#E5A887
(229,168,135)
#E7B093
(231,176,147)
#E9B89F
(233,184,159)
#EBC0AB
(235,192,171)
#EDC8B7
(237,200,183)
#EFD0C3
(239,208,195)
#F1D8CF
(241,216,207)
#F3E0DB
(243,224,219)
#F5E8E7
(245,232,231)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A07B color. Also use rgb(227,160,123) instead hex code.

Text Font Color

.myTextColor { color: #E3A07B; }

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

This text font color is #E3A07B.


Background Color

.myBgColor { background-color: #E3A07B; }

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

This div background color is #E3A07B.


Border color

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

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

This div border color is #E3A07B.


Opacity

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

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

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

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

This text has shadow with #E3A07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A07B on black background.


Color preview on white background

This text has color #E3A07B on white background.



Black color preview on #E3A07B background

This text has black color on #E3A07B background.


White color preview on #E3A07B background

This text has white color on #E3A07B background.