COLOR #8DA959

HEX: #8DA959
RGB: (141,169,89)

Color info

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

RGB color model

#8DA959 color RGB value is (141,169,89).

  • red value is 141;
  • green value is 169;
  • blue value is 89.
RGB:
(141,169,89)
(55%,66%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 89 of 255 = 35%

141
169
89

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 89 = 399 (100%)
R 141 of 399 ~ 35.34%
G 169 of 399 ~ 42.36%
B 89 of 399 ~ 22.31%

%35.34
%42.36
%22.31

CMYK color model

#8DA959 color CMYK value is (17,0,47,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 33.73%
CMYK:
(17,0,47,34)
C17M0Y47K34 
(17%,0%,47%,34%)
(0.17/0.00/0.47/0.34)	

CMYK percentages

%16.57
%0
%47.34
%33.73

Codes

Color #8DA959 in popluar color models

8DA959
RGB14116989
HSL81°31.75%50.59%
HSB/HSV81°47.34%66.27%
CMYK16.57%0.00%47.34%
33.73%

Color #8DA959 in popluar number systems.

HEX8DA959
Decimal14116989
Binary10001101101010011011001
Octal215251131

Shades and tints

Shades of #8DA959

#8DA959
(141,169,89)
#819A51
(129,154,81)
#758B49
(117,139,73)
#697C41
(105,124,65)
#5D6D39
(93,109,57)
#515E31
(81,94,49)
#454F29
(69,79,41)
#394021
(57,64,33)
#2D3119
(45,49,25)
#212211
(33,34,17)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #8DA959

#8DA959
(141,169,89)
#97B068
(151,176,104)
#A1B777
(161,183,119)
#ABBE86
(171,190,134)
#B5C595
(181,197,149)
#BFCCA4
(191,204,164)
#C9D3B3
(201,211,179)
#D3DAC2
(211,218,194)
#DDE1D1
(221,225,209)
#E7E8E0
(231,232,224)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA959; }

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

This text font color is #8DA959.


Background Color

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

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

This div background color is #8DA959.


Border color

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

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

This div border color is #8DA959.


Opacity

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

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

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

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

This text has shadow with #8DA959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA959 on black background.


Color preview on white background

This text has color #8DA959 on white background.



Black color preview on #8DA959 background

This text has black color on #8DA959 background.


White color preview on #8DA959 background

This text has white color on #8DA959 background.