COLOR #8DA379

HEX: #8DA379 RGB: (141,163,121)

Color info

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

RGB color model

#8DA379 color RGB value is (141,163,121).

RGB: (141,163,121) (55%, 64%, 47%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 121 of 255 = 47%

141
163
121

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

Portions of RGB colors in percentages

R + G + B = 141 + 163 + 121 = 425 (100%)
R 141 of 425 ~ 33.18%
G 163 of 425 ~ 38.35%
B 121 of 425 ~ 28.47'%

%33.18
%38.35
%28.47

CMYK color model

#8DA379 color CMYK value is (13,0,26,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 36.08%

CMYK: (13,0,26,36)
C13M0Y26K36 (13%, 0%, 26%, 36%)
(0.13 / 0.00 / 0.26 / 0.36)

CMYK percentages

%13.5
%0
%25.77
%36.08

Codes

Color #8DA379 in popluar color models

8D A3 79
RGB 141 163 121
HSL 91° 18.58% 55.69%
HSB/HSV 91° 25.77% 63.92%
CMYK 13.50% 0.00% 25.77%
36.08%

Color #8DA379 in popluar number systems.

HEX 8D A3 79
Decimal 141 163 121
Binary 10001101 10100011 1111001
Octal 215 243 171

Shades and tints

Shades of #8DA379

#8DA379
(141,163,121)
#81956E
(129,149,110)
#758763
(117,135,99)
#697958
(105,121,88)
#5D6B4D
(93,107,77)
#515D42
(81,93,66)
#454F37
(69,79,55)
#39412C
(57,65,44)
#2D3321
(45,51,33)
#212516
(33,37,22)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #8DA379

#8DA379
(141,163,121)
#97AB85
(151,171,133)
#A1B391
(161,179,145)
#ABBB9D
(171,187,157)
#B5C3A9
(181,195,169)
#BFCBB5
(191,203,181)
#C9D3C1
(201,211,193)
#D3DBCD
(211,219,205)
#DDE3D9
(221,227,217)
#E7EBE5
(231,235,229)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA379 color. Also use rgb(141,163,121) instead hex code.

Text Font Color

.myTextColor { color: #8DA379; }

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

This text font color is #8DA379.

Background Color

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

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

This div background color is #8DA379.

Border color

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

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

This div border color is #8DA379.

Opacity

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

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

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

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

This text has shadow with #8DA379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA379.

Preview

Color preview on black background

This text has color #8DA379 on black background.


Color preview on white background

This text has color #8DA379 on white background.


Black color preview on #8DA379 background

This text has black color on #8DA379 background.


White color preview on #8DA379 background

This text has white color on #8DA379 background.


Related colors

Complementary color

Complementary color for #hex is #725C86.


I love getcolorcode.com

Triadic colors

1 #798DA3 and #A3798D with #8DA379 are triadic colors.

2 #79A38D and #A38D79 with #8DA379 are triadic colors.