COLOR #E3A47A

HEX: #E3A47A
RGB: (227,164,122)

Color info

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

RGB color model

#E3A47A color RGB value is (227,164,122).

  • red value is 227;
  • green value is 164;
  • blue value is 122.
RGB:
(227,164,122)
(89%,64%,48%)

RGB channels and saturation

R 227 of 255 = 89%
G 164 of 255 = 64%
B 122 of 255 = 48%

227
164
122

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

Portions of RGB colors in percentages

R + G + B =
227 + 164 + 122 = 513 (100%)
R 227 of 513 ~ 44.25%
G 164 of 513 ~ 31.97%
B 122 of 513 ~ 23.78%

%44.25
%31.97
%23.78

CMYK color model

#E3A47A color CMYK value is (0,28,46,11).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 46.26%
  • key color value is 10.98%
CMYK:
(0,28,46,11)
C0M28Y46K11 
(0%,28%,46%,11%)
(0.00/0.28/0.46/0.11)	

CMYK percentages

%0
%27.75
%46.26
%10.98

Codes

Color #E3A47A in popluar color models

E3A47A
RGB227164122
HSL24°65.22%68.43%
HSB/HSV24°46.26%89.02%
CMYK0.00%27.75%46.26%
10.98%

Color #E3A47A in popluar number systems.

HEXE3A47A
Decimal227164122
Binary11100011101001001111010
Octal343244172

Shades and tints

Shades of #E3A47A

#E3A47A
(227,164,122)
#CF966F
(207,150,111)
#BB8864
(187,136,100)
#A77A59
(167,122,89)
#936C4E
(147,108,78)
#7F5E43
(127,94,67)
#6B5038
(107,80,56)
#57422D
(87,66,45)
#433422
(67,52,34)
#2F2617
(47,38,23)
#1B180C
(27,24,12)
#000000
(0,0,0)

Tints of #E3A47A

#E3A47A
(227,164,122)
#E5AC86
(229,172,134)
#E7B492
(231,180,146)
#E9BC9E
(233,188,158)
#EBC4AA
(235,196,170)
#EDCCB6
(237,204,182)
#EFD4C2
(239,212,194)
#F1DCCE
(241,220,206)
#F3E4DA
(243,228,218)
#F5ECE6
(245,236,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A47A color. Also use rgb(227,164,122) instead hex code.

Text Font Color

.myTextColor { color: #E3A47A; }

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

This text font color is #E3A47A.


Background Color

.myBgColor { background-color: #E3A47A; }

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

This div background color is #E3A47A.


Border color

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

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

This div border color is #E3A47A.


Opacity

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

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

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

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

This text has shadow with #E3A47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A47A on black background.


Color preview on white background

This text has color #E3A47A on white background.



Black color preview on #E3A47A background

This text has black color on #E3A47A background.


White color preview on #E3A47A background

This text has white color on #E3A47A background.