COLOR #4DB6A9

HEX: #4DB6A9
RGB: (77,182,169)

Color info

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

RGB color model

#4DB6A9 color RGB value is (77,182,169).

  • red value is 77;
  • green value is 182;
  • blue value is 169.
RGB:
(77,182,169)
(30%,71%,66%)

RGB channels and saturation

R 77 of 255 = 30%
G 182 of 255 = 71%
B 169 of 255 = 66%

77
182
169

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

Portions of RGB colors in percentages

R + G + B =
77 + 182 + 169 = 428 (100%)
R 77 of 428 ~ 17.99%
G 182 of 428 ~ 42.52%
B 169 of 428 ~ 39.49%

%17.99
%42.52
%39.49

CMYK color model

#4DB6A9 color CMYK value is (58,0,7,29).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(58,0,7,29)
C58M0Y7K29 
(58%,0%,7%,29%)
(0.58/0.00/0.07/0.29)	

CMYK percentages

%57.69
%0
%7.14
%28.63

Codes

Color #4DB6A9 in popluar color models

4DB6A9
RGB77182169
HSL173°41.83%50.78%
HSB/HSV173°57.69%71.37%
CMYK57.69%0.00%7.14%
28.63%

Color #4DB6A9 in popluar number systems.

HEX4DB6A9
Decimal77182169
Binary10011011011011010101001
Octal115266251

Shades and tints

Shades of #4DB6A9

#4DB6A9
(77,182,169)
#46A69A
(70,166,154)
#3F968B
(63,150,139)
#38867C
(56,134,124)
#31766D
(49,118,109)
#2A665E
(42,102,94)
#23564F
(35,86,79)
#1C4640
(28,70,64)
#153631
(21,54,49)
#0E2622
(14,38,34)
#071613
(7,22,19)
#000000
(0,0,0)

Tints of #4DB6A9

#4DB6A9
(77,182,169)
#5DBCB0
(93,188,176)
#6DC2B7
(109,194,183)
#7DC8BE
(125,200,190)
#8DCEC5
(141,206,197)
#9DD4CC
(157,212,204)
#ADDAD3
(173,218,211)
#BDE0DA
(189,224,218)
#CDE6E1
(205,230,225)
#DDECE8
(221,236,232)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB6A9 color. Also use rgb(77,182,169) instead hex code.

Text Font Color

.myTextColor { color: #4DB6A9; }

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

This text font color is #4DB6A9.


Background Color

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

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

This div background color is #4DB6A9.


Border color

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

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

This div border color is #4DB6A9.


Opacity

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

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

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

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

This text has shadow with #4DB6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB6A9 on black background.


Color preview on white background

This text has color #4DB6A9 on white background.



Black color preview on #4DB6A9 background

This text has black color on #4DB6A9 background.


White color preview on #4DB6A9 background

This text has white color on #4DB6A9 background.