COLOR #8E7A6F

HEX: #8E7A6F RGB: (142,122,111)

Color info

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

RGB color model

#8E7A6F color RGB value is (142,122,111).

RGB: (142,122,111) (56%, 48%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 111 of 255 = 44%

142
122
111

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

Portions of RGB colors in percentages

R + G + B = 142 + 122 + 111 = 375 (100%)
R 142 of 375 ~ 37.87%
G 122 of 375 ~ 32.53%
B 111 of 375 ~ 29.6'%

%37.87
%32.53
%29.6

CMYK color model

#8E7A6F color CMYK value is (0,14,22,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 21.83%
  • key color value is 44.31%

CMYK: (0,14,22,44)
C0M14Y22K44 (0%, 14%, 22%, 44%)
(0.00 / 0.14 / 0.22 / 0.44)

CMYK percentages

%0
%14.08
%21.83
%44.31

Codes

Color #8E7A6F in popluar color models

8E 7A 6F
RGB 142 122 111
HSL 21° 12.25% 49.61%
HSB/HSV 21° 21.83% 55.69%
CMYK 0.00% 14.08% 21.83%
44.31%

Color #8E7A6F in popluar number systems.

HEX 8E 7A 6F
Decimal 142 122 111
Binary 10001110 1111010 1101111
Octal 216 172 157

Shades and tints

Shades of #8E7A6F

#8E7A6F
(142,122,111)
#826F65
(130,111,101)
#76645B
(118,100,91)
#6A5951
(106,89,81)
#5E4E47
(94,78,71)
#52433D
(82,67,61)
#463833
(70,56,51)
#3A2D29
(58,45,41)
#2E221F
(46,34,31)
#221715
(34,23,21)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #8E7A6F

#8E7A6F
(142,122,111)
#98867C
(152,134,124)
#A29289
(162,146,137)
#AC9E96
(172,158,150)
#B6AAA3
(182,170,163)
#C0B6B0
(192,182,176)
#CAC2BD
(202,194,189)
#D4CECA
(212,206,202)
#DEDAD7
(222,218,215)
#E8E6E4
(232,230,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7A6F; }

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

This text font color is #8E7A6F.

Background Color

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

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

This div background color is #8E7A6F.

Border color

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

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

This div border color is #8E7A6F.

Opacity

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

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

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

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

This text has shadow with #8E7A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7A6F.

Preview

Color preview on black background

This text has color #8E7A6F on black background.


Color preview on white background

This text has color #8E7A6F on white background.


Black color preview on #8E7A6F background

This text has black color on #8E7A6F background.


White color preview on #8E7A6F background

This text has white color on #8E7A6F background.


Related colors

Complementary color

Complementary color for #hex is #718590.


I love getcolorcode.com

Triadic colors

1 #6F8E7A and #7A6F8E with #8E7A6F are triadic colors.

2 #6F7A8E and #7A8E6F with #8E7A6F are triadic colors.