COLOR #8DAD56

HEX: #8DAD56 RGB: (141,173,86)

Color info

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

RGB color model

#8DAD56 color RGB value is (141,173,86).

RGB: (141,173,86) (55%, 68%, 34%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 86 of 255 = 34%

141
173
86

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

Portions of RGB colors in percentages

R + G + B = 141 + 173 + 86 = 400 (100%)
R 141 of 400 ~ 35.25%
G 173 of 400 ~ 43.25%
B 86 of 400 ~ 21.5'%

%35.25
%43.25
%21.5

CMYK color model

#8DAD56 color CMYK value is (18,0,50,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.16%

CMYK: (18,0,50,32)
C18M0Y50K32 (18%, 0%, 50%, 32%)
(0.18 / 0.00 / 0.50 / 0.32)

CMYK percentages

%18.5
%0
%50.29
%32.16

Codes

Color #8DAD56 in popluar color models

8D AD 56
RGB 141 173 86
HSL 82° 34.66% 50.78%
HSB/HSV 82° 50.29% 67.84%
CMYK 18.50% 0.00% 50.29%
32.16%

Color #8DAD56 in popluar number systems.

HEX 8D AD 56
Decimal 141 173 86
Binary 10001101 10101101 1010110
Octal 215 255 126

Shades and tints

Shades of #8DAD56

#8DAD56
(141,173,86)
#819E4F
(129,158,79)
#758F48
(117,143,72)
#698041
(105,128,65)
#5D713A
(93,113,58)
#516233
(81,98,51)
#45532C
(69,83,44)
#394425
(57,68,37)
#2D351E
(45,53,30)
#212617
(33,38,23)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8DAD56

#8DAD56
(141,173,86)
#97B465
(151,180,101)
#A1BB74
(161,187,116)
#ABC283
(171,194,131)
#B5C992
(181,201,146)
#BFD0A1
(191,208,161)
#C9D7B0
(201,215,176)
#D3DEBF
(211,222,191)
#DDE5CE
(221,229,206)
#E7ECDD
(231,236,221)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAD56 color. Also use rgb(141,173,86) instead hex code.

Text Font Color

.myTextColor { color: #8DAD56; }

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

This text font color is #8DAD56.

Background Color

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

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

This div background color is #8DAD56.

Border color

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

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

This div border color is #8DAD56.

Opacity

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

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

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

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

This text has shadow with #8DAD56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAD56.

Preview

Color preview on black background

This text has color #8DAD56 on black background.


Color preview on white background

This text has color #8DAD56 on white background.


Black color preview on #8DAD56 background

This text has black color on #8DAD56 background.


White color preview on #8DAD56 background

This text has white color on #8DAD56 background.


Related colors

Complementary color

Complementary color for #hex is #7252A9.


I love getcolorcode.com

Triadic colors

1 #568DAD and #AD568D with #8DAD56 are triadic colors.

2 #56AD8D and #AD8D56 with #8DAD56 are triadic colors.