COLOR #8E985A

HEX: #8E985A RGB: (142,152,90)

Color info

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

RGB color model

#8E985A color RGB value is (142,152,90).

RGB: (142,152,90) (56%, 60%, 35%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 90 of 255 = 35%

142
152
90

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 90 = 384 (100%)
R 142 of 384 ~ 36.98%
G 152 of 384 ~ 39.58%
B 90 of 384 ~ 23.44'%

%36.98
%39.58
%23.44

CMYK color model

#8E985A color CMYK value is (7,0,41,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK: (7,0,41,40) C7M0Y41K40 (7%,0%,41%,40%) (0.07/0.00/0.41/0.40) 

CMYK percentages

%6.58
%0
%40.79
%40.39

Codes

Color #8E985A in popluar color models

8E 98 5A
RGB 142 152 90
HSL 70° 25.62% 47.45%
HSB/HSV 70° 40.79% 59.61%
CMYK 6.58% 0.00% 40.79%
40.39%

Color #8E985A in popluar number systems.

HEX 8E 98 5A
Decimal 142 152 90
Binary 10001110 10011000 1011010
Octal 216 230 132

Shades and tints

Shades of #8E985A

#8E985A
(142,152,90)
#828B52
(130,139,82)
#767E4A
(118,126,74)
#6A7142
(106,113,66)
#5E643A
(94,100,58)
#525732
(82,87,50)
#464A2A
(70,74,42)
#3A3D22
(58,61,34)
#2E301A
(46,48,26)
#222312
(34,35,18)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #8E985A

#8E985A
(142,152,90)
#98A169
(152,161,105)
#A2AA78
(162,170,120)
#ACB387
(172,179,135)
#B6BC96
(182,188,150)
#C0C5A5
(192,197,165)
#CACEB4
(202,206,180)
#D4D7C3
(212,215,195)
#DEE0D2
(222,224,210)
#E8E9E1
(232,233,225)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E985A color. Also use rgb(142,152,90) instead hex code.

Text Font Color

.myTextColor { color: #8E985A; }

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

This text font color is #8E985A.

Background Color

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

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

This div background color is #8E985A.

Border color

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

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

This div border color is #8E985A.

Opacity

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

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

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

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

This text has shadow with #8E985A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E985A.

Preview

Color preview on black background

This text has color #8E985A on black background.


Color preview on white background

This text has color #8E985A on white background.


Black color preview on #8E985A background

This text has black color on #8E985A background.


White color preview on #8E985A background

This text has white color on #8E985A background.


Related colors

Complementary color

Complementary color for #hex is #7167A5.


I love getcolorcode.com

Triadic colors

1 #5A8E98 and #985A8E with #8E985A are triadic colors.

2 #5A988E and #988E5A with #8E985A are triadic colors.