COLOR #E79172

HEX: #E79172
RGB: (231,145,114)

Color info

#E79172 contains mainly red color. Web safe color of #E79172 is #FF9966 (or #F96).

RGB color model

#E79172 color RGB value is (231,145,114).

  • red value is 231;
  • green value is 145;
  • blue value is 114.
RGB:
(231,145,114)
(91%,57%,45%)

RGB channels and saturation

R 231 of 255 = 91%
G 145 of 255 = 57%
B 114 of 255 = 45%

231
145
114

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

Portions of RGB colors in percentages

R + G + B =
231 + 145 + 114 = 490 (100%)
R 231 of 490 ~ 47.14%
G 145 of 490 ~ 29.59%
B 114 of 490 ~ 23.27%

%47.14
%29.59
%23.27

CMYK color model

#E79172 color CMYK value is (0,37,51,9).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 50.65%
  • key color value is 9.41%
CMYK:
(0,37,51,9)
C0M37Y51K9 
(0%,37%,51%,9%)
(0.00/0.37/0.51/0.09)	

CMYK percentages

%0
%37.23
%50.65
%9.41

Codes

Color #E79172 in popluar color models

E79172
RGB231145114
HSL16°70.91%67.65%
HSB/HSV16°50.65%90.59%
CMYK0.00%37.23%50.65%
9.41%

Color #E79172 in popluar number systems.

HEXE79172
Decimal231145114
Binary11100111100100011110010
Octal347221162

Shades and tints

Shades of #E79172

#E79172
(231,145,114)
#D28468
(210,132,104)
#BD775E
(189,119,94)
#A86A54
(168,106,84)
#935D4A
(147,93,74)
#7E5040
(126,80,64)
#694336
(105,67,54)
#54362C
(84,54,44)
#3F2922
(63,41,34)
#2A1C18
(42,28,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #E79172

#E79172
(231,145,114)
#E99B7E
(233,155,126)
#EBA58A
(235,165,138)
#EDAF96
(237,175,150)
#EFB9A2
(239,185,162)
#F1C3AE
(241,195,174)
#F3CDBA
(243,205,186)
#F5D7C6
(245,215,198)
#F7E1D2
(247,225,210)
#F9EBDE
(249,235,222)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79172 color. Also use rgb(231,145,114) instead hex code.

Text Font Color

.myTextColor { color: #E79172; }

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

This text font color is #E79172.


Background Color

.myBgColor { background-color: #E79172; }

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

This div background color is #E79172.


Border color

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

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

This div border color is #E79172.


Opacity

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

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

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

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

This text has shadow with #E79172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79172 on black background.


Color preview on white background

This text has color #E79172 on white background.



Black color preview on #E79172 background

This text has black color on #E79172 background.


White color preview on #E79172 background

This text has white color on #E79172 background.