COLOR #8AA059

HEX: #8AA059
RGB: (138,160,89)

Color info

#8AA059 contains mainly red and green colors. Web safe color of #8AA059 is #999966 (or #996).

RGB color model

#8AA059 color RGB value is (138,160,89).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 89 of 255 = 35%

138
160
89

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 89 = 387 (100%)
R 138 of 387 ~ 35.66%
G 160 of 387 ~ 41.34%
B 89 of 387 ~ 23%

%35.66
%41.34
%23

CMYK color model

#8AA059 color CMYK value is (14,0,44,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(14,0,44,37)
C14M0Y44K37 
(14%,0%,44%,37%)
(0.14/0.00/0.44/0.37)	

CMYK percentages

%13.75
%0
%44.38
%37.25

Codes

Color #8AA059 in popluar color models

8AA059
RGB13816089
HSL79°28.51%48.82%
HSB/HSV79°44.38%62.75%
CMYK13.75%0.00%44.38%
37.25%

Color #8AA059 in popluar number systems.

HEX8AA059
Decimal13816089
Binary10001010101000001011001
Octal212240131

Shades and tints

Shades of #8AA059

#8AA059
(138,160,89)
#7E9251
(126,146,81)
#728449
(114,132,73)
#667641
(102,118,65)
#5A6839
(90,104,57)
#4E5A31
(78,90,49)
#424C29
(66,76,41)
#363E21
(54,62,33)
#2A3019
(42,48,25)
#1E2211
(30,34,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #8AA059

#8AA059
(138,160,89)
#94A868
(148,168,104)
#9EB077
(158,176,119)
#A8B886
(168,184,134)
#B2C095
(178,192,149)
#BCC8A4
(188,200,164)
#C6D0B3
(198,208,179)
#D0D8C2
(208,216,194)
#DAE0D1
(218,224,209)
#E4E8E0
(228,232,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA059; }

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

This text font color is #8AA059.


Background Color

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

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

This div background color is #8AA059.


Border color

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

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

This div border color is #8AA059.


Opacity

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

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

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

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

This text has shadow with #8AA059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA059 on black background.


Color preview on white background

This text has color #8AA059 on white background.



Black color preview on #8AA059 background

This text has black color on #8AA059 background.


White color preview on #8AA059 background

This text has white color on #8AA059 background.