COLOR #8E8D4F

HEX: #8E8D4F RGB: (142,141,79)

Color info

#8E8D4F contains mainly red and green colors. Web safe color of #8E8D4F is #999966 (or #996).

RGB color model

#8E8D4F color RGB value is (142,141,79).

RGB: (142,141,79) (56%, 55%, 31%)

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 79 of 255 = 31%

142
141
79

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

Portions of RGB colors in percentages

R + G + B = 142 + 141 + 79 = 362 (100%)
R 142 of 362 ~ 39.23%
G 141 of 362 ~ 38.95%
B 79 of 362 ~ 21.82'%

%39.23
%38.95
%21.82

CMYK color model

#8E8D4F color CMYK value is (0,1,44,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 44.37%
  • key color value is 44.31%

CMYK: (0,1,44,44)
C0M1Y44K44 (0%, 1%, 44%, 44%)
(0.00 / 0.01 / 0.44 / 0.44)

CMYK percentages

%0
%0.7
%44.37
%44.31

Codes

Color #8E8D4F in popluar color models

8E 8D 4F
RGB 142 141 79
HSL 59° 28.51% 43.33%
HSB/HSV 59° 44.37% 55.69%
CMYK 0.00% 0.70% 44.37%
44.31%

Color #8E8D4F in popluar number systems.

HEX 8E 8D 4F
Decimal 142 141 79
Binary 10001110 10001101 1001111
Octal 216 215 117

Shades and tints

Shades of #8E8D4F

#8E8D4F
(142,141,79)
#828148
(130,129,72)
#767541
(118,117,65)
#6A693A
(106,105,58)
#5E5D33
(94,93,51)
#52512C
(82,81,44)
#464525
(70,69,37)
#3A391E
(58,57,30)
#2E2D17
(46,45,23)
#222110
(34,33,16)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #8E8D4F

#8E8D4F
(142,141,79)
#98975F
(152,151,95)
#A2A16F
(162,161,111)
#ACAB7F
(172,171,127)
#B6B58F
(182,181,143)
#C0BF9F
(192,191,159)
#CAC9AF
(202,201,175)
#D4D3BF
(212,211,191)
#DEDDCF
(222,221,207)
#E8E7DF
(232,231,223)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D4F; }

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

This text font color is #8E8D4F.

Background Color

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

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

This div background color is #8E8D4F.

Border color

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

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

This div border color is #8E8D4F.

Opacity

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

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

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

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

This text has shadow with #8E8D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8D4F.

Preview

Color preview on black background

This text has color #8E8D4F on black background.


Color preview on white background

This text has color #8E8D4F on white background.


Black color preview on #8E8D4F background

This text has black color on #8E8D4F background.


White color preview on #8E8D4F background

This text has white color on #8E8D4F background.


Related colors

Complementary color

Complementary color for #hex is #7172B0.


I love getcolorcode.com

Triadic colors

1 #4F8E8D and #8D4F8E with #8E8D4F are triadic colors.

2 #4F8D8E and #8D8E4F with #8E8D4F are triadic colors.