COLOR #4DA56D

HEX: #4DA56D RGB: (77,165,109)

Color info

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

RGB color model

#4DA56D color RGB value is (77,165,109).

RGB: (77,165,109) (30%, 65%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 165 of 255 = 65%
B 109 of 255 = 43%

77
165
109

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

Portions of RGB colors in percentages

R + G + B = 77 + 165 + 109 = 351 (100%)
R 77 of 351 ~ 21.94%
G 165 of 351 ~ 47.01%
B 109 of 351 ~ 31.05'%

%21.94
%47.01
%31.05

CMYK color model

#4DA56D color CMYK value is (53,0,34,35).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 35.29%

CMYK: (53,0,34,35)
C53M0Y34K35 (53%, 0%, 34%, 35%)
(0.53 / 0.00 / 0.34 / 0.35)

CMYK percentages

%53.33
%0
%33.94
%35.29

Codes

Color #4DA56D in popluar color models

4D A5 6D
RGB 77 165 109
HSL 142° 36.36% 47.45%
HSB/HSV 142° 53.33% 64.71%
CMYK 53.33% 0.00% 33.94%
35.29%

Color #4DA56D in popluar number systems.

HEX 4D A5 6D
Decimal 77 165 109
Binary 1001101 10100101 1101101
Octal 115 245 155

Shades and tints

Shades of #4DA56D

#4DA56D
(77,165,109)
#469664
(70,150,100)
#3F875B
(63,135,91)
#387852
(56,120,82)
#316949
(49,105,73)
#2A5A40
(42,90,64)
#234B37
(35,75,55)
#1C3C2E
(28,60,46)
#152D25
(21,45,37)
#0E1E1C
(14,30,28)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #4DA56D

#4DA56D
(77,165,109)
#5DAD7A
(93,173,122)
#6DB587
(109,181,135)
#7DBD94
(125,189,148)
#8DC5A1
(141,197,161)
#9DCDAE
(157,205,174)
#ADD5BB
(173,213,187)
#BDDDC8
(189,221,200)
#CDE5D5
(205,229,213)
#DDEDE2
(221,237,226)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA56D color. Also use rgb(77,165,109) instead hex code.

Text Font Color

.myTextColor { color: #4DA56D; }

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

This text font color is #4DA56D.

Background Color

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

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

This div background color is #4DA56D.

Border color

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

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

This div border color is #4DA56D.

Opacity

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

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

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

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

This text has shadow with #4DA56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA56D.

Preview

Color preview on black background

This text has color #4DA56D on black background.


Color preview on white background

This text has color #4DA56D on white background.


Black color preview on #4DA56D background

This text has black color on #4DA56D background.


White color preview on #4DA56D background

This text has white color on #4DA56D background.


Related colors

Complementary color

Complementary color for #hex is #B25A92.


I love getcolorcode.com

Triadic colors

1 #6D4DA5 and #A56D4D with #4DA56D are triadic colors.

2 #6DA54D and #A54D6D with #4DA56D are triadic colors.