COLOR #8E9A5D

HEX: #8E9A5D RGB: (142,154,93)

Color info

#8E9A5D contains mainly red and green colors. Web safe color of #8E9A5D is #999966 (or #996).

RGB color model

#8E9A5D color RGB value is (142,154,93).

RGB: (142,154,93) (56%, 60%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 93 of 255 = 36%

142
154
93

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

Portions of RGB colors in percentages

R + G + B = 142 + 154 + 93 = 389 (100%)
R 142 of 389 ~ 36.5%
G 154 of 389 ~ 39.59%
B 93 of 389 ~ 23.91'%

%36.5
%39.59
%23.91

CMYK color model

#8E9A5D color CMYK value is (8,0,40,40).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 39.61%
  • key color value is 39.61%

CMYK: (8,0,40,40)
C8M0Y40K40 (8%, 0%, 40%, 40%)
(0.08 / 0.00 / 0.40 / 0.40)

CMYK percentages

%7.79
%0
%39.61
%39.61

Codes

Color #8E9A5D in popluar color models

8E 9A 5D
RGB 142 154 93
HSL 72° 24.70% 48.43%
HSB/HSV 72° 39.61% 60.39%
CMYK 7.79% 0.00% 39.61%
39.61%

Color #8E9A5D in popluar number systems.

HEX 8E 9A 5D
Decimal 142 154 93
Binary 10001110 10011010 1011101
Octal 216 232 135

Shades and tints

Shades of #8E9A5D

#8E9A5D
(142,154,93)
#828C55
(130,140,85)
#767E4D
(118,126,77)
#6A7045
(106,112,69)
#5E623D
(94,98,61)
#525435
(82,84,53)
#46462D
(70,70,45)
#3A3825
(58,56,37)
#2E2A1D
(46,42,29)
#221C15
(34,28,21)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #8E9A5D

#8E9A5D
(142,154,93)
#98A36B
(152,163,107)
#A2AC79
(162,172,121)
#ACB587
(172,181,135)
#B6BE95
(182,190,149)
#C0C7A3
(192,199,163)
#CAD0B1
(202,208,177)
#D4D9BF
(212,217,191)
#DEE2CD
(222,226,205)
#E8EBDB
(232,235,219)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9A5D color. Also use rgb(142,154,93) instead hex code.

Text Font Color

.myTextColor { color: #8E9A5D; }

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

This text font color is #8E9A5D.

Background Color

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

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

This div background color is #8E9A5D.

Border color

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

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

This div border color is #8E9A5D.

Opacity

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

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

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

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

This text has shadow with #8E9A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9A5D.

Preview

Color preview on black background

This text has color #8E9A5D on black background.


Color preview on white background

This text has color #8E9A5D on white background.


Black color preview on #8E9A5D background

This text has black color on #8E9A5D background.


White color preview on #8E9A5D background

This text has white color on #8E9A5D background.


Related colors

Complementary color

Complementary color for #hex is #7165A2.


I love getcolorcode.com

Triadic colors

1 #5D8E9A and #9A5D8E with #8E9A5D are triadic colors.

2 #5D9A8E and #9A8E5D with #8E9A5D are triadic colors.