COLOR #4DA870

HEX: #4DA870 RGB: (77,168,112)

Color info

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

RGB color model

#4DA870 color RGB value is (77,168,112).

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

RGB channels and saturation

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

77
168
112

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

Portions of RGB colors in percentages

R + G + B = 77 + 168 + 112 = 357 (100%)
R 77 of 357 ~ 21.57%
G 168 of 357 ~ 47.06%
B 112 of 357 ~ 31.37'%

%21.57
%47.06
%31.37

CMYK color model

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

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 34.12%

CMYK: (54,0,33,34)
C54M0Y33K34 (54%, 0%, 33%, 34%)
(0.54 / 0.00 / 0.33 / 0.34)

CMYK percentages

%54.17
%0
%33.33
%34.12

Codes

Color #4DA870 in popluar color models

4D A8 70
RGB 77 168 112
HSL 143° 37.14% 48.04%
HSB/HSV 143° 54.17% 65.88%
CMYK 54.17% 0.00% 33.33%
34.12%

Color #4DA870 in popluar number systems.

HEX 4D A8 70
Decimal 77 168 112
Binary 1001101 10101000 1110000
Octal 115 250 160

Shades and tints

Shades of #4DA870

#4DA870
(77,168,112)
#469966
(70,153,102)
#3F8A5C
(63,138,92)
#387B52
(56,123,82)
#316C48
(49,108,72)
#2A5D3E
(42,93,62)
#234E34
(35,78,52)
#1C3F2A
(28,63,42)
#153020
(21,48,32)
#0E2116
(14,33,22)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4DA870

#4DA870
(77,168,112)
#5DAF7D
(93,175,125)
#6DB68A
(109,182,138)
#7DBD97
(125,189,151)
#8DC4A4
(141,196,164)
#9DCBB1
(157,203,177)
#ADD2BE
(173,210,190)
#BDD9CB
(189,217,203)
#CDE0D8
(205,224,216)
#DDE7E5
(221,231,229)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA870; }

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

This text font color is #4DA870.

Background Color

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

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

This div background color is #4DA870.

Border color

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

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

This div border color is #4DA870.

Opacity

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

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

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

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

This text has shadow with #4DA870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA870.

Preview

Color preview on black background

This text has color #4DA870 on black background.


Color preview on white background

This text has color #4DA870 on white background.


Black color preview on #4DA870 background

This text has black color on #4DA870 background.


White color preview on #4DA870 background

This text has white color on #4DA870 background.


Related colors

Complementary color

Complementary color for #hex is #B2578F.


I love getcolorcode.com

Triadic colors

1 #704DA8 and #A8704D with #4DA870 are triadic colors.

2 #70A84D and #A84D70 with #4DA870 are triadic colors.