COLOR #4DA970

HEX: #4DA970 RGB: (77,169,112)

Color info

#4DA970 contains mainly green and blue colors. Web safe color of #4DA970 is #339966 (or #396).

RGB color model

#4DA970 color RGB value is (77,169,112).

RGB: (77,169,112) (30%, 66%, 44%)

RGB channels and saturation

R 77 of 255 = 30%
G 169 of 255 = 66%
B 112 of 255 = 44%

77
169
112

R + G + B ~ 47%. #4DA970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 77 + 169 + 112 = 358 (100%)
R 77 of 358 ~ 21.51%
G 169 of 358 ~ 47.21%
B 112 of 358 ~ 31.28'%

%21.51
%47.21
%31.28

CMYK color model

#4DA970 color CMYK value is (54,0,34,34).

  • cyan value is 54.44%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 33.73%

CMYK: (54,0,34,34)
C54M0Y34K34 (54%, 0%, 34%, 34%)
(0.54 / 0.00 / 0.34 / 0.34)

CMYK percentages

%54.44
%0
%33.73
%33.73

Codes

Color #4DA970 in popluar color models

4D A9 70
RGB 77 169 112
HSL 143° 37.40% 48.24%
HSB/HSV 143° 54.44% 66.27%
CMYK 54.44% 0.00% 33.73%
33.73%

Color #4DA970 in popluar number systems.

HEX 4D A9 70
Decimal 77 169 112
Binary 1001101 10101001 1110000
Octal 115 251 160

Shades and tints

Shades of #4DA970

#4DA970
(77,169,112)
#469A66
(70,154,102)
#3F8B5C
(63,139,92)
#387C52
(56,124,82)
#316D48
(49,109,72)
#2A5E3E
(42,94,62)
#234F34
(35,79,52)
#1C402A
(28,64,42)
#153120
(21,49,32)
#0E2216
(14,34,22)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #4DA970

#4DA970
(77,169,112)
#5DB07D
(93,176,125)
#6DB78A
(109,183,138)
#7DBE97
(125,190,151)
#8DC5A4
(141,197,164)
#9DCCB1
(157,204,177)
#ADD3BE
(173,211,190)
#BDDACB
(189,218,203)
#CDE1D8
(205,225,216)
#DDE8E5
(221,232,229)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA970 color. Also use rgb(77,169,112) instead hex code.

Text Font Color

.myTextColor { color: #4DA970; }

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

This text font color is #4DA970.

Background Color

.myBgColor { background-color: #4DA970; }

<div style="background-color:#4DA970">Inner text</div>

This div background color is #4DA970.

Border color

.myBorderColor { border: 1px solid #4DA970; }

<div style="border:3px solid #4DA970">Div</div>

This div border color is #4DA970.

Opacity

.myOpacity80 { color: #4DA970; opacity: 0.8; }

<p style="color:#4DA970;opacity:0.8;">80%</p>

Text with #4DA970 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 #4DA970;}

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

This text has shadow with #4DA970 color.


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

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

This text has shadow with #4DA970 primary color and red secondary color.


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

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

This text has shadow with #4DA970 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4DA970.

Preview

Color preview on black background

This text has color #4DA970 on black background.


Color preview on white background

This text has color #4DA970 on white background.


Black color preview on #4DA970 background

This text has black color on #4DA970 background.


White color preview on #4DA970 background

This text has white color on #4DA970 background.


Related colors

Complementary color

Complementary color for #hex is #B2568F.


I love getcolorcode.com

Triadic colors

1 #704DA9 and #A9704D with #4DA970 are triadic colors.

2 #70A94D and #A94D70 with #4DA970 are triadic colors.