COLOR #8AA077

HEX: #8AA077
RGB: (138,160,119)

Color info

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

RGB color model

#8AA077 color RGB value is (138,160,119).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 119 of 255 = 47%

138
160
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 119 = 417 (100%)
R 138 of 417 ~ 33.09%
G 160 of 417 ~ 38.37%
B 119 of 417 ~ 28.54%

%33.09
%38.37
%28.54

CMYK color model

#8AA077 color CMYK value is (14,0,26,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(14,0,26,37)
C14M0Y26K37 
(14%,0%,26%,37%)
(0.14/0.00/0.26/0.37)	

CMYK percentages

%13.75
%0
%25.63
%37.25

Codes

Color #8AA077 in popluar color models

8AA077
RGB138160119
HSL92°17.75%54.71%
HSB/HSV92°25.63%62.75%
CMYK13.75%0.00%25.63%
37.25%

Color #8AA077 in popluar number systems.

HEX8AA077
Decimal138160119
Binary10001010101000001110111
Octal212240167

Shades and tints

Shades of #8AA077

#8AA077
(138,160,119)
#7E926D
(126,146,109)
#728463
(114,132,99)
#667659
(102,118,89)
#5A684F
(90,104,79)
#4E5A45
(78,90,69)
#424C3B
(66,76,59)
#363E31
(54,62,49)
#2A3027
(42,48,39)
#1E221D
(30,34,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8AA077

#8AA077
(138,160,119)
#94A883
(148,168,131)
#9EB08F
(158,176,143)
#A8B89B
(168,184,155)
#B2C0A7
(178,192,167)
#BCC8B3
(188,200,179)
#C6D0BF
(198,208,191)
#D0D8CB
(208,216,203)
#DAE0D7
(218,224,215)
#E4E8E3
(228,232,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA077; }

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

This text font color is #8AA077.


Background Color

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

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

This div background color is #8AA077.


Border color

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

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

This div border color is #8AA077.


Opacity

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

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

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

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

This text has shadow with #8AA077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA077 on black background.


Color preview on white background

This text has color #8AA077 on white background.



Black color preview on #8AA077 background

This text has black color on #8AA077 background.


White color preview on #8AA077 background

This text has white color on #8AA077 background.