COLOR #E3895A

HEX: #E3895A
RGB: (227,137,90)

Color info

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

RGB color model

#E3895A color RGB value is (227,137,90).

  • red value is 227;
  • green value is 137;
  • blue value is 90.
RGB:
(227,137,90)
(89%,54%,35%)

RGB channels and saturation

R 227 of 255 = 89%
G 137 of 255 = 54%
B 90 of 255 = 35%

227
137
90

R + G + B ~ 59%. #E3895A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 137 + 90 = 454 (100%)
R 227 of 454 ~ 50%
G 137 of 454 ~ 30.18%
B 90 of 454 ~ 19.82%

%50
%30.18
%19.82

CMYK color model

#E3895A color CMYK value is (0,40,60,11).

  • cyan value is 0.00%
  • magenta value is 39.65%
  • yellow value is 60.35%
  • key color value is 10.98%
CMYK:
(0,40,60,11)
C0M40Y60K11 
(0%,40%,60%,11%)
(0.00/0.40/0.60/0.11)	

CMYK percentages

%0
%39.65
%60.35
%10.98

Codes

Color #E3895A in popluar color models

E3895A
RGB22713790
HSL21°70.98%62.16%
HSB/HSV21°60.35%89.02%
CMYK0.00%39.65%60.35%
10.98%

Color #E3895A in popluar number systems.

HEXE3895A
Decimal22713790
Binary11100011100010011011010
Octal343211132

Shades and tints

Shades of #E3895A

#E3895A
(227,137,90)
#CF7D52
(207,125,82)
#BB714A
(187,113,74)
#A76542
(167,101,66)
#93593A
(147,89,58)
#7F4D32
(127,77,50)
#6B412A
(107,65,42)
#573522
(87,53,34)
#43291A
(67,41,26)
#2F1D12
(47,29,18)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #E3895A

#E3895A
(227,137,90)
#E59369
(229,147,105)
#E79D78
(231,157,120)
#E9A787
(233,167,135)
#EBB196
(235,177,150)
#EDBBA5
(237,187,165)
#EFC5B4
(239,197,180)
#F1CFC3
(241,207,195)
#F3D9D2
(243,217,210)
#F5E3E1
(245,227,225)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3895A color. Also use rgb(227,137,90) instead hex code.

Text Font Color

.myTextColor { color: #E3895A; }

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

This text font color is #E3895A.


Background Color

.myBgColor { background-color: #E3895A; }

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

This div background color is #E3895A.


Border color

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

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

This div border color is #E3895A.


Opacity

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

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

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

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

This text has shadow with #E3895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3895A on black background.


Color preview on white background

This text has color #E3895A on white background.



Black color preview on #E3895A background

This text has black color on #E3895A background.


White color preview on #E3895A background

This text has white color on #E3895A background.