COLOR #8E7079

HEX: #8E7079 RGB: (142,112,121)

Color info

#8E7079 contains red, green and blue colors in about the same proportion. Web safe color of #8E7079 is #996666 (or #966).

RGB color model

#8E7079 color RGB value is (142,112,121).

RGB: (142,112,121) (56%, 44%, 47%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 121 of 255 = 47%

142
112
121

R + G + B ~ 49%. #8E7079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 112 + 121 = 375 (100%)
R 142 of 375 ~ 37.87%
G 112 of 375 ~ 29.87%
B 121 of 375 ~ 32.27'%

%37.87
%29.87
%32.27

CMYK color model

#8E7079 color CMYK value is (0,21,15,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK: (0,21,15,44) C0M21Y15K44 (0%,21%,15%,44%) (0.00/0.21/0.15/0.44) 

CMYK percentages

%0
%21.13
%14.79
%44.31

Codes

Color #8E7079 in popluar color models

8E 70 79
RGB 142 112 121
HSL 342° 11.81% 49.80%
HSB/HSV 342° 21.13% 55.69%
CMYK 0.00% 21.13% 14.79%
44.31%

Color #8E7079 in popluar number systems.

HEX 8E 70 79
Decimal 142 112 121
Binary 10001110 1110000 1111001
Octal 216 160 171

Shades and tints

Shades of #8E7079

#8E7079
(142,112,121)
#82666E
(130,102,110)
#765C63
(118,92,99)
#6A5258
(106,82,88)
#5E484D
(94,72,77)
#523E42
(82,62,66)
#463437
(70,52,55)
#3A2A2C
(58,42,44)
#2E2021
(46,32,33)
#221616
(34,22,22)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #8E7079

#8E7079
(142,112,121)
#987D85
(152,125,133)
#A28A91
(162,138,145)
#AC979D
(172,151,157)
#B6A4A9
(182,164,169)
#C0B1B5
(192,177,181)
#CABEC1
(202,190,193)
#D4CBCD
(212,203,205)
#DED8D9
(222,216,217)
#E8E5E5
(232,229,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7079 color. Also use rgb(142,112,121) instead hex code.

Text Font Color

.myTextColor { color: #8E7079; }

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

This text font color is #8E7079.

Background Color

.myBgColor { background-color: #8E7079; }

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

This div background color is #8E7079.

Border color

.myBorderColor { border: 1px solid #8E7079; }

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

This div border color is #8E7079.

Opacity

.myOpacity80 { color: #8E7079; opacity: 0.8; }

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

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

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

This text has shadow with #8E7079 color.


.textShadow {text-shadow: 3px 3px 1px #8E7079', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E7079; -webkit-box-shadow: 1px 1px 3px 2px #8E7079; box-shadow:1px 1px 3px 2px #8E7079;">
Div content here
</div>

This div box has shadow with color #8E7079.

Preview

Color preview on black background

This text has color #8E7079 on black background.


Color preview on white background

This text has color #8E7079 on white background.


Black color preview on #8E7079 background

This text has black color on #8E7079 background.


White color preview on #8E7079 background

This text has white color on #8E7079 background.


Related colors

Complementary color

Complementary color for #hex is #718F86.


I love getcolorcode.com

Triadic colors

1 #798E70 and #70798E with #8E7079 are triadic colors.

2 #79708E and #708E79 with #8E7079 are triadic colors.