COLOR #8EA470

HEX: #8EA470 RGB: (142,164,112)

Color info

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

RGB color model

#8EA470 color RGB value is (142,164,112).

RGB: (142,164,112) (56%, 64%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 112 of 255 = 44%

142
164
112

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

Portions of RGB colors in percentages

R + G + B = 142 + 164 + 112 = 418 (100%)
R 142 of 418 ~ 33.97%
G 164 of 418 ~ 39.23%
B 112 of 418 ~ 26.79'%

%33.97
%39.23
%26.79

CMYK color model

#8EA470 color CMYK value is (13,0,32,36).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 35.69%

CMYK: (13,0,32,36)
C13M0Y32K36 (13%, 0%, 32%, 36%)
(0.13 / 0.00 / 0.32 / 0.36)

CMYK percentages

%13.41
%0
%31.71
%35.69

Codes

Color #8EA470 in popluar color models

8E A4 70
RGB 142 164 112
HSL 85° 22.22% 54.12%
HSB/HSV 85° 31.71% 64.31%
CMYK 13.41% 0.00% 31.71%
35.69%

Color #8EA470 in popluar number systems.

HEX 8E A4 70
Decimal 142 164 112
Binary 10001110 10100100 1110000
Octal 216 244 160

Shades and tints

Shades of #8EA470

#8EA470
(142,164,112)
#829666
(130,150,102)
#76885C
(118,136,92)
#6A7A52
(106,122,82)
#5E6C48
(94,108,72)
#525E3E
(82,94,62)
#465034
(70,80,52)
#3A422A
(58,66,42)
#2E3420
(46,52,32)
#222616
(34,38,22)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #8EA470

#8EA470
(142,164,112)
#98AC7D
(152,172,125)
#A2B48A
(162,180,138)
#ACBC97
(172,188,151)
#B6C4A4
(182,196,164)
#C0CCB1
(192,204,177)
#CAD4BE
(202,212,190)
#D4DCCB
(212,220,203)
#DEE4D8
(222,228,216)
#E8ECE5
(232,236,229)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA470 color. Also use rgb(142,164,112) instead hex code.

Text Font Color

.myTextColor { color: #8EA470; }

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

This text font color is #8EA470.

Background Color

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

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

This div background color is #8EA470.

Border color

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

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

This div border color is #8EA470.

Opacity

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

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

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

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

This text has shadow with #8EA470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA470.

Preview

Color preview on black background

This text has color #8EA470 on black background.


Color preview on white background

This text has color #8EA470 on white background.


Black color preview on #8EA470 background

This text has black color on #8EA470 background.


White color preview on #8EA470 background

This text has white color on #8EA470 background.


Related colors

Complementary color

Complementary color for #hex is #715B8F.


I love getcolorcode.com

Triadic colors

1 #708EA4 and #A4708E with #8EA470 are triadic colors.

2 #70A48E and #A48E70 with #8EA470 are triadic colors.