COLOR #8E7E4F

HEX: #8E7E4F
RGB: (142,126,79)

Color info

#8E7E4F contains mainly red and green colors. Web safe color of #8E7E4F is #996666 (or #966).

RGB color model

#8E7E4F color RGB value is (142,126,79).

  • red value is 142;
  • green value is 126;
  • blue value is 79.
RGB:
(142,126,79)
(56%,49%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 79 of 255 = 31%

142
126
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 126 + 79 = 347 (100%)
R 142 of 347 ~ 40.92%
G 126 of 347 ~ 36.31%
B 79 of 347 ~ 22.77%

%40.92
%36.31
%22.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(0,11,44,44)
C0M11Y44K44 
(0%,11%,44%,44%)
(0.00/0.11/0.44/0.44)	

CMYK percentages

%0
%11.27
%44.37
%44.31

Codes

Color #8E7E4F in popluar color models

8E7E4F
RGB14212679
HSL45°28.51%43.33%
HSB/HSV45°44.37%55.69%
CMYK0.00%11.27%44.37%
44.31%

Color #8E7E4F in popluar number systems.

HEX8E7E4F
Decimal14212679
Binary1000111011111101001111
Octal216176117

Shades and tints

Shades of #8E7E4F

#8E7E4F
(142,126,79)
#827348
(130,115,72)
#766841
(118,104,65)
#6A5D3A
(106,93,58)
#5E5233
(94,82,51)
#52472C
(82,71,44)
#463C25
(70,60,37)
#3A311E
(58,49,30)
#2E2617
(46,38,23)
#221B10
(34,27,16)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #8E7E4F

#8E7E4F
(142,126,79)
#98895F
(152,137,95)
#A2946F
(162,148,111)
#AC9F7F
(172,159,127)
#B6AA8F
(182,170,143)
#C0B59F
(192,181,159)
#CAC0AF
(202,192,175)
#D4CBBF
(212,203,191)
#DED6CF
(222,214,207)
#E8E1DF
(232,225,223)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7E4F color. Also use rgb(142,126,79) instead hex code.

Text Font Color

.myTextColor { color: #8E7E4F; }

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

This text font color is #8E7E4F.


Background Color

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

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

This div background color is #8E7E4F.


Border color

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

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

This div border color is #8E7E4F.


Opacity

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

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

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

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

This text has shadow with #8E7E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7E4F on black background.


Color preview on white background

This text has color #8E7E4F on white background.



Black color preview on #8E7E4F background

This text has black color on #8E7E4F background.


White color preview on #8E7E4F background

This text has white color on #8E7E4F background.