COLOR #8DA047

HEX: #8DA047
RGB: (141,160,71)

Color info

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

RGB color model

#8DA047 color RGB value is (141,160,71).

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

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 71 of 255 = 28%

141
160
71

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

Portions of RGB colors in percentages

R + G + B =
141 + 160 + 71 = 372 (100%)
R 141 of 372 ~ 37.9%
G 160 of 372 ~ 43.01%
B 71 of 372 ~ 19.09%

%37.9
%43.01
%19.09

CMYK color model

#8DA047 color CMYK value is (12,0,56,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 55.63%
  • key color value is 37.25%
CMYK:
(12,0,56,37)
C12M0Y56K37 
(12%,0%,56%,37%)
(0.12/0.00/0.56/0.37)	

CMYK percentages

%11.88
%0
%55.63
%37.25

Codes

Color #8DA047 in popluar color models

8DA047
RGB14116071
HSL73°38.53%45.29%
HSB/HSV73°55.63%62.75%
CMYK11.88%0.00%55.63%
37.25%

Color #8DA047 in popluar number systems.

HEX8DA047
Decimal14116071
Binary10001101101000001000111
Octal215240107

Shades and tints

Shades of #8DA047

#8DA047
(141,160,71)
#819241
(129,146,65)
#75843B
(117,132,59)
#697635
(105,118,53)
#5D682F
(93,104,47)
#515A29
(81,90,41)
#454C23
(69,76,35)
#393E1D
(57,62,29)
#2D3017
(45,48,23)
#212211
(33,34,17)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #8DA047

#8DA047
(141,160,71)
#97A857
(151,168,87)
#A1B067
(161,176,103)
#ABB877
(171,184,119)
#B5C087
(181,192,135)
#BFC897
(191,200,151)
#C9D0A7
(201,208,167)
#D3D8B7
(211,216,183)
#DDE0C7
(221,224,199)
#E7E8D7
(231,232,215)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA047; }

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

This text font color is #8DA047.


Background Color

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

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

This div background color is #8DA047.


Border color

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

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

This div border color is #8DA047.


Opacity

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

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

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

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

This text has shadow with #8DA047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA047 on black background.


Color preview on white background

This text has color #8DA047 on white background.



Black color preview on #8DA047 background

This text has black color on #8DA047 background.


White color preview on #8DA047 background

This text has white color on #8DA047 background.