COLOR #4DC7A4

HEX: #4DC7A4
RGB: (77,199,164)

Color info

#4DC7A4 contains mainly green and blue colors. Web safe color of #4DC7A4 is #33CC99 (or #3C9).

RGB color model

#4DC7A4 color RGB value is (77,199,164).

  • red value is 77;
  • green value is 199;
  • blue value is 164.
RGB:
(77,199,164)
(30%,78%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 199 of 255 = 78%
B 164 of 255 = 64%

77
199
164

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

Portions of RGB colors in percentages

R + G + B =
77 + 199 + 164 = 440 (100%)
R 77 of 440 ~ 17.5%
G 199 of 440 ~ 45.23%
B 164 of 440 ~ 37.27%

%17.5
%45.23
%37.27

CMYK color model

#4DC7A4 color CMYK value is (61,0,18,22).

  • cyan value is 61.31%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 21.96%
CMYK:
(61,0,18,22)
C61M0Y18K22 
(61%,0%,18%,22%)
(0.61/0.00/0.18/0.22)	

CMYK percentages

%61.31
%0
%17.59
%21.96

Codes

Color #4DC7A4 in popluar color models

4DC7A4
RGB77199164
HSL163°52.14%54.12%
HSB/HSV163°61.31%78.04%
CMYK61.31%0.00%17.59%
21.96%

Color #4DC7A4 in popluar number systems.

HEX4DC7A4
Decimal77199164
Binary10011011100011110100100
Octal115307244

Shades and tints

Shades of #4DC7A4

#4DC7A4
(77,199,164)
#46B596
(70,181,150)
#3FA388
(63,163,136)
#38917A
(56,145,122)
#317F6C
(49,127,108)
#2A6D5E
(42,109,94)
#235B50
(35,91,80)
#1C4942
(28,73,66)
#153734
(21,55,52)
#0E2526
(14,37,38)
#071318
(7,19,24)
#000000
(0,0,0)

Tints of #4DC7A4

#4DC7A4
(77,199,164)
#5DCCAC
(93,204,172)
#6DD1B4
(109,209,180)
#7DD6BC
(125,214,188)
#8DDBC4
(141,219,196)
#9DE0CC
(157,224,204)
#ADE5D4
(173,229,212)
#BDEADC
(189,234,220)
#CDEFE4
(205,239,228)
#DDF4EC
(221,244,236)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC7A4 color. Also use rgb(77,199,164) instead hex code.

Text Font Color

.myTextColor { color: #4DC7A4; }

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

This text font color is #4DC7A4.


Background Color

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

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

This div background color is #4DC7A4.


Border color

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

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

This div border color is #4DC7A4.


Opacity

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

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

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

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

This text has shadow with #4DC7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC7A4 on black background.


Color preview on white background

This text has color #4DC7A4 on white background.



Black color preview on #4DC7A4 background

This text has black color on #4DC7A4 background.


White color preview on #4DC7A4 background

This text has white color on #4DC7A4 background.