COLOR #8DA64C

HEX: #8DA64C
RGB: (141,166,76)

Color info

#8DA64C contains mainly red and green colors. Web safe color of #8DA64C is #999933 (or #993).

RGB color model

#8DA64C color RGB value is (141,166,76).

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

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 76 of 255 = 30%

141
166
76

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 76 = 383 (100%)
R 141 of 383 ~ 36.81%
G 166 of 383 ~ 43.34%
B 76 of 383 ~ 19.84%

%36.81
%43.34
%19.84

CMYK color model

#8DA64C color CMYK value is (15,0,54,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(15,0,54,35)
C15M0Y54K35 
(15%,0%,54%,35%)
(0.15/0.00/0.54/0.35)	

CMYK percentages

%15.06
%0
%54.22
%34.9

Codes

Color #8DA64C in popluar color models

8DA64C
RGB14116676
HSL77°37.19%47.45%
HSB/HSV77°54.22%65.10%
CMYK15.06%0.00%54.22%
34.90%

Color #8DA64C in popluar number systems.

HEX8DA64C
Decimal14116676
Binary10001101101001101001100
Octal215246114

Shades and tints

Shades of #8DA64C

#8DA64C
(141,166,76)
#819746
(129,151,70)
#758840
(117,136,64)
#69793A
(105,121,58)
#5D6A34
(93,106,52)
#515B2E
(81,91,46)
#454C28
(69,76,40)
#393D22
(57,61,34)
#2D2E1C
(45,46,28)
#211F16
(33,31,22)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8DA64C

#8DA64C
(141,166,76)
#97AE5C
(151,174,92)
#A1B66C
(161,182,108)
#ABBE7C
(171,190,124)
#B5C68C
(181,198,140)
#BFCE9C
(191,206,156)
#C9D6AC
(201,214,172)
#D3DEBC
(211,222,188)
#DDE6CC
(221,230,204)
#E7EEDC
(231,238,220)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA64C; }

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

This text font color is #8DA64C.


Background Color

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

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

This div background color is #8DA64C.


Border color

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

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

This div border color is #8DA64C.


Opacity

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

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

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

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

This text has shadow with #8DA64C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA64C on black background.


Color preview on white background

This text has color #8DA64C on white background.



Black color preview on #8DA64C background

This text has black color on #8DA64C background.


White color preview on #8DA64C background

This text has white color on #8DA64C background.