COLOR #4DA599

HEX: #4DA599 RGB: (77,165,153)

Color info

#4DA599 contains mainly green and blue colors. Web safe color of #4DA599 is #339999 (or #399).

RGB color model

#4DA599 color RGB value is (77,165,153).

RGB: (77,165,153) (30%, 65%, 60%)

RGB channels and saturation

R 77 of 255 = 30%
G 165 of 255 = 65%
B 153 of 255 = 60%

77
165
153

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

Portions of RGB colors in percentages

R + G + B = 77 + 165 + 153 = 395 (100%)
R 77 of 395 ~ 19.49%
G 165 of 395 ~ 41.77%
B 153 of 395 ~ 38.73'%

%19.49
%41.77
%38.73

CMYK color model

#4DA599 color CMYK value is (53,0,7,35).

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

CMYK: (53,0,7,35)
C53M0Y7K35 (53%, 0%, 7%, 35%)
(0.53 / 0.00 / 0.07 / 0.35)

CMYK percentages

%53.33
%0
%7.27
%35.29

Codes

Color #4DA599 in popluar color models

4D A5 99
RGB 77 165 153
HSL 172° 36.36% 47.45%
HSB/HSV 172° 53.33% 64.71%
CMYK 53.33% 0.00% 7.27%
35.29%

Color #4DA599 in popluar number systems.

HEX 4D A5 99
Decimal 77 165 153
Binary 1001101 10100101 10011001
Octal 115 245 231

Shades and tints

Shades of #4DA599

#4DA599
(77,165,153)
#46968C
(70,150,140)
#3F877F
(63,135,127)
#387872
(56,120,114)
#316965
(49,105,101)
#2A5A58
(42,90,88)
#234B4B
(35,75,75)
#1C3C3E
(28,60,62)
#152D31
(21,45,49)
#0E1E24
(14,30,36)
#070F17
(7,15,23)
#000000
(0,0,0)

Tints of #4DA599

#4DA599
(77,165,153)
#5DADA2
(93,173,162)
#6DB5AB
(109,181,171)
#7DBDB4
(125,189,180)
#8DC5BD
(141,197,189)
#9DCDC6
(157,205,198)
#ADD5CF
(173,213,207)
#BDDDD8
(189,221,216)
#CDE5E1
(205,229,225)
#DDEDEA
(221,237,234)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA599; }

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

This text font color is #4DA599.

Background Color

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

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

This div background color is #4DA599.

Border color

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

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

This div border color is #4DA599.

Opacity

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

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

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

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

This text has shadow with #4DA599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA599.

Preview

Color preview on black background

This text has color #4DA599 on black background.


Color preview on white background

This text has color #4DA599 on white background.


Black color preview on #4DA599 background

This text has black color on #4DA599 background.


White color preview on #4DA599 background

This text has white color on #4DA599 background.


Related colors

Complementary color

Complementary color for #hex is #B25A66.


I love getcolorcode.com

Triadic colors

1 #994DA5 and #A5994D with #4DA599 are triadic colors.

2 #99A54D and #A54D99 with #4DA599 are triadic colors.