COLOR #4DB2A0

HEX: #4DB2A0
RGB: (77,178,160)

Color info

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

RGB color model

#4DB2A0 color RGB value is (77,178,160).

  • red value is 77;
  • green value is 178;
  • blue value is 160.
RGB:
(77,178,160)
(30%,70%,63%)

RGB channels and saturation

R 77 of 255 = 30%
G 178 of 255 = 70%
B 160 of 255 = 63%

77
178
160

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

Portions of RGB colors in percentages

R + G + B =
77 + 178 + 160 = 415 (100%)
R 77 of 415 ~ 18.55%
G 178 of 415 ~ 42.89%
B 160 of 415 ~ 38.55%

%18.55
%42.89
%38.55

CMYK color model

#4DB2A0 color CMYK value is (57,0,10,30).

  • cyan value is 56.74%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(57,0,10,30)
C57M0Y10K30 
(57%,0%,10%,30%)
(0.57/0.00/0.10/0.30)	

CMYK percentages

%56.74
%0
%10.11
%30.2

Codes

Color #4DB2A0 in popluar color models

4DB2A0
RGB77178160
HSL169°39.61%50.00%
HSB/HSV169°56.74%69.80%
CMYK56.74%0.00%10.11%
30.20%

Color #4DB2A0 in popluar number systems.

HEX4DB2A0
Decimal77178160
Binary10011011011001010100000
Octal115262240

Shades and tints

Shades of #4DB2A0

#4DB2A0
(77,178,160)
#46A292
(70,162,146)
#3F9284
(63,146,132)
#388276
(56,130,118)
#317268
(49,114,104)
#2A625A
(42,98,90)
#23524C
(35,82,76)
#1C423E
(28,66,62)
#153230
(21,50,48)
#0E2222
(14,34,34)
#071214
(7,18,20)
#000000
(0,0,0)

Tints of #4DB2A0

#4DB2A0
(77,178,160)
#5DB9A8
(93,185,168)
#6DC0B0
(109,192,176)
#7DC7B8
(125,199,184)
#8DCEC0
(141,206,192)
#9DD5C8
(157,213,200)
#ADDCD0
(173,220,208)
#BDE3D8
(189,227,216)
#CDEAE0
(205,234,224)
#DDF1E8
(221,241,232)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB2A0 color. Also use rgb(77,178,160) instead hex code.

Text Font Color

.myTextColor { color: #4DB2A0; }

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

This text font color is #4DB2A0.


Background Color

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

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

This div background color is #4DB2A0.


Border color

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

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

This div border color is #4DB2A0.


Opacity

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

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

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

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

This text has shadow with #4DB2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB2A0 on black background.


Color preview on white background

This text has color #4DB2A0 on white background.



Black color preview on #4DB2A0 background

This text has black color on #4DB2A0 background.


White color preview on #4DB2A0 background

This text has white color on #4DB2A0 background.