COLOR #8DA04D

HEX: #8DA04D
RGB: (141,160,77)

Color info

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

RGB color model

#8DA04D color RGB value is (141,160,77).

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

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 77 of 255 = 30%

141
160
77

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

Portions of RGB colors in percentages

R + G + B =
141 + 160 + 77 = 378 (100%)
R 141 of 378 ~ 37.3%
G 160 of 378 ~ 42.33%
B 77 of 378 ~ 20.37%

%37.3
%42.33
%20.37

CMYK color model

#8DA04D color CMYK value is (12,0,52,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 51.88%
  • key color value is 37.25%
CMYK:
(12,0,52,37)
C12M0Y52K37 
(12%,0%,52%,37%)
(0.12/0.00/0.52/0.37)	

CMYK percentages

%11.88
%0
%51.88
%37.25

Codes

Color #8DA04D in popluar color models

8DA04D
RGB14116077
HSL74°35.02%46.47%
HSB/HSV74°51.88%62.75%
CMYK11.88%0.00%51.88%
37.25%

Color #8DA04D in popluar number systems.

HEX8DA04D
Decimal14116077
Binary10001101101000001001101
Octal215240115

Shades and tints

Shades of #8DA04D

#8DA04D
(141,160,77)
#819246
(129,146,70)
#75843F
(117,132,63)
#697638
(105,118,56)
#5D6831
(93,104,49)
#515A2A
(81,90,42)
#454C23
(69,76,35)
#393E1C
(57,62,28)
#2D3015
(45,48,21)
#21220E
(33,34,14)
#151407
(21,20,7)
#000000
(0,0,0)

Tints of #8DA04D

#8DA04D
(141,160,77)
#97A85D
(151,168,93)
#A1B06D
(161,176,109)
#ABB87D
(171,184,125)
#B5C08D
(181,192,141)
#BFC89D
(191,200,157)
#C9D0AD
(201,208,173)
#D3D8BD
(211,216,189)
#DDE0CD
(221,224,205)
#E7E8DD
(231,232,221)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA04D; }

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

This text font color is #8DA04D.


Background Color

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

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

This div background color is #8DA04D.


Border color

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

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

This div border color is #8DA04D.


Opacity

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

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

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

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

This text has shadow with #8DA04D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA04D on black background.


Color preview on white background

This text has color #8DA04D on white background.



Black color preview on #8DA04D background

This text has black color on #8DA04D background.


White color preview on #8DA04D background

This text has white color on #8DA04D background.