COLOR #8DA64E

HEX: #8DA64E
RGB: (141,166,78)

Color info

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

RGB color model

#8DA64E color RGB value is (141,166,78).

  • red value is 141;
  • green value is 166;
  • blue value is 78.
RGB:
(141,166,78)
(55%,65%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 78 of 255 = 31%

141
166
78

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 78 = 385 (100%)
R 141 of 385 ~ 36.62%
G 166 of 385 ~ 43.12%
B 78 of 385 ~ 20.26%

%36.62
%43.12
%20.26

CMYK color model

#8DA64E color CMYK value is (15,0,53,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 34.90%
CMYK:
(15,0,53,35)
C15M0Y53K35 
(15%,0%,53%,35%)
(0.15/0.00/0.53/0.35)	

CMYK percentages

%15.06
%0
%53.01
%34.9

Codes

Color #8DA64E in popluar color models

8DA64E
RGB14116678
HSL77°36.07%47.84%
HSB/HSV77°53.01%65.10%
CMYK15.06%0.00%53.01%
34.90%

Color #8DA64E in popluar number systems.

HEX8DA64E
Decimal14116678
Binary10001101101001101001110
Octal215246116

Shades and tints

Shades of #8DA64E

#8DA64E
(141,166,78)
#819747
(129,151,71)
#758840
(117,136,64)
#697939
(105,121,57)
#5D6A32
(93,106,50)
#515B2B
(81,91,43)
#454C24
(69,76,36)
#393D1D
(57,61,29)
#2D2E16
(45,46,22)
#211F0F
(33,31,15)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #8DA64E

#8DA64E
(141,166,78)
#97AE5E
(151,174,94)
#A1B66E
(161,182,110)
#ABBE7E
(171,190,126)
#B5C68E
(181,198,142)
#BFCE9E
(191,206,158)
#C9D6AE
(201,214,174)
#D3DEBE
(211,222,190)
#DDE6CE
(221,230,206)
#E7EEDE
(231,238,222)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA64E color. Also use rgb(141,166,78) instead hex code.

Text Font Color

.myTextColor { color: #8DA64E; }

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

This text font color is #8DA64E.


Background Color

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

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

This div background color is #8DA64E.


Border color

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

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

This div border color is #8DA64E.


Opacity

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

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

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

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

This text has shadow with #8DA64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA64E on black background.


Color preview on white background

This text has color #8DA64E on white background.



Black color preview on #8DA64E background

This text has black color on #8DA64E background.


White color preview on #8DA64E background

This text has white color on #8DA64E background.