COLOR #8E9359

HEX: #8E9359 RGB: (142,147,89)

Color info

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

RGB color model

#8E9359 color RGB value is (142,147,89).

RGB: (142,147,89) (56%, 58%, 35%)

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 89 of 255 = 35%

142
147
89

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

Portions of RGB colors in percentages

R + G + B = 142 + 147 + 89 = 378 (100%)
R 142 of 378 ~ 37.57%
G 147 of 378 ~ 38.89%
B 89 of 378 ~ 23.54'%

%37.57
%38.89
%23.54

CMYK color model

#8E9359 color CMYK value is (3,0,39,42).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 42.35%
CMYK: (3,0,39,42) C3M0Y39K42 (3%,0%,39%,42%) (0.03/0.00/0.39/0.42) 

CMYK percentages

%3.4
%0
%39.46
%42.35

Codes

Color #8E9359 in popluar color models

8E 93 59
RGB 142 147 89
HSL 65° 24.58% 46.27%
HSB/HSV 65° 39.46% 57.65%
CMYK 3.40% 0.00% 39.46%
42.35%

Color #8E9359 in popluar number systems.

HEX 8E 93 59
Decimal 142 147 89
Binary 10001110 10010011 1011001
Octal 216 223 131

Shades and tints

Shades of #8E9359

#8E9359
(142,147,89)
#828651
(130,134,81)
#767949
(118,121,73)
#6A6C41
(106,108,65)
#5E5F39
(94,95,57)
#525231
(82,82,49)
#464529
(70,69,41)
#3A3821
(58,56,33)
#2E2B19
(46,43,25)
#221E11
(34,30,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #8E9359

#8E9359
(142,147,89)
#989C68
(152,156,104)
#A2A577
(162,165,119)
#ACAE86
(172,174,134)
#B6B795
(182,183,149)
#C0C0A4
(192,192,164)
#CAC9B3
(202,201,179)
#D4D2C2
(212,210,194)
#DEDBD1
(222,219,209)
#E8E4E0
(232,228,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9359 color. Also use rgb(142,147,89) instead hex code.

Text Font Color

.myTextColor { color: #8E9359; }

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

This text font color is #8E9359.

Background Color

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

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

This div background color is #8E9359.

Border color

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

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

This div border color is #8E9359.

Opacity

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

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

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

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

This text has shadow with #8E9359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9359.

Preview

Color preview on black background

This text has color #8E9359 on black background.


Color preview on white background

This text has color #8E9359 on white background.


Black color preview on #8E9359 background

This text has black color on #8E9359 background.


White color preview on #8E9359 background

This text has white color on #8E9359 background.


Related colors

Complementary color

Complementary color for #hex is #716CA6.


I love getcolorcode.com

Triadic colors

1 #598E93 and #93598E with #8E9359 are triadic colors.

2 #59938E and #938E59 with #8E9359 are triadic colors.