COLOR #4DA6AB

HEX: #4DA6AB
RGB: (77,166,171)

Color info

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

RGB color model

#4DA6AB color RGB value is (77,166,171).

  • red value is 77;
  • green value is 166;
  • blue value is 171.
RGB:
(77,166,171)
(30%,65%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 166 of 255 = 65%
B 171 of 255 = 67%

77
166
171

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

Portions of RGB colors in percentages

R + G + B =
77 + 166 + 171 = 414 (100%)
R 77 of 414 ~ 18.6%
G 166 of 414 ~ 40.1%
B 171 of 414 ~ 41.3%

%18.6
%40.1
%41.3

CMYK color model

#4DA6AB color CMYK value is (55,3,0,33).

  • cyan value is 54.97%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(55,3,0,33)
C55M3Y0K33 
(55%,3%,0%,33%)
(0.55/0.03/0.00/0.33)	

CMYK percentages

%54.97
%2.92
%0
%32.94

Codes

Color #4DA6AB in popluar color models

4DA6AB
RGB77166171
HSL183°37.90%48.63%
HSB/HSV183°54.97%67.06%
CMYK54.97%2.92%0.00%
32.94%

Color #4DA6AB in popluar number systems.

HEX4DA6AB
Decimal77166171
Binary10011011010011010101011
Octal115246253

Shades and tints

Shades of #4DA6AB

#4DA6AB
(77,166,171)
#46979C
(70,151,156)
#3F888D
(63,136,141)
#38797E
(56,121,126)
#316A6F
(49,106,111)
#2A5B60
(42,91,96)
#234C51
(35,76,81)
#1C3D42
(28,61,66)
#152E33
(21,46,51)
#0E1F24
(14,31,36)
#071015
(7,16,21)
#000000
(0,0,0)

Tints of #4DA6AB

#4DA6AB
(77,166,171)
#5DAEB2
(93,174,178)
#6DB6B9
(109,182,185)
#7DBEC0
(125,190,192)
#8DC6C7
(141,198,199)
#9DCECE
(157,206,206)
#ADD6D5
(173,214,213)
#BDDEDC
(189,222,220)
#CDE6E3
(205,230,227)
#DDEEEA
(221,238,234)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA6AB color. Also use rgb(77,166,171) instead hex code.

Text Font Color

.myTextColor { color: #4DA6AB; }

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

This text font color is #4DA6AB.


Background Color

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

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

This div background color is #4DA6AB.


Border color

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

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

This div border color is #4DA6AB.


Opacity

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

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

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

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

This text has shadow with #4DA6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA6AB on black background.


Color preview on white background

This text has color #4DA6AB on white background.



Black color preview on #4DA6AB background

This text has black color on #4DA6AB background.


White color preview on #4DA6AB background

This text has white color on #4DA6AB background.