COLOR #E38370

HEX: #E38370
RGB: (227,131,112)

Color info

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

RGB color model

#E38370 color RGB value is (227,131,112).

  • red value is 227;
  • green value is 131;
  • blue value is 112.
RGB:
(227,131,112)
(89%,51%,44%)

RGB channels and saturation

R 227 of 255 = 89%
G 131 of 255 = 51%
B 112 of 255 = 44%

227
131
112

R + G + B ~ 61%. #E38370 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 131 + 112 = 470 (100%)
R 227 of 470 ~ 48.3%
G 131 of 470 ~ 27.87%
B 112 of 470 ~ 23.83%

%48.3
%27.87
%23.83

CMYK color model

#E38370 color CMYK value is (0,42,51,11).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 50.66%
  • key color value is 10.98%
CMYK:
(0,42,51,11)
C0M42Y51K11 
(0%,42%,51%,11%)
(0.00/0.42/0.51/0.11)	

CMYK percentages

%0
%42.29
%50.66
%10.98

Codes

Color #E38370 in popluar color models

E38370
RGB227131112
HSL10°67.25%66.47%
HSB/HSV10°50.66%89.02%
CMYK0.00%42.29%50.66%
10.98%

Color #E38370 in popluar number systems.

HEXE38370
Decimal227131112
Binary11100011100000111110000
Octal343203160

Shades and tints

Shades of #E38370

#E38370
(227,131,112)
#CF7866
(207,120,102)
#BB6D5C
(187,109,92)
#A76252
(167,98,82)
#935748
(147,87,72)
#7F4C3E
(127,76,62)
#6B4134
(107,65,52)
#57362A
(87,54,42)
#432B20
(67,43,32)
#2F2016
(47,32,22)
#1B150C
(27,21,12)
#000000
(0,0,0)

Tints of #E38370

#E38370
(227,131,112)
#E58E7D
(229,142,125)
#E7998A
(231,153,138)
#E9A497
(233,164,151)
#EBAFA4
(235,175,164)
#EDBAB1
(237,186,177)
#EFC5BE
(239,197,190)
#F1D0CB
(241,208,203)
#F3DBD8
(243,219,216)
#F5E6E5
(245,230,229)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38370 color. Also use rgb(227,131,112) instead hex code.

Text Font Color

.myTextColor { color: #E38370; }

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

This text font color is #E38370.


Background Color

.myBgColor { background-color: #E38370; }

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

This div background color is #E38370.


Border color

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

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

This div border color is #E38370.


Opacity

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

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

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

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

This text has shadow with #E38370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38370 on black background.


Color preview on white background

This text has color #E38370 on white background.



Black color preview on #E38370 background

This text has black color on #E38370 background.


White color preview on #E38370 background

This text has white color on #E38370 background.