COLOR #4DA38C

HEX: #4DA38C RGB: (77,163,140)

Color info

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

RGB color model

#4DA38C color RGB value is (77,163,140).

RGB: (77,163,140) (30%, 64%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 163 of 255 = 64%
B 140 of 255 = 55%

77
163
140

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

Portions of RGB colors in percentages

R + G + B = 77 + 163 + 140 = 380 (100%)
R 77 of 380 ~ 20.26%
G 163 of 380 ~ 42.89%
B 140 of 380 ~ 36.84'%

%20.26
%42.89
%36.84

CMYK color model

#4DA38C color CMYK value is (53,0,14,36).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (53,0,14,36)
C53M0Y14K36 (53%, 0%, 14%, 36%)
(0.53 / 0.00 / 0.14 / 0.36)

CMYK percentages

%52.76
%0
%14.11
%36.08

Codes

Color #4DA38C in popluar color models

4D A3 8C
RGB 77 163 140
HSL 164° 35.83% 47.06%
HSB/HSV 164° 52.76% 63.92%
CMYK 52.76% 0.00% 14.11%
36.08%

Color #4DA38C in popluar number systems.

HEX 4D A3 8C
Decimal 77 163 140
Binary 1001101 10100011 10001100
Octal 115 243 214

Shades and tints

Shades of #4DA38C

#4DA38C
(77,163,140)
#469580
(70,149,128)
#3F8774
(63,135,116)
#387968
(56,121,104)
#316B5C
(49,107,92)
#2A5D50
(42,93,80)
#234F44
(35,79,68)
#1C4138
(28,65,56)
#15332C
(21,51,44)
#0E2520
(14,37,32)
#071714
(7,23,20)
#000000
(0,0,0)

Tints of #4DA38C

#4DA38C
(77,163,140)
#5DAB96
(93,171,150)
#6DB3A0
(109,179,160)
#7DBBAA
(125,187,170)
#8DC3B4
(141,195,180)
#9DCBBE
(157,203,190)
#ADD3C8
(173,211,200)
#BDDBD2
(189,219,210)
#CDE3DC
(205,227,220)
#DDEBE6
(221,235,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA38C color. Also use rgb(77,163,140) instead hex code.

Text Font Color

.myTextColor { color: #4DA38C; }

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

This text font color is #4DA38C.

Background Color

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

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

This div background color is #4DA38C.

Border color

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

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

This div border color is #4DA38C.

Opacity

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

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

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

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

This text has shadow with #4DA38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA38C.

Preview

Color preview on black background

This text has color #4DA38C on black background.


Color preview on white background

This text has color #4DA38C on white background.


Black color preview on #4DA38C background

This text has black color on #4DA38C background.


White color preview on #4DA38C background

This text has white color on #4DA38C background.


Related colors

Complementary color

Complementary color for #hex is #B25C73.


I love getcolorcode.com

Triadic colors

1 #8C4DA3 and #A38C4D with #4DA38C are triadic colors.

2 #8CA34D and #A34D8C with #4DA38C are triadic colors.