COLOR #8EB579

HEX: #8EB579
RGB: (142,181,121)

Color info

#8EB579 contains mainly red and green colors. Web safe color of #8EB579 is #99CC66 (or #9C6).

RGB color model

#8EB579 color RGB value is (142,181,121).

  • red value is 142;
  • green value is 181;
  • blue value is 121.
RGB:
(142,181,121)
(56%,71%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 121 of 255 = 47%

142
181
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 121 = 444 (100%)
R 142 of 444 ~ 31.98%
G 181 of 444 ~ 40.77%
B 121 of 444 ~ 27.25%

%31.98
%40.77
%27.25

CMYK color model

#8EB579 color CMYK value is (22,0,33,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(22,0,33,29)
C22M0Y33K29 
(22%,0%,33%,29%)
(0.22/0.00/0.33/0.29)	

CMYK percentages

%21.55
%0
%33.15
%29.02

Codes

Color #8EB579 in popluar color models

8EB579
RGB142181121
HSL99°28.85%59.22%
HSB/HSV99°33.15%70.98%
CMYK21.55%0.00%33.15%
29.02%

Color #8EB579 in popluar number systems.

HEX8EB579
Decimal142181121
Binary10001110101101011111001
Octal216265171

Shades and tints

Shades of #8EB579

#8EB579
(142,181,121)
#82A56E
(130,165,110)
#769563
(118,149,99)
#6A8558
(106,133,88)
#5E754D
(94,117,77)
#526542
(82,101,66)
#465537
(70,85,55)
#3A452C
(58,69,44)
#2E3521
(46,53,33)
#222516
(34,37,22)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #8EB579

#8EB579
(142,181,121)
#98BB85
(152,187,133)
#A2C191
(162,193,145)
#ACC79D
(172,199,157)
#B6CDA9
(182,205,169)
#C0D3B5
(192,211,181)
#CAD9C1
(202,217,193)
#D4DFCD
(212,223,205)
#DEE5D9
(222,229,217)
#E8EBE5
(232,235,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB579 color. Also use rgb(142,181,121) instead hex code.

Text Font Color

.myTextColor { color: #8EB579; }

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

This text font color is #8EB579.


Background Color

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

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

This div background color is #8EB579.


Border color

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

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

This div border color is #8EB579.


Opacity

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

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

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

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

This text has shadow with #8EB579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB579 on black background.


Color preview on white background

This text has color #8EB579 on white background.



Black color preview on #8EB579 background

This text has black color on #8EB579 background.


White color preview on #8EB579 background

This text has white color on #8EB579 background.