COLOR #E3A375

HEX: #E3A375
RGB: (227,163,117)

Color info

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

RGB color model

#E3A375 color RGB value is (227,163,117).

  • red value is 227;
  • green value is 163;
  • blue value is 117.
RGB:
(227,163,117)
(89%,64%,46%)

RGB channels and saturation

R 227 of 255 = 89%
G 163 of 255 = 64%
B 117 of 255 = 46%

227
163
117

R + G + B ~ 66%. #E3A375 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 163 + 117 = 507 (100%)
R 227 of 507 ~ 44.77%
G 163 of 507 ~ 32.15%
B 117 of 507 ~ 23.08%

%44.77
%32.15
%23.08

CMYK color model

#E3A375 color CMYK value is (0,28,48,11).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 48.46%
  • key color value is 10.98%
CMYK:
(0,28,48,11)
C0M28Y48K11 
(0%,28%,48%,11%)
(0.00/0.28/0.48/0.11)	

CMYK percentages

%0
%28.19
%48.46
%10.98

Codes

Color #E3A375 in popluar color models

E3A375
RGB227163117
HSL25°66.27%67.45%
HSB/HSV25°48.46%89.02%
CMYK0.00%28.19%48.46%
10.98%

Color #E3A375 in popluar number systems.

HEXE3A375
Decimal227163117
Binary11100011101000111110101
Octal343243165

Shades and tints

Shades of #E3A375

#E3A375
(227,163,117)
#CF956B
(207,149,107)
#BB8761
(187,135,97)
#A77957
(167,121,87)
#936B4D
(147,107,77)
#7F5D43
(127,93,67)
#6B4F39
(107,79,57)
#57412F
(87,65,47)
#433325
(67,51,37)
#2F251B
(47,37,27)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #E3A375

#E3A375
(227,163,117)
#E5AB81
(229,171,129)
#E7B38D
(231,179,141)
#E9BB99
(233,187,153)
#EBC3A5
(235,195,165)
#EDCBB1
(237,203,177)
#EFD3BD
(239,211,189)
#F1DBC9
(241,219,201)
#F3E3D5
(243,227,213)
#F5EBE1
(245,235,225)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A375 color. Also use rgb(227,163,117) instead hex code.

Text Font Color

.myTextColor { color: #E3A375; }

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

This text font color is #E3A375.


Background Color

.myBgColor { background-color: #E3A375; }

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

This div background color is #E3A375.


Border color

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

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

This div border color is #E3A375.


Opacity

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

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

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

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

This text has shadow with #E3A375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A375 on black background.


Color preview on white background

This text has color #E3A375 on white background.



Black color preview on #E3A375 background

This text has black color on #E3A375 background.


White color preview on #E3A375 background

This text has white color on #E3A375 background.