COLOR #E39674

HEX: #E39674
RGB: (227,150,116)

Color info

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

RGB color model

#E39674 color RGB value is (227,150,116).

  • red value is 227;
  • green value is 150;
  • blue value is 116.
RGB:
(227,150,116)
(89%,59%,45%)

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 116 of 255 = 45%

227
150
116

R + G + B ~ 64%. #E39674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 150 + 116 = 493 (100%)
R 227 of 493 ~ 46.04%
G 150 of 493 ~ 30.43%
B 116 of 493 ~ 23.53%

%46.04
%30.43
%23.53

CMYK color model

#E39674 color CMYK value is (0,34,49,11).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 48.90%
  • key color value is 10.98%
CMYK:
(0,34,49,11)
C0M34Y49K11 
(0%,34%,49%,11%)
(0.00/0.34/0.49/0.11)	

CMYK percentages

%0
%33.92
%48.9
%10.98

Codes

Color #E39674 in popluar color models

E39674
RGB227150116
HSL18°66.47%67.25%
HSB/HSV18°48.90%89.02%
CMYK0.00%33.92%48.90%
10.98%

Color #E39674 in popluar number systems.

HEXE39674
Decimal227150116
Binary11100011100101101110100
Octal343226164

Shades and tints

Shades of #E39674

#E39674
(227,150,116)
#CF896A
(207,137,106)
#BB7C60
(187,124,96)
#A76F56
(167,111,86)
#93624C
(147,98,76)
#7F5542
(127,85,66)
#6B4838
(107,72,56)
#573B2E
(87,59,46)
#432E24
(67,46,36)
#2F211A
(47,33,26)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #E39674

#E39674
(227,150,116)
#E59F80
(229,159,128)
#E7A88C
(231,168,140)
#E9B198
(233,177,152)
#EBBAA4
(235,186,164)
#EDC3B0
(237,195,176)
#EFCCBC
(239,204,188)
#F1D5C8
(241,213,200)
#F3DED4
(243,222,212)
#F5E7E0
(245,231,224)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39674 color. Also use rgb(227,150,116) instead hex code.

Text Font Color

.myTextColor { color: #E39674; }

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

This text font color is #E39674.


Background Color

.myBgColor { background-color: #E39674; }

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

This div background color is #E39674.


Border color

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

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

This div border color is #E39674.


Opacity

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

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

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

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

This text has shadow with #E39674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39674 on black background.


Color preview on white background

This text has color #E39674 on white background.



Black color preview on #E39674 background

This text has black color on #E39674 background.


White color preview on #E39674 background

This text has white color on #E39674 background.