COLOR #8E9962

HEX: #8E9962
RGB: (142,153,98)

Color info

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

RGB color model

#8E9962 color RGB value is (142,153,98).

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

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 98 of 255 = 38%

142
153
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 98 = 393 (100%)
R 142 of 393 ~ 36.13%
G 153 of 393 ~ 38.93%
B 98 of 393 ~ 24.94%

%36.13
%38.93
%24.94

CMYK color model

#8E9962 color CMYK value is (7,0,36,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(7,0,36,40)
C7M0Y36K40 
(7%,0%,36%,40%)
(0.07/0.00/0.36/0.40)	

CMYK percentages

%7.19
%0
%35.95
%40

Codes

Color #8E9962 in popluar color models

8E9962
RGB14215398
HSL72°21.91%49.22%
HSB/HSV72°35.95%60.00%
CMYK7.19%0.00%35.95%
40.00%

Color #8E9962 in popluar number systems.

HEX8E9962
Decimal14215398
Binary10001110100110011100010
Octal216231142

Shades and tints

Shades of #8E9962

#8E9962
(142,153,98)
#828C5A
(130,140,90)
#767F52
(118,127,82)
#6A724A
(106,114,74)
#5E6542
(94,101,66)
#52583A
(82,88,58)
#464B32
(70,75,50)
#3A3E2A
(58,62,42)
#2E3122
(46,49,34)
#22241A
(34,36,26)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8E9962

#8E9962
(142,153,98)
#98A270
(152,162,112)
#A2AB7E
(162,171,126)
#ACB48C
(172,180,140)
#B6BD9A
(182,189,154)
#C0C6A8
(192,198,168)
#CACFB6
(202,207,182)
#D4D8C4
(212,216,196)
#DEE1D2
(222,225,210)
#E8EAE0
(232,234,224)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9962; }

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

This text font color is #8E9962.


Background Color

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

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

This div background color is #8E9962.


Border color

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

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

This div border color is #8E9962.


Opacity

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

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

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

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

This text has shadow with #8E9962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9962 on black background.


Color preview on white background

This text has color #8E9962 on white background.



Black color preview on #8E9962 background

This text has black color on #8E9962 background.


White color preview on #8E9962 background

This text has white color on #8E9962 background.