COLOR #4DB8A1

HEX: #4DB8A1
RGB: (77,184,161)

Color info

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

RGB color model

#4DB8A1 color RGB value is (77,184,161).

  • red value is 77;
  • green value is 184;
  • blue value is 161.
RGB:
(77,184,161)
(30%,72%,63%)

RGB channels and saturation

R 77 of 255 = 30%
G 184 of 255 = 72%
B 161 of 255 = 63%

77
184
161

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

Portions of RGB colors in percentages

R + G + B =
77 + 184 + 161 = 422 (100%)
R 77 of 422 ~ 18.25%
G 184 of 422 ~ 43.6%
B 161 of 422 ~ 38.15%

%18.25
%43.6
%38.15

CMYK color model

#4DB8A1 color CMYK value is (58,0,13,28).

  • cyan value is 58.15%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(58,0,13,28)
C58M0Y13K28 
(58%,0%,13%,28%)
(0.58/0.00/0.13/0.28)	

CMYK percentages

%58.15
%0
%12.5
%27.84

Codes

Color #4DB8A1 in popluar color models

4DB8A1
RGB77184161
HSL167°42.97%51.18%
HSB/HSV167°58.15%72.16%
CMYK58.15%0.00%12.50%
27.84%

Color #4DB8A1 in popluar number systems.

HEX4DB8A1
Decimal77184161
Binary10011011011100010100001
Octal115270241

Shades and tints

Shades of #4DB8A1

#4DB8A1
(77,184,161)
#46A893
(70,168,147)
#3F9885
(63,152,133)
#388877
(56,136,119)
#317869
(49,120,105)
#2A685B
(42,104,91)
#23584D
(35,88,77)
#1C483F
(28,72,63)
#153831
(21,56,49)
#0E2823
(14,40,35)
#071815
(7,24,21)
#000000
(0,0,0)

Tints of #4DB8A1

#4DB8A1
(77,184,161)
#5DBEA9
(93,190,169)
#6DC4B1
(109,196,177)
#7DCAB9
(125,202,185)
#8DD0C1
(141,208,193)
#9DD6C9
(157,214,201)
#ADDCD1
(173,220,209)
#BDE2D9
(189,226,217)
#CDE8E1
(205,232,225)
#DDEEE9
(221,238,233)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB8A1 color. Also use rgb(77,184,161) instead hex code.

Text Font Color

.myTextColor { color: #4DB8A1; }

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

This text font color is #4DB8A1.


Background Color

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

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

This div background color is #4DB8A1.


Border color

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

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

This div border color is #4DB8A1.


Opacity

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

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

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

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

This text has shadow with #4DB8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB8A1 on black background.


Color preview on white background

This text has color #4DB8A1 on white background.



Black color preview on #4DB8A1 background

This text has black color on #4DB8A1 background.


White color preview on #4DB8A1 background

This text has white color on #4DB8A1 background.