COLOR #8DA057

HEX: #8DA057
RGB: (141,160,87)

Color info

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

RGB color model

#8DA057 color RGB value is (141,160,87).

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

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 87 of 255 = 34%

141
160
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 160 + 87 = 388 (100%)
R 141 of 388 ~ 36.34%
G 160 of 388 ~ 41.24%
B 87 of 388 ~ 22.42%

%36.34
%41.24
%22.42

CMYK color model

#8DA057 color CMYK value is (12,0,46,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(12,0,46,37)
C12M0Y46K37 
(12%,0%,46%,37%)
(0.12/0.00/0.46/0.37)	

CMYK percentages

%11.88
%0
%45.63
%37.25

Codes

Color #8DA057 in popluar color models

8DA057
RGB14116087
HSL76°29.55%48.43%
HSB/HSV76°45.63%62.75%
CMYK11.88%0.00%45.63%
37.25%

Color #8DA057 in popluar number systems.

HEX8DA057
Decimal14116087
Binary10001101101000001010111
Octal215240127

Shades and tints

Shades of #8DA057

#8DA057
(141,160,87)
#819250
(129,146,80)
#758449
(117,132,73)
#697642
(105,118,66)
#5D683B
(93,104,59)
#515A34
(81,90,52)
#454C2D
(69,76,45)
#393E26
(57,62,38)
#2D301F
(45,48,31)
#212218
(33,34,24)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8DA057

#8DA057
(141,160,87)
#97A866
(151,168,102)
#A1B075
(161,176,117)
#ABB884
(171,184,132)
#B5C093
(181,192,147)
#BFC8A2
(191,200,162)
#C9D0B1
(201,208,177)
#D3D8C0
(211,216,192)
#DDE0CF
(221,224,207)
#E7E8DE
(231,232,222)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA057; }

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

This text font color is #8DA057.


Background Color

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

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

This div background color is #8DA057.


Border color

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

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

This div border color is #8DA057.


Opacity

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

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

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

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

This text has shadow with #8DA057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA057 on black background.


Color preview on white background

This text has color #8DA057 on white background.



Black color preview on #8DA057 background

This text has black color on #8DA057 background.


White color preview on #8DA057 background

This text has white color on #8DA057 background.