COLOR #4DA87A

HEX: #4DA87A RGB: (77,168,122)

Color info

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

RGB color model

#4DA87A color RGB value is (77,168,122).

RGB: (77,168,122) (30%, 66%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 168 of 255 = 66%
B 122 of 255 = 48%

77
168
122

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

Portions of RGB colors in percentages

R + G + B = 77 + 168 + 122 = 367 (100%)
R 77 of 367 ~ 20.98%
G 168 of 367 ~ 45.78%
B 122 of 367 ~ 33.24'%

%20.98
%45.78
%33.24

CMYK color model

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

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

CMYK: (54,0,27,34)
C54M0Y27K34 (54%, 0%, 27%, 34%)
(0.54 / 0.00 / 0.27 / 0.34)

CMYK percentages

%54.17
%0
%27.38
%34.12

Codes

Color #4DA87A in popluar color models

4D A8 7A
RGB 77 168 122
HSL 150° 37.14% 48.04%
HSB/HSV 150° 54.17% 65.88%
CMYK 54.17% 0.00% 27.38%
34.12%

Color #4DA87A in popluar number systems.

HEX 4D A8 7A
Decimal 77 168 122
Binary 1001101 10101000 1111010
Octal 115 250 172

Shades and tints

Shades of #4DA87A

#4DA87A
(77,168,122)
#46996F
(70,153,111)
#3F8A64
(63,138,100)
#387B59
(56,123,89)
#316C4E
(49,108,78)
#2A5D43
(42,93,67)
#234E38
(35,78,56)
#1C3F2D
(28,63,45)
#153022
(21,48,34)
#0E2117
(14,33,23)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4DA87A

#4DA87A
(77,168,122)
#5DAF86
(93,175,134)
#6DB692
(109,182,146)
#7DBD9E
(125,189,158)
#8DC4AA
(141,196,170)
#9DCBB6
(157,203,182)
#ADD2C2
(173,210,194)
#BDD9CE
(189,217,206)
#CDE0DA
(205,224,218)
#DDE7E6
(221,231,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA87A; }

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

This text font color is #4DA87A.

Background Color

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

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

This div background color is #4DA87A.

Border color

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

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

This div border color is #4DA87A.

Opacity

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

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

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

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

This text has shadow with #4DA87A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA87A.

Preview

Color preview on black background

This text has color #4DA87A on black background.


Color preview on white background

This text has color #4DA87A on white background.


Black color preview on #4DA87A background

This text has black color on #4DA87A background.


White color preview on #4DA87A background

This text has white color on #4DA87A background.


Related colors

Complementary color

Complementary color for #hex is #B25785.


I love getcolorcode.com

Triadic colors

1 #7A4DA8 and #A87A4D with #4DA87A are triadic colors.

2 #7AA84D and #A84D7A with #4DA87A are triadic colors.