COLOR #E3AC7C

HEX: #E3AC7C
RGB: (227,172,124)

Color info

#E3AC7C contains mainly red and green colors. Web safe color of #E3AC7C is #CC9966 (or #C96).

RGB color model

#E3AC7C color RGB value is (227,172,124).

  • red value is 227;
  • green value is 172;
  • blue value is 124.
RGB:
(227,172,124)
(89%,67%,49%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 124 of 255 = 49%

227
172
124

R + G + B ~ 68%. #E3AC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 124 = 523 (100%)
R 227 of 523 ~ 43.4%
G 172 of 523 ~ 32.89%
B 124 of 523 ~ 23.71%

%43.4
%32.89
%23.71

CMYK color model

#E3AC7C color CMYK value is (0,24,45,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 45.37%
  • key color value is 10.98%
CMYK:
(0,24,45,11)
C0M24Y45K11 
(0%,24%,45%,11%)
(0.00/0.24/0.45/0.11)	

CMYK percentages

%0
%24.23
%45.37
%10.98

Codes

Color #E3AC7C in popluar color models

E3AC7C
RGB227172124
HSL28°64.78%68.82%
HSB/HSV28°45.37%89.02%
CMYK0.00%24.23%45.37%
10.98%

Color #E3AC7C in popluar number systems.

HEXE3AC7C
Decimal227172124
Binary11100011101011001111100
Octal343254174

Shades and tints

Shades of #E3AC7C

#E3AC7C
(227,172,124)
#CF9D71
(207,157,113)
#BB8E66
(187,142,102)
#A77F5B
(167,127,91)
#937050
(147,112,80)
#7F6145
(127,97,69)
#6B523A
(107,82,58)
#57432F
(87,67,47)
#433424
(67,52,36)
#2F2519
(47,37,25)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #E3AC7C

#E3AC7C
(227,172,124)
#E5B387
(229,179,135)
#E7BA92
(231,186,146)
#E9C19D
(233,193,157)
#EBC8A8
(235,200,168)
#EDCFB3
(237,207,179)
#EFD6BE
(239,214,190)
#F1DDC9
(241,221,201)
#F3E4D4
(243,228,212)
#F5EBDF
(245,235,223)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AC7C color. Also use rgb(227,172,124) instead hex code.

Text Font Color

.myTextColor { color: #E3AC7C; }

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

This text font color is #E3AC7C.


Background Color

.myBgColor { background-color: #E3AC7C; }

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

This div background color is #E3AC7C.


Border color

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

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

This div border color is #E3AC7C.


Opacity

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

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

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

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

This text has shadow with #E3AC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AC7C on black background.


Color preview on white background

This text has color #E3AC7C on white background.



Black color preview on #E3AC7C background

This text has black color on #E3AC7C background.


White color preview on #E3AC7C background

This text has white color on #E3AC7C background.