COLOR #8AA477

HEX: #8AA477
RGB: (138,164,119)

Color info

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

RGB color model

#8AA477 color RGB value is (138,164,119).

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

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 119 of 255 = 47%

138
164
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 119 = 421 (100%)
R 138 of 421 ~ 32.78%
G 164 of 421 ~ 38.95%
B 119 of 421 ~ 28.27%

%32.78
%38.95
%28.27

CMYK color model

#8AA477 color CMYK value is (16,0,27,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(16,0,27,36)
C16M0Y27K36 
(16%,0%,27%,36%)
(0.16/0.00/0.27/0.36)	

CMYK percentages

%15.85
%0
%27.44
%35.69

Codes

Color #8AA477 in popluar color models

8AA477
RGB138164119
HSL95°19.82%55.49%
HSB/HSV95°27.44%64.31%
CMYK15.85%0.00%27.44%
35.69%

Color #8AA477 in popluar number systems.

HEX8AA477
Decimal138164119
Binary10001010101001001110111
Octal212244167

Shades and tints

Shades of #8AA477

#8AA477
(138,164,119)
#7E966D
(126,150,109)
#728863
(114,136,99)
#667A59
(102,122,89)
#5A6C4F
(90,108,79)
#4E5E45
(78,94,69)
#42503B
(66,80,59)
#364231
(54,66,49)
#2A3427
(42,52,39)
#1E261D
(30,38,29)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AA477

#8AA477
(138,164,119)
#94AC83
(148,172,131)
#9EB48F
(158,180,143)
#A8BC9B
(168,188,155)
#B2C4A7
(178,196,167)
#BCCCB3
(188,204,179)
#C6D4BF
(198,212,191)
#D0DCCB
(208,220,203)
#DAE4D7
(218,228,215)
#E4ECE3
(228,236,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA477; }

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

This text font color is #8AA477.


Background Color

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

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

This div background color is #8AA477.


Border color

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

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

This div border color is #8AA477.


Opacity

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

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

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

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

This text has shadow with #8AA477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA477 on black background.


Color preview on white background

This text has color #8AA477 on white background.



Black color preview on #8AA477 background

This text has black color on #8AA477 background.


White color preview on #8AA477 background

This text has white color on #8AA477 background.