COLOR #4DAB90

HEX: #4DAB90
RGB: (77,171,144)

Color info

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

RGB color model

#4DAB90 color RGB value is (77,171,144).

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

RGB channels and saturation

R 77 of 255 = 30%
G 171 of 255 = 67%
B 144 of 255 = 56%

77
171
144

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

Portions of RGB colors in percentages

R + G + B =
77 + 171 + 144 = 392 (100%)
R 77 of 392 ~ 19.64%
G 171 of 392 ~ 43.62%
B 144 of 392 ~ 36.73%

%19.64
%43.62
%36.73

CMYK color model

#4DAB90 color CMYK value is (55,0,16,33).

  • cyan value is 54.97%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(55,0,16,33)
C55M0Y16K33 
(55%,0%,16%,33%)
(0.55/0.00/0.16/0.33)	

CMYK percentages

%54.97
%0
%15.79
%32.94

Codes

Color #4DAB90 in popluar color models

4DAB90
RGB77171144
HSL163°37.90%48.63%
HSB/HSV163°54.97%67.06%
CMYK54.97%0.00%15.79%
32.94%

Color #4DAB90 in popluar number systems.

HEX4DAB90
Decimal77171144
Binary10011011010101110010000
Octal115253220

Shades and tints

Shades of #4DAB90

#4DAB90
(77,171,144)
#469C83
(70,156,131)
#3F8D76
(63,141,118)
#387E69
(56,126,105)
#316F5C
(49,111,92)
#2A604F
(42,96,79)
#235142
(35,81,66)
#1C4235
(28,66,53)
#153328
(21,51,40)
#0E241B
(14,36,27)
#07150E
(7,21,14)
#000000
(0,0,0)

Tints of #4DAB90

#4DAB90
(77,171,144)
#5DB29A
(93,178,154)
#6DB9A4
(109,185,164)
#7DC0AE
(125,192,174)
#8DC7B8
(141,199,184)
#9DCEC2
(157,206,194)
#ADD5CC
(173,213,204)
#BDDCD6
(189,220,214)
#CDE3E0
(205,227,224)
#DDEAEA
(221,234,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DAB90; }

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

This text font color is #4DAB90.


Background Color

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

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

This div background color is #4DAB90.


Border color

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

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

This div border color is #4DAB90.


Opacity

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

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

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

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

This text has shadow with #4DAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAB90 on black background.


Color preview on white background

This text has color #4DAB90 on white background.



Black color preview on #4DAB90 background

This text has black color on #4DAB90 background.


White color preview on #4DAB90 background

This text has white color on #4DAB90 background.