COLOR #8AA577

HEX: #8AA577
RGB: (138,165,119)

Color info

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

RGB color model

#8AA577 color RGB value is (138,165,119).

  • red value is 138;
  • green value is 165;
  • blue value is 119.
RGB:
(138,165,119)
(54%,65%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 119 of 255 = 47%

138
165
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 119 = 422 (100%)
R 138 of 422 ~ 32.7%
G 165 of 422 ~ 39.1%
B 119 of 422 ~ 28.2%

%32.7
%39.1
%28.2

CMYK color model

#8AA577 color CMYK value is (16,0,28,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(16,0,28,35)
C16M0Y28K35 
(16%,0%,28%,35%)
(0.16/0.00/0.28/0.35)	

CMYK percentages

%16.36
%0
%27.88
%35.29

Codes

Color #8AA577 in popluar color models

8AA577
RGB138165119
HSL95°20.35%55.69%
HSB/HSV95°27.88%64.71%
CMYK16.36%0.00%27.88%
35.29%

Color #8AA577 in popluar number systems.

HEX8AA577
Decimal138165119
Binary10001010101001011110111
Octal212245167

Shades and tints

Shades of #8AA577

#8AA577
(138,165,119)
#7E966D
(126,150,109)
#728763
(114,135,99)
#667859
(102,120,89)
#5A694F
(90,105,79)
#4E5A45
(78,90,69)
#424B3B
(66,75,59)
#363C31
(54,60,49)
#2A2D27
(42,45,39)
#1E1E1D
(30,30,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8AA577

#8AA577
(138,165,119)
#94AD83
(148,173,131)
#9EB58F
(158,181,143)
#A8BD9B
(168,189,155)
#B2C5A7
(178,197,167)
#BCCDB3
(188,205,179)
#C6D5BF
(198,213,191)
#D0DDCB
(208,221,203)
#DAE5D7
(218,229,215)
#E4EDE3
(228,237,227)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA577 color. Also use rgb(138,165,119) instead hex code.

Text Font Color

.myTextColor { color: #8AA577; }

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

This text font color is #8AA577.


Background Color

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

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

This div background color is #8AA577.


Border color

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

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

This div border color is #8AA577.


Opacity

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

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

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

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

This text has shadow with #8AA577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA577 on black background.


Color preview on white background

This text has color #8AA577 on white background.



Black color preview on #8AA577 background

This text has black color on #8AA577 background.


White color preview on #8AA577 background

This text has white color on #8AA577 background.