COLOR #8EA584

HEX: #8EA584
RGB: (142,165,132)

Color info

#8EA584 contains red, green and blue colors in about the same proportion. Web safe color of #8EA584 is #999999 (or #999).

RGB color model

#8EA584 color RGB value is (142,165,132).

  • red value is 142;
  • green value is 165;
  • blue value is 132.
RGB:
(142,165,132)
(56%,65%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 132 of 255 = 52%

142
165
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 132 = 439 (100%)
R 142 of 439 ~ 32.35%
G 165 of 439 ~ 37.59%
B 132 of 439 ~ 30.07%

%32.35
%37.59
%30.07

CMYK color model

#8EA584 color CMYK value is (14,0,20,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(14,0,20,35)
C14M0Y20K35 
(14%,0%,20%,35%)
(0.14/0.00/0.20/0.35)	

CMYK percentages

%13.94
%0
%20
%35.29

Codes

Color #8EA584 in popluar color models

8EA584
RGB142165132
HSL102°15.49%58.24%
HSB/HSV102°20.00%64.71%
CMYK13.94%0.00%20.00%
35.29%

Color #8EA584 in popluar number systems.

HEX8EA584
Decimal142165132
Binary100011101010010110000100
Octal216245204

Shades and tints

Shades of #8EA584

#8EA584
(142,165,132)
#829678
(130,150,120)
#76876C
(118,135,108)
#6A7860
(106,120,96)
#5E6954
(94,105,84)
#525A48
(82,90,72)
#464B3C
(70,75,60)
#3A3C30
(58,60,48)
#2E2D24
(46,45,36)
#221E18
(34,30,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8EA584

#8EA584
(142,165,132)
#98AD8F
(152,173,143)
#A2B59A
(162,181,154)
#ACBDA5
(172,189,165)
#B6C5B0
(182,197,176)
#C0CDBB
(192,205,187)
#CAD5C6
(202,213,198)
#D4DDD1
(212,221,209)
#DEE5DC
(222,229,220)
#E8EDE7
(232,237,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA584 color. Also use rgb(142,165,132) instead hex code.

Text Font Color

.myTextColor { color: #8EA584; }

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

This text font color is #8EA584.


Background Color

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

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

This div background color is #8EA584.


Border color

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

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

This div border color is #8EA584.


Opacity

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

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

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

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

This text has shadow with #8EA584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA584 on black background.


Color preview on white background

This text has color #8EA584 on white background.



Black color preview on #8EA584 background

This text has black color on #8EA584 background.


White color preview on #8EA584 background

This text has white color on #8EA584 background.