COLOR #8E7379

HEX: #8E7379
RGB: (142,115,121)

Color info

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

RGB color model

#8E7379 color RGB value is (142,115,121).

  • red value is 142;
  • green value is 115;
  • blue value is 121.
RGB:
(142,115,121)
(56%,45%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 121 of 255 = 47%

142
115
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 121 = 378 (100%)
R 142 of 378 ~ 37.57%
G 115 of 378 ~ 30.42%
B 121 of 378 ~ 32.01%

%37.57
%30.42
%32.01

CMYK color model

#8E7379 color CMYK value is (0,19,15,44).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(0,19,15,44)
C0M19Y15K44 
(0%,19%,15%,44%)
(0.00/0.19/0.15/0.44)	

CMYK percentages

%0
%19.01
%14.79
%44.31

Codes

Color #8E7379 in popluar color models

8E7379
RGB142115121
HSL347°10.67%50.39%
HSB/HSV347°19.01%55.69%
CMYK0.00%19.01%14.79%
44.31%

Color #8E7379 in popluar number systems.

HEX8E7379
Decimal142115121
Binary1000111011100111111001
Octal216163171

Shades and tints

Shades of #8E7379

#8E7379
(142,115,121)
#82696E
(130,105,110)
#765F63
(118,95,99)
#6A5558
(106,85,88)
#5E4B4D
(94,75,77)
#524142
(82,65,66)
#463737
(70,55,55)
#3A2D2C
(58,45,44)
#2E2321
(46,35,33)
#221916
(34,25,22)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #8E7379

#8E7379
(142,115,121)
#987F85
(152,127,133)
#A28B91
(162,139,145)
#AC979D
(172,151,157)
#B6A3A9
(182,163,169)
#C0AFB5
(192,175,181)
#CABBC1
(202,187,193)
#D4C7CD
(212,199,205)
#DED3D9
(222,211,217)
#E8DFE5
(232,223,229)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7379; }

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

This text font color is #8E7379.


Background Color

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

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

This div background color is #8E7379.


Border color

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

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

This div border color is #8E7379.


Opacity

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

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

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

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

This text has shadow with #8E7379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7379 on black background.


Color preview on white background

This text has color #8E7379 on white background.



Black color preview on #8E7379 background

This text has black color on #8E7379 background.


White color preview on #8E7379 background

This text has white color on #8E7379 background.