COLOR #8AA279

HEX: #8AA279
RGB: (138,162,121)

Color info

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

RGB color model

#8AA279 color RGB value is (138,162,121).

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

RGB channels and saturation

R 138 of 255 = 54%
G 162 of 255 = 64%
B 121 of 255 = 47%

138
162
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 162 + 121 = 421 (100%)
R 138 of 421 ~ 32.78%
G 162 of 421 ~ 38.48%
B 121 of 421 ~ 28.74%

%32.78
%38.48
%28.74

CMYK color model

#8AA279 color CMYK value is (15,0,25,36).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(15,0,25,36)
C15M0Y25K36 
(15%,0%,25%,36%)
(0.15/0.00/0.25/0.36)	

CMYK percentages

%14.81
%0
%25.31
%36.47

Codes

Color #8AA279 in popluar color models

8AA279
RGB138162121
HSL95°18.06%55.49%
HSB/HSV95°25.31%63.53%
CMYK14.81%0.00%25.31%
36.47%

Color #8AA279 in popluar number systems.

HEX8AA279
Decimal138162121
Binary10001010101000101111001
Octal212242171

Shades and tints

Shades of #8AA279

#8AA279
(138,162,121)
#7E946E
(126,148,110)
#728663
(114,134,99)
#667858
(102,120,88)
#5A6A4D
(90,106,77)
#4E5C42
(78,92,66)
#424E37
(66,78,55)
#36402C
(54,64,44)
#2A3221
(42,50,33)
#1E2416
(30,36,22)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #8AA279

#8AA279
(138,162,121)
#94AA85
(148,170,133)
#9EB291
(158,178,145)
#A8BA9D
(168,186,157)
#B2C2A9
(178,194,169)
#BCCAB5
(188,202,181)
#C6D2C1
(198,210,193)
#D0DACD
(208,218,205)
#DAE2D9
(218,226,217)
#E4EAE5
(228,234,229)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA279 color. Also use rgb(138,162,121) instead hex code.

Text Font Color

.myTextColor { color: #8AA279; }

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

This text font color is #8AA279.


Background Color

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

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

This div background color is #8AA279.


Border color

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

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

This div border color is #8AA279.


Opacity

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

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

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

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

This text has shadow with #8AA279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA279 on black background.


Color preview on white background

This text has color #8AA279 on white background.



Black color preview on #8AA279 background

This text has black color on #8AA279 background.


White color preview on #8AA279 background

This text has white color on #8AA279 background.