COLOR #8DAB57

HEX: #8DAB57 RGB: (141,171,87)

Color info

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

RGB color model

#8DAB57 color RGB value is (141,171,87).

RGB: (141,171,87) (55%, 67%, 34%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 87 of 255 = 34%

141
171
87

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

Portions of RGB colors in percentages

R + G + B = 141 + 171 + 87 = 399 (100%)
R 141 of 399 ~ 35.34%
G 171 of 399 ~ 42.86%
B 87 of 399 ~ 21.8'%

%35.34
%42.86
%21.8

CMYK color model

#8DAB57 color CMYK value is (18,0,49,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 32.94%

CMYK: (18,0,49,33)
C18M0Y49K33 (18%, 0%, 49%, 33%)
(0.18 / 0.00 / 0.49 / 0.33)

CMYK percentages

%17.54
%0
%49.12
%32.94

Codes

Color #8DAB57 in popluar color models

8D AB 57
RGB 141 171 87
HSL 81° 33.33% 50.59%
HSB/HSV 81° 49.12% 67.06%
CMYK 17.54% 0.00% 49.12%
32.94%

Color #8DAB57 in popluar number systems.

HEX 8D AB 57
Decimal 141 171 87
Binary 10001101 10101011 1010111
Octal 215 253 127

Shades and tints

Shades of #8DAB57

#8DAB57
(141,171,87)
#819C50
(129,156,80)
#758D49
(117,141,73)
#697E42
(105,126,66)
#5D6F3B
(93,111,59)
#516034
(81,96,52)
#45512D
(69,81,45)
#394226
(57,66,38)
#2D331F
(45,51,31)
#212418
(33,36,24)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DAB57

#8DAB57
(141,171,87)
#97B266
(151,178,102)
#A1B975
(161,185,117)
#ABC084
(171,192,132)
#B5C793
(181,199,147)
#BFCEA2
(191,206,162)
#C9D5B1
(201,213,177)
#D3DCC0
(211,220,192)
#DDE3CF
(221,227,207)
#E7EADE
(231,234,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB57; }

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

This text font color is #8DAB57.

Background Color

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

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

This div background color is #8DAB57.

Border color

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

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

This div border color is #8DAB57.

Opacity

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

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

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

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

This text has shadow with #8DAB57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAB57.

Preview

Color preview on black background

This text has color #8DAB57 on black background.


Color preview on white background

This text has color #8DAB57 on white background.


Black color preview on #8DAB57 background

This text has black color on #8DAB57 background.


White color preview on #8DAB57 background

This text has white color on #8DAB57 background.


Related colors

Complementary color

Complementary color for #hex is #7254A8.


I love getcolorcode.com

Triadic colors

1 #578DAB and #AB578D with #8DAB57 are triadic colors.

2 #57AB8D and #AB8D57 with #8DAB57 are triadic colors.