COLOR #8DA247

HEX: #8DA247 RGB: (141,162,71)

Color info

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

RGB color model

#8DA247 color RGB value is (141,162,71).

RGB: (141,162,71) (55%, 64%, 28%)

RGB channels and saturation

R 141 of 255 = 55%
G 162 of 255 = 64%
B 71 of 255 = 28%

141
162
71

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

Portions of RGB colors in percentages

R + G + B = 141 + 162 + 71 = 374 (100%)
R 141 of 374 ~ 37.7%
G 162 of 374 ~ 43.32%
B 71 of 374 ~ 18.98'%

%37.7
%43.32
%18.98

CMYK color model

#8DA247 color CMYK value is (13,0,56,36).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 56.17%
  • key color value is 36.47%
CMYK: (13,0,56,36) C13M0Y56K36 (13%,0%,56%,36%) (0.13/0.00/0.56/0.36) 

CMYK percentages

%12.96
%0
%56.17
%36.47

Codes

Color #8DA247 in popluar color models

8D A2 47
RGB 141 162 71
HSL 74° 39.06% 45.69%
HSB/HSV 74° 56.17% 63.53%
CMYK 12.96% 0.00% 56.17%
36.47%

Color #8DA247 in popluar number systems.

HEX 8D A2 47
Decimal 141 162 71
Binary 10001101 10100010 1000111
Octal 215 242 107

Shades and tints

Shades of #8DA247

#8DA247
(141,162,71)
#819441
(129,148,65)
#75863B
(117,134,59)
#697835
(105,120,53)
#5D6A2F
(93,106,47)
#515C29
(81,92,41)
#454E23
(69,78,35)
#39401D
(57,64,29)
#2D3217
(45,50,23)
#212411
(33,36,17)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #8DA247

#8DA247
(141,162,71)
#97AA57
(151,170,87)
#A1B267
(161,178,103)
#ABBA77
(171,186,119)
#B5C287
(181,194,135)
#BFCA97
(191,202,151)
#C9D2A7
(201,210,167)
#D3DAB7
(211,218,183)
#DDE2C7
(221,226,199)
#E7EAD7
(231,234,215)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA247; }

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

This text font color is #8DA247.

Background Color

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

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

This div background color is #8DA247.

Border color

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

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

This div border color is #8DA247.

Opacity

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

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

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

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

This text has shadow with #8DA247 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA247.

Preview

Color preview on black background

This text has color #8DA247 on black background.


Color preview on white background

This text has color #8DA247 on white background.


Black color preview on #8DA247 background

This text has black color on #8DA247 background.


White color preview on #8DA247 background

This text has white color on #8DA247 background.


Related colors

Complementary color

Complementary color for #hex is #725DB8.


I love getcolorcode.com

Triadic colors

1 #478DA2 and #A2478D with #8DA247 are triadic colors.

2 #47A28D and #A28D47 with #8DA247 are triadic colors.