COLOR #8E7F5F

HEX: #8E7F5F RGB: (142,127,95)

Color info

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

RGB color model

#8E7F5F color RGB value is (142,127,95).

RGB: (142,127,95) (56%, 50%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 95 of 255 = 37%

142
127
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 127 + 95 = 364 (100%)
R 142 of 364 ~ 39.01%
G 127 of 364 ~ 34.89%
B 95 of 364 ~ 26.1'%

%39.01
%34.89
%26.1

CMYK color model

#8E7F5F color CMYK value is (0,11,33,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 33.10%
  • key color value is 44.31%

CMYK: (0,11,33,44)
C0M11Y33K44 (0%, 11%, 33%, 44%)
(0.00 / 0.11 / 0.33 / 0.44)

CMYK percentages

%0
%10.56
%33.1
%44.31

Codes

Color #8E7F5F in popluar color models

8E 7F 5F
RGB 142 127 95
HSL 41° 19.83% 46.47%
HSB/HSV 41° 33.10% 55.69%
CMYK 0.00% 10.56% 33.10%
44.31%

Color #8E7F5F in popluar number systems.

HEX 8E 7F 5F
Decimal 142 127 95
Binary 10001110 1111111 1011111
Octal 216 177 137

Shades and tints

Shades of #8E7F5F

#8E7F5F
(142,127,95)
#827457
(130,116,87)
#76694F
(118,105,79)
#6A5E47
(106,94,71)
#5E533F
(94,83,63)
#524837
(82,72,55)
#463D2F
(70,61,47)
#3A3227
(58,50,39)
#2E271F
(46,39,31)
#221C17
(34,28,23)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E7F5F

#8E7F5F
(142,127,95)
#988A6D
(152,138,109)
#A2957B
(162,149,123)
#ACA089
(172,160,137)
#B6AB97
(182,171,151)
#C0B6A5
(192,182,165)
#CAC1B3
(202,193,179)
#D4CCC1
(212,204,193)
#DED7CF
(222,215,207)
#E8E2DD
(232,226,221)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F5F; }

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

This text font color is #8E7F5F.

Background Color

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

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

This div background color is #8E7F5F.

Border color

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

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

This div border color is #8E7F5F.

Opacity

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

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

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

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

This text has shadow with #8E7F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7F5F.

Preview

Color preview on black background

This text has color #8E7F5F on black background.


Color preview on white background

This text has color #8E7F5F on white background.


Black color preview on #8E7F5F background

This text has black color on #8E7F5F background.


White color preview on #8E7F5F background

This text has white color on #8E7F5F background.


Related colors

Complementary color

Complementary color for #hex is #7180A0.


I love getcolorcode.com

Triadic colors

1 #5F8E7F and #7F5F8E with #8E7F5F are triadic colors.

2 #5F7F8E and #7F8E5F with #8E7F5F are triadic colors.