COLOR #E3AC82

HEX: #E3AC82
RGB: (227,172,130)

Color info

#E3AC82 contains mainly red and green colors. Web safe color of #E3AC82 is #CC9999 (or #C99).

RGB color model

#E3AC82 color RGB value is (227,172,130).

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

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 130 of 255 = 51%

227
172
130

R + G + B ~ 69%. #E3AC82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 130 = 529 (100%)
R 227 of 529 ~ 42.91%
G 172 of 529 ~ 32.51%
B 130 of 529 ~ 24.57%

%42.91
%32.51
%24.57

CMYK color model

#E3AC82 color CMYK value is (0,24,43,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 42.73%
  • key color value is 10.98%
CMYK:
(0,24,43,11)
C0M24Y43K11 
(0%,24%,43%,11%)
(0.00/0.24/0.43/0.11)	

CMYK percentages

%0
%24.23
%42.73
%10.98

Codes

Color #E3AC82 in popluar color models

E3AC82
RGB227172130
HSL26°63.40%70.00%
HSB/HSV26°42.73%89.02%
CMYK0.00%24.23%42.73%
10.98%

Color #E3AC82 in popluar number systems.

HEXE3AC82
Decimal227172130
Binary111000111010110010000010
Octal343254202

Shades and tints

Shades of #E3AC82

#E3AC82
(227,172,130)
#CF9D77
(207,157,119)
#BB8E6C
(187,142,108)
#A77F61
(167,127,97)
#937056
(147,112,86)
#7F614B
(127,97,75)
#6B5240
(107,82,64)
#574335
(87,67,53)
#43342A
(67,52,42)
#2F251F
(47,37,31)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3AC82

#E3AC82
(227,172,130)
#E5B38D
(229,179,141)
#E7BA98
(231,186,152)
#E9C1A3
(233,193,163)
#EBC8AE
(235,200,174)
#EDCFB9
(237,207,185)
#EFD6C4
(239,214,196)
#F1DDCF
(241,221,207)
#F3E4DA
(243,228,218)
#F5EBE5
(245,235,229)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AC82; }

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

This text font color is #E3AC82.


Background Color

.myBgColor { background-color: #E3AC82; }

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

This div background color is #E3AC82.


Border color

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

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

This div border color is #E3AC82.


Opacity

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

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

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

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

This text has shadow with #E3AC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AC82 on black background.


Color preview on white background

This text has color #E3AC82 on white background.



Black color preview on #E3AC82 background

This text has black color on #E3AC82 background.


White color preview on #E3AC82 background

This text has white color on #E3AC82 background.