COLOR #8E958A

HEX: #8E958A
RGB: (142,149,138)

Color info

#8E958A contains red, green and blue colors in about the same proportion. Web safe color of #8E958A is #999999 (or #999).

RGB color model

#8E958A color RGB value is (142,149,138).

  • red value is 142;
  • green value is 149;
  • blue value is 138.
RGB:
(142,149,138)
(56%,58%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 138 of 255 = 54%

142
149
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 138 = 429 (100%)
R 142 of 429 ~ 33.1%
G 149 of 429 ~ 34.73%
B 138 of 429 ~ 32.17%

%33.1
%34.73
%32.17

CMYK color model

#8E958A color CMYK value is (5,0,7,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(5,0,7,42)
C5M0Y7K42 
(5%,0%,7%,42%)
(0.05/0.00/0.07/0.42)	

CMYK percentages

%4.7
%0
%7.38
%41.57

Codes

Color #8E958A in popluar color models

8E958A
RGB142149138
HSL98°4.93%56.27%
HSB/HSV98°7.38%58.43%
CMYK4.70%0.00%7.38%
41.57%

Color #8E958A in popluar number systems.

HEX8E958A
Decimal142149138
Binary100011101001010110001010
Octal216225212

Shades and tints

Shades of #8E958A

#8E958A
(142,149,138)
#82887E
(130,136,126)
#767B72
(118,123,114)
#6A6E66
(106,110,102)
#5E615A
(94,97,90)
#52544E
(82,84,78)
#464742
(70,71,66)
#3A3A36
(58,58,54)
#2E2D2A
(46,45,42)
#22201E
(34,32,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8E958A

#8E958A
(142,149,138)
#989E94
(152,158,148)
#A2A79E
(162,167,158)
#ACB0A8
(172,176,168)
#B6B9B2
(182,185,178)
#C0C2BC
(192,194,188)
#CACBC6
(202,203,198)
#D4D4D0
(212,212,208)
#DEDDDA
(222,221,218)
#E8E6E4
(232,230,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E958A color. Also use rgb(142,149,138) instead hex code.

Text Font Color

.myTextColor { color: #8E958A; }

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

This text font color is #8E958A.


Background Color

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

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

This div background color is #8E958A.


Border color

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

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

This div border color is #8E958A.


Opacity

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

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

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

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

This text has shadow with #8E958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E958A on black background.


Color preview on white background

This text has color #8E958A on white background.



Black color preview on #8E958A background

This text has black color on #8E958A background.


White color preview on #8E958A background

This text has white color on #8E958A background.