COLOR #4DC1A3

HEX: #4DC1A3
RGB: (77,193,163)

Color info

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

RGB color model

#4DC1A3 color RGB value is (77,193,163).

  • red value is 77;
  • green value is 193;
  • blue value is 163.
RGB:
(77,193,163)
(30%,76%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 193 of 255 = 76%
B 163 of 255 = 64%

77
193
163

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

Portions of RGB colors in percentages

R + G + B =
77 + 193 + 163 = 433 (100%)
R 77 of 433 ~ 17.78%
G 193 of 433 ~ 44.57%
B 163 of 433 ~ 37.64%

%17.78
%44.57
%37.64

CMYK color model

#4DC1A3 color CMYK value is (60,0,16,24).

  • cyan value is 60.10%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%
CMYK:
(60,0,16,24)
C60M0Y16K24 
(60%,0%,16%,24%)
(0.60/0.00/0.16/0.24)	

CMYK percentages

%60.1
%0
%15.54
%24.31

Codes

Color #4DC1A3 in popluar color models

4DC1A3
RGB77193163
HSL164°48.33%52.94%
HSB/HSV164°60.10%75.69%
CMYK60.10%0.00%15.54%
24.31%

Color #4DC1A3 in popluar number systems.

HEX4DC1A3
Decimal77193163
Binary10011011100000110100011
Octal115301243

Shades and tints

Shades of #4DC1A3

#4DC1A3
(77,193,163)
#46B095
(70,176,149)
#3F9F87
(63,159,135)
#388E79
(56,142,121)
#317D6B
(49,125,107)
#2A6C5D
(42,108,93)
#235B4F
(35,91,79)
#1C4A41
(28,74,65)
#153933
(21,57,51)
#0E2825
(14,40,37)
#071717
(7,23,23)
#000000
(0,0,0)

Tints of #4DC1A3

#4DC1A3
(77,193,163)
#5DC6AB
(93,198,171)
#6DCBB3
(109,203,179)
#7DD0BB
(125,208,187)
#8DD5C3
(141,213,195)
#9DDACB
(157,218,203)
#ADDFD3
(173,223,211)
#BDE4DB
(189,228,219)
#CDE9E3
(205,233,227)
#DDEEEB
(221,238,235)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DC1A3; }

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

This text font color is #4DC1A3.


Background Color

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

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

This div background color is #4DC1A3.


Border color

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

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

This div border color is #4DC1A3.


Opacity

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

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

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

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

This text has shadow with #4DC1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC1A3 on black background.


Color preview on white background

This text has color #4DC1A3 on white background.



Black color preview on #4DC1A3 background

This text has black color on #4DC1A3 background.


White color preview on #4DC1A3 background

This text has white color on #4DC1A3 background.