COLOR #8E7974

HEX: #8E7974
RGB: (142,121,116)

Color info

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

RGB color model

#8E7974 color RGB value is (142,121,116).

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

RGB channels and saturation

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

142
121
116

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 116 = 379 (100%)
R 142 of 379 ~ 37.47%
G 121 of 379 ~ 31.93%
B 116 of 379 ~ 30.61%

%37.47
%31.93
%30.61

CMYK color model

#8E7974 color CMYK value is (0,15,18,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(0,15,18,44)
C0M15Y18K44 
(0%,15%,18%,44%)
(0.00/0.15/0.18/0.44)	

CMYK percentages

%0
%14.79
%18.31
%44.31

Codes

Color #8E7974 in popluar color models

8E7974
RGB142121116
HSL12°10.32%50.59%
HSB/HSV12°18.31%55.69%
CMYK0.00%14.79%18.31%
44.31%

Color #8E7974 in popluar number systems.

HEX8E7974
Decimal142121116
Binary1000111011110011110100
Octal216171164

Shades and tints

Shades of #8E7974

#8E7974
(142,121,116)
#826E6A
(130,110,106)
#766360
(118,99,96)
#6A5856
(106,88,86)
#5E4D4C
(94,77,76)
#524242
(82,66,66)
#463738
(70,55,56)
#3A2C2E
(58,44,46)
#2E2124
(46,33,36)
#22161A
(34,22,26)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E7974

#8E7974
(142,121,116)
#988580
(152,133,128)
#A2918C
(162,145,140)
#AC9D98
(172,157,152)
#B6A9A4
(182,169,164)
#C0B5B0
(192,181,176)
#CAC1BC
(202,193,188)
#D4CDC8
(212,205,200)
#DED9D4
(222,217,212)
#E8E5E0
(232,229,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7974; }

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

This text font color is #8E7974.


Background Color

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

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

This div background color is #8E7974.


Border color

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

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

This div border color is #8E7974.


Opacity

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

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

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

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

This text has shadow with #8E7974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7974 on black background.


Color preview on white background

This text has color #8E7974 on white background.



Black color preview on #8E7974 background

This text has black color on #8E7974 background.


White color preview on #8E7974 background

This text has white color on #8E7974 background.