COLOR #8DAD57

HEX: #8DAD57
RGB: (141,173,87)

Color info

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

RGB color model

#8DAD57 color RGB value is (141,173,87).

  • red value is 141;
  • green value is 173;
  • blue value is 87.
RGB:
(141,173,87)
(55%,68%,34%)

RGB channels and saturation

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

141
173
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 173 + 87 = 401 (100%)
R 141 of 401 ~ 35.16%
G 173 of 401 ~ 43.14%
B 87 of 401 ~ 21.7%

%35.16
%43.14
%21.7

CMYK color model

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

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • 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
%49.71
%32.16

Codes

Color #8DAD57 in popluar color models

8DAD57
RGB14117387
HSL82°34.40%50.98%
HSB/HSV82°49.71%67.84%
CMYK18.50%0.00%49.71%
32.16%

Color #8DAD57 in popluar number systems.

HEX8DAD57
Decimal14117387
Binary10001101101011011010111
Octal215255127

Shades and tints

Shades of #8DAD57

#8DAD57
(141,173,87)
#819E50
(129,158,80)
#758F49
(117,143,73)
#698042
(105,128,66)
#5D713B
(93,113,59)
#516234
(81,98,52)
#45532D
(69,83,45)
#394426
(57,68,38)
#2D351F
(45,53,31)
#212618
(33,38,24)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #8DAD57

#8DAD57
(141,173,87)
#97B466
(151,180,102)
#A1BB75
(161,187,117)
#ABC284
(171,194,132)
#B5C993
(181,201,147)
#BFD0A2
(191,208,162)
#C9D7B1
(201,215,177)
#D3DEC0
(211,222,192)
#DDE5CF
(221,229,207)
#E7ECDE
(231,236,222)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAD57; }

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

This text font color is #8DAD57.


Background Color

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

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

This div background color is #8DAD57.


Border color

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

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

This div border color is #8DAD57.


Opacity

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

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

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

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

This text has shadow with #8DAD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAD57 on black background.


Color preview on white background

This text has color #8DAD57 on white background.



Black color preview on #8DAD57 background

This text has black color on #8DAD57 background.


White color preview on #8DAD57 background

This text has white color on #8DAD57 background.