COLOR #8E7F6E

HEX: #8E7F6E
RGB: (142,127,110)

Color info

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

RGB color model

#8E7F6E color RGB value is (142,127,110).

  • red value is 142;
  • green value is 127;
  • blue value is 110.
RGB:
(142,127,110)
(56%,50%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 110 of 255 = 43%

142
127
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 110 = 379 (100%)
R 142 of 379 ~ 37.47%
G 127 of 379 ~ 33.51%
B 110 of 379 ~ 29.02%

%37.47
%33.51
%29.02

CMYK color model

#8E7F6E color CMYK value is (0,11,23,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(0,11,23,44)
C0M11Y23K44 
(0%,11%,23%,44%)
(0.00/0.11/0.23/0.44)	

CMYK percentages

%0
%10.56
%22.54
%44.31

Codes

Color #8E7F6E in popluar color models

8E7F6E
RGB142127110
HSL32°12.70%49.41%
HSB/HSV32°22.54%55.69%
CMYK0.00%10.56%22.54%
44.31%

Color #8E7F6E in popluar number systems.

HEX8E7F6E
Decimal142127110
Binary1000111011111111101110
Octal216177156

Shades and tints

Shades of #8E7F6E

#8E7F6E
(142,127,110)
#827464
(130,116,100)
#76695A
(118,105,90)
#6A5E50
(106,94,80)
#5E5346
(94,83,70)
#52483C
(82,72,60)
#463D32
(70,61,50)
#3A3228
(58,50,40)
#2E271E
(46,39,30)
#221C14
(34,28,20)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #8E7F6E

#8E7F6E
(142,127,110)
#988A7B
(152,138,123)
#A29588
(162,149,136)
#ACA095
(172,160,149)
#B6ABA2
(182,171,162)
#C0B6AF
(192,182,175)
#CAC1BC
(202,193,188)
#D4CCC9
(212,204,201)
#DED7D6
(222,215,214)
#E8E2E3
(232,226,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7F6E color. Also use rgb(142,127,110) instead hex code.

Text Font Color

.myTextColor { color: #8E7F6E; }

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

This text font color is #8E7F6E.


Background Color

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

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

This div background color is #8E7F6E.


Border color

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

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

This div border color is #8E7F6E.


Opacity

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

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

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

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

This text has shadow with #8E7F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F6E on black background.


Color preview on white background

This text has color #8E7F6E on white background.



Black color preview on #8E7F6E background

This text has black color on #8E7F6E background.


White color preview on #8E7F6E background

This text has white color on #8E7F6E background.