COLOR #8E967A

HEX: #8E967A
RGB: (142,150,122)

Color info

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

RGB color model

#8E967A color RGB value is (142,150,122).

  • red value is 142;
  • green value is 150;
  • blue value is 122.
RGB:
(142,150,122)
(56%,59%,48%)

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 122 of 255 = 48%

142
150
122

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 122 = 414 (100%)
R 142 of 414 ~ 34.3%
G 150 of 414 ~ 36.23%
B 122 of 414 ~ 29.47%

%34.3
%36.23
%29.47

CMYK color model

#8E967A color CMYK value is (5,0,19,41).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(5,0,19,41)
C5M0Y19K41 
(5%,0%,19%,41%)
(0.05/0.00/0.19/0.41)	

CMYK percentages

%5.33
%0
%18.67
%41.18

Codes

Color #8E967A in popluar color models

8E967A
RGB142150122
HSL77°11.76%53.33%
HSB/HSV77°18.67%58.82%
CMYK5.33%0.00%18.67%
41.18%

Color #8E967A in popluar number systems.

HEX8E967A
Decimal142150122
Binary10001110100101101111010
Octal216226172

Shades and tints

Shades of #8E967A

#8E967A
(142,150,122)
#82896F
(130,137,111)
#767C64
(118,124,100)
#6A6F59
(106,111,89)
#5E624E
(94,98,78)
#525543
(82,85,67)
#464838
(70,72,56)
#3A3B2D
(58,59,45)
#2E2E22
(46,46,34)
#222117
(34,33,23)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #8E967A

#8E967A
(142,150,122)
#989F86
(152,159,134)
#A2A892
(162,168,146)
#ACB19E
(172,177,158)
#B6BAAA
(182,186,170)
#C0C3B6
(192,195,182)
#CACCC2
(202,204,194)
#D4D5CE
(212,213,206)
#DEDEDA
(222,222,218)
#E8E7E6
(232,231,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E967A color. Also use rgb(142,150,122) instead hex code.

Text Font Color

.myTextColor { color: #8E967A; }

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

This text font color is #8E967A.


Background Color

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

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

This div background color is #8E967A.


Border color

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

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

This div border color is #8E967A.


Opacity

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

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

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

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

This text has shadow with #8E967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E967A on black background.


Color preview on white background

This text has color #8E967A on white background.



Black color preview on #8E967A background

This text has black color on #8E967A background.


White color preview on #8E967A background

This text has white color on #8E967A background.