COLOR #E3A485

HEX: #E3A485
RGB: (227,164,133)

Color info

#E3A485 contains mainly red color. Web safe color of #E3A485 is #CC9999 (or #C99).

RGB color model

#E3A485 color RGB value is (227,164,133).

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

RGB channels and saturation

R 227 of 255 = 89%
G 164 of 255 = 64%
B 133 of 255 = 52%

227
164
133

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

Portions of RGB colors in percentages

R + G + B =
227 + 164 + 133 = 524 (100%)
R 227 of 524 ~ 43.32%
G 164 of 524 ~ 31.3%
B 133 of 524 ~ 25.38%

%43.32
%31.3
%25.38

CMYK color model

#E3A485 color CMYK value is (0,28,41,11).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 41.41%
  • key color value is 10.98%
CMYK:
(0,28,41,11)
C0M28Y41K11 
(0%,28%,41%,11%)
(0.00/0.28/0.41/0.11)	

CMYK percentages

%0
%27.75
%41.41
%10.98

Codes

Color #E3A485 in popluar color models

E3A485
RGB227164133
HSL20°62.67%70.59%
HSB/HSV20°41.41%89.02%
CMYK0.00%27.75%41.41%
10.98%

Color #E3A485 in popluar number systems.

HEXE3A485
Decimal227164133
Binary111000111010010010000101
Octal343244205

Shades and tints

Shades of #E3A485

#E3A485
(227,164,133)
#CF9679
(207,150,121)
#BB886D
(187,136,109)
#A77A61
(167,122,97)
#936C55
(147,108,85)
#7F5E49
(127,94,73)
#6B503D
(107,80,61)
#574231
(87,66,49)
#433425
(67,52,37)
#2F2619
(47,38,25)
#1B180D
(27,24,13)
#000000
(0,0,0)

Tints of #E3A485

#E3A485
(227,164,133)
#E5AC90
(229,172,144)
#E7B49B
(231,180,155)
#E9BCA6
(233,188,166)
#EBC4B1
(235,196,177)
#EDCCBC
(237,204,188)
#EFD4C7
(239,212,199)
#F1DCD2
(241,220,210)
#F3E4DD
(243,228,221)
#F5ECE8
(245,236,232)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A485; }

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

This text font color is #E3A485.


Background Color

.myBgColor { background-color: #E3A485; }

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

This div background color is #E3A485.


Border color

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

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

This div border color is #E3A485.


Opacity

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

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

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

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

This text has shadow with #E3A485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A485 on black background.


Color preview on white background

This text has color #E3A485 on white background.



Black color preview on #E3A485 background

This text has black color on #E3A485 background.


White color preview on #E3A485 background

This text has white color on #E3A485 background.