COLOR #8E786F

HEX: #8E786F
RGB: (142,120,111)

Color info

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

RGB color model

#8E786F color RGB value is (142,120,111).

  • red value is 142;
  • green value is 120;
  • blue value is 111.
RGB:
(142,120,111)
(56%,47%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 111 of 255 = 44%

142
120
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 111 = 373 (100%)
R 142 of 373 ~ 38.07%
G 120 of 373 ~ 32.17%
B 111 of 373 ~ 29.76%

%38.07
%32.17
%29.76

CMYK color model

#8E786F color CMYK value is (0,15,22,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(0,15,22,44)
C0M15Y22K44 
(0%,15%,22%,44%)
(0.00/0.15/0.22/0.44)	

CMYK percentages

%0
%15.49
%21.83
%44.31

Codes

Color #8E786F in popluar color models

8E786F
RGB142120111
HSL17°12.25%49.61%
HSB/HSV17°21.83%55.69%
CMYK0.00%15.49%21.83%
44.31%

Color #8E786F in popluar number systems.

HEX8E786F
Decimal142120111
Binary1000111011110001101111
Octal216170157

Shades and tints

Shades of #8E786F

#8E786F
(142,120,111)
#826E65
(130,110,101)
#76645B
(118,100,91)
#6A5A51
(106,90,81)
#5E5047
(94,80,71)
#52463D
(82,70,61)
#463C33
(70,60,51)
#3A3229
(58,50,41)
#2E281F
(46,40,31)
#221E15
(34,30,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #8E786F

#8E786F
(142,120,111)
#98847C
(152,132,124)
#A29089
(162,144,137)
#AC9C96
(172,156,150)
#B6A8A3
(182,168,163)
#C0B4B0
(192,180,176)
#CAC0BD
(202,192,189)
#D4CCCA
(212,204,202)
#DED8D7
(222,216,215)
#E8E4E4
(232,228,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E786F color. Also use rgb(142,120,111) instead hex code.

Text Font Color

.myTextColor { color: #8E786F; }

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

This text font color is #8E786F.


Background Color

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

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

This div background color is #8E786F.


Border color

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

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

This div border color is #8E786F.


Opacity

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

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

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

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

This text has shadow with #8E786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E786F on black background.


Color preview on white background

This text has color #8E786F on white background.



Black color preview on #8E786F background

This text has black color on #8E786F background.


White color preview on #8E786F background

This text has white color on #8E786F background.