COLOR #8E956A

HEX: #8E956A RGB: (142,149,106)

Color info

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

RGB color model

#8E956A color RGB value is (142,149,106).

RGB: (142,149,106) (56%, 58%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 106 of 255 = 42%

142
149
106

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

Portions of RGB colors in percentages

R + G + B = 142 + 149 + 106 = 397 (100%)
R 142 of 397 ~ 35.77%
G 149 of 397 ~ 37.53%
B 106 of 397 ~ 26.7'%

%35.77
%37.53
%26.7

CMYK color model

#8E956A color CMYK value is (5,0,29,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (5,0,29,42)
C5M0Y29K42 (5%, 0%, 29%, 42%)
(0.05 / 0.00 / 0.29 / 0.42)

CMYK percentages

%4.7
%0
%28.86
%41.57

Codes

Color #8E956A in popluar color models

8E 95 6A
RGB 142 149 106
HSL 70° 16.86% 50.00%
HSB/HSV 70° 28.86% 58.43%
CMYK 4.70% 0.00% 28.86%
41.57%

Color #8E956A in popluar number systems.

HEX 8E 95 6A
Decimal 142 149 106
Binary 10001110 10010101 1101010
Octal 216 225 152

Shades and tints

Shades of #8E956A

#8E956A
(142,149,106)
#828861
(130,136,97)
#767B58
(118,123,88)
#6A6E4F
(106,110,79)
#5E6146
(94,97,70)
#52543D
(82,84,61)
#464734
(70,71,52)
#3A3A2B
(58,58,43)
#2E2D22
(46,45,34)
#222019
(34,32,25)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #8E956A

#8E956A
(142,149,106)
#989E77
(152,158,119)
#A2A784
(162,167,132)
#ACB091
(172,176,145)
#B6B99E
(182,185,158)
#C0C2AB
(192,194,171)
#CACBB8
(202,203,184)
#D4D4C5
(212,212,197)
#DEDDD2
(222,221,210)
#E8E6DF
(232,230,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E956A; }

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

This text font color is #8E956A.

Background Color

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

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

This div background color is #8E956A.

Border color

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

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

This div border color is #8E956A.

Opacity

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

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

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

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

This text has shadow with #8E956A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E956A.

Preview

Color preview on black background

This text has color #8E956A on black background.


Color preview on white background

This text has color #8E956A on white background.


Black color preview on #8E956A background

This text has black color on #8E956A background.


White color preview on #8E956A background

This text has white color on #8E956A background.


Related colors

Complementary color

Complementary color for #hex is #716A95.


I love getcolorcode.com

Triadic colors

1 #6A8E95 and #956A8E with #8E956A are triadic colors.

2 #6A958E and #958E6A with #8E956A are triadic colors.