COLOR #8E8D62

HEX: #8E8D62
RGB: (142,141,98)

Color info

#8E8D62 contains red, green and blue colors in about the same proportion. Web safe color of #8E8D62 is #999966 (or #996).

RGB color model

#8E8D62 color RGB value is (142,141,98).

  • red value is 142;
  • green value is 141;
  • blue value is 98.
RGB:
(142,141,98)
(56%,55%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 98 of 255 = 38%

142
141
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 98 = 381 (100%)
R 142 of 381 ~ 37.27%
G 141 of 381 ~ 37.01%
B 98 of 381 ~ 25.72%

%37.27
%37.01
%25.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,1,31,44)
C0M1Y31K44 
(0%,1%,31%,44%)
(0.00/0.01/0.31/0.44)	

CMYK percentages

%0
%0.7
%30.99
%44.31

Codes

Color #8E8D62 in popluar color models

8E8D62
RGB14214198
HSL59°18.33%47.06%
HSB/HSV59°30.99%55.69%
CMYK0.00%0.70%30.99%
44.31%

Color #8E8D62 in popluar number systems.

HEX8E8D62
Decimal14214198
Binary10001110100011011100010
Octal216215142

Shades and tints

Shades of #8E8D62

#8E8D62
(142,141,98)
#82815A
(130,129,90)
#767552
(118,117,82)
#6A694A
(106,105,74)
#5E5D42
(94,93,66)
#52513A
(82,81,58)
#464532
(70,69,50)
#3A392A
(58,57,42)
#2E2D22
(46,45,34)
#22211A
(34,33,26)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8E8D62

#8E8D62
(142,141,98)
#989770
(152,151,112)
#A2A17E
(162,161,126)
#ACAB8C
(172,171,140)
#B6B59A
(182,181,154)
#C0BFA8
(192,191,168)
#CAC9B6
(202,201,182)
#D4D3C4
(212,211,196)
#DEDDD2
(222,221,210)
#E8E7E0
(232,231,224)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8D62; }

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

This text font color is #8E8D62.


Background Color

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

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

This div background color is #8E8D62.


Border color

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

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

This div border color is #8E8D62.


Opacity

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

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

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

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

This text has shadow with #8E8D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D62 on black background.


Color preview on white background

This text has color #8E8D62 on white background.



Black color preview on #8E8D62 background

This text has black color on #8E8D62 background.


White color preview on #8E8D62 background

This text has white color on #8E8D62 background.