COLOR #8DAA59

HEX: #8DAA59 RGB: (141,170,89)

Color info

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

RGB color model

#8DAA59 color RGB value is (141,170,89).

RGB: (141,170,89) (55%, 67%, 35%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 89 of 255 = 35%

141
170
89

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

Portions of RGB colors in percentages

R + G + B = 141 + 170 + 89 = 400 (100%)
R 141 of 400 ~ 35.25%
G 170 of 400 ~ 42.5%
B 89 of 400 ~ 22.25'%

%35.25
%42.5
%22.25

CMYK color model

#8DAA59 color CMYK value is (17,0,48,33).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 33.33%

CMYK: (17,0,48,33)
C17M0Y48K33 (17%, 0%, 48%, 33%)
(0.17 / 0.00 / 0.48 / 0.33)

CMYK percentages

%17.06
%0
%47.65
%33.33

Codes

Color #8DAA59 in popluar color models

8D AA 59
RGB 141 170 89
HSL 81° 32.27% 50.78%
HSB/HSV 81° 47.65% 66.67%
CMYK 17.06% 0.00% 47.65%
33.33%

Color #8DAA59 in popluar number systems.

HEX 8D AA 59
Decimal 141 170 89
Binary 10001101 10101010 1011001
Octal 215 252 131

Shades and tints

Shades of #8DAA59

#8DAA59
(141,170,89)
#819B51
(129,155,81)
#758C49
(117,140,73)
#697D41
(105,125,65)
#5D6E39
(93,110,57)
#515F31
(81,95,49)
#455029
(69,80,41)
#394121
(57,65,33)
#2D3219
(45,50,25)
#212311
(33,35,17)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #8DAA59

#8DAA59
(141,170,89)
#97B168
(151,177,104)
#A1B877
(161,184,119)
#ABBF86
(171,191,134)
#B5C695
(181,198,149)
#BFCDA4
(191,205,164)
#C9D4B3
(201,212,179)
#D3DBC2
(211,219,194)
#DDE2D1
(221,226,209)
#E7E9E0
(231,233,224)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAA59 color. Also use rgb(141,170,89) instead hex code.

Text Font Color

.myTextColor { color: #8DAA59; }

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

This text font color is #8DAA59.

Background Color

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

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

This div background color is #8DAA59.

Border color

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

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

This div border color is #8DAA59.

Opacity

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

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

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

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

This text has shadow with #8DAA59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAA59.

Preview

Color preview on black background

This text has color #8DAA59 on black background.


Color preview on white background

This text has color #8DAA59 on white background.


Black color preview on #8DAA59 background

This text has black color on #8DAA59 background.


White color preview on #8DAA59 background

This text has white color on #8DAA59 background.


Related colors

Complementary color

Complementary color for #hex is #7255A6.


I love getcolorcode.com

Triadic colors

1 #598DAA and #AA598D with #8DAA59 are triadic colors.

2 #59AA8D and #AA8D59 with #8DAA59 are triadic colors.