COLOR #8DA470

HEX: #8DA470 RGB: (141,164,112)

Color info

#8DA470 contains red, green and blue colors in about the same proportion. Web safe color of #8DA470 is #999966 (or #996).

RGB color model

#8DA470 color RGB value is (141,164,112).

RGB: (141,164,112) (55%, 64%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 164 of 255 = 64%
B 112 of 255 = 44%

141
164
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 164 + 112 = 417 (100%)
R 141 of 417 ~ 33.81%
G 164 of 417 ~ 39.33%
B 112 of 417 ~ 26.86'%

%33.81
%39.33
%26.86

CMYK color model

#8DA470 color CMYK value is (14,0,32,36).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 35.69%

CMYK: (14,0,32,36)
C14M0Y32K36 (14%, 0%, 32%, 36%)
(0.14 / 0.00 / 0.32 / 0.36)

CMYK percentages

%14.02
%0
%31.71
%35.69

Codes

Color #8DA470 in popluar color models

8D A4 70
RGB 141 164 112
HSL 87° 22.22% 54.12%
HSB/HSV 87° 31.71% 64.31%
CMYK 14.02% 0.00% 31.71%
35.69%

Color #8DA470 in popluar number systems.

HEX 8D A4 70
Decimal 141 164 112
Binary 10001101 10100100 1110000
Octal 215 244 160

Shades and tints

Shades of #8DA470

#8DA470
(141,164,112)
#819666
(129,150,102)
#75885C
(117,136,92)
#697A52
(105,122,82)
#5D6C48
(93,108,72)
#515E3E
(81,94,62)
#455034
(69,80,52)
#39422A
(57,66,42)
#2D3420
(45,52,32)
#212616
(33,38,22)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #8DA470

#8DA470
(141,164,112)
#97AC7D
(151,172,125)
#A1B48A
(161,180,138)
#ABBC97
(171,188,151)
#B5C4A4
(181,196,164)
#BFCCB1
(191,204,177)
#C9D4BE
(201,212,190)
#D3DCCB
(211,220,203)
#DDE4D8
(221,228,216)
#E7ECE5
(231,236,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA470 color. Also use rgb(141,164,112) instead hex code.

Text Font Color

.myTextColor { color: #8DA470; }

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

This text font color is #8DA470.

Background Color

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

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

This div background color is #8DA470.

Border color

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

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

This div border color is #8DA470.

Opacity

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

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

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

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

This text has shadow with #8DA470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA470.

Preview

Color preview on black background

This text has color #8DA470 on black background.


Color preview on white background

This text has color #8DA470 on white background.


Black color preview on #8DA470 background

This text has black color on #8DA470 background.


White color preview on #8DA470 background

This text has white color on #8DA470 background.


Related colors

Complementary color

Complementary color for #hex is #725B8F.


I love getcolorcode.com

Triadic colors

1 #708DA4 and #A4708D with #8DA470 are triadic colors.

2 #70A48D and #A48D70 with #8DA470 are triadic colors.