COLOR #4D9E90

HEX: #4D9E90 RGB: (77,158,144)

Color info

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

RGB color model

#4D9E90 color RGB value is (77,158,144).

RGB: (77,158,144) (30%, 62%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 158 of 255 = 62%
B 144 of 255 = 56%

77
158
144

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

Portions of RGB colors in percentages

R + G + B = 77 + 158 + 144 = 379 (100%)
R 77 of 379 ~ 20.32%
G 158 of 379 ~ 41.69%
B 144 of 379 ~ 37.99'%

%20.32
%41.69
%37.99

CMYK color model

#4D9E90 color CMYK value is (51,0,9,38).

  • cyan value is 51.27%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 38.04%

CMYK: (51,0,9,38)
C51M0Y9K38 (51%, 0%, 9%, 38%)
(0.51 / 0.00 / 0.09 / 0.38)

CMYK percentages

%51.27
%0
%8.86
%38.04

Codes

Color #4D9E90 in popluar color models

4D 9E 90
RGB 77 158 144
HSL 170° 34.47% 46.08%
HSB/HSV 170° 51.27% 61.96%
CMYK 51.27% 0.00% 8.86%
38.04%

Color #4D9E90 in popluar number systems.

HEX 4D 9E 90
Decimal 77 158 144
Binary 1001101 10011110 10010000
Octal 115 236 220

Shades and tints

Shades of #4D9E90

#4D9E90
(77,158,144)
#469083
(70,144,131)
#3F8276
(63,130,118)
#387469
(56,116,105)
#31665C
(49,102,92)
#2A584F
(42,88,79)
#234A42
(35,74,66)
#1C3C35
(28,60,53)
#152E28
(21,46,40)
#0E201B
(14,32,27)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #4D9E90

#4D9E90
(77,158,144)
#5DA69A
(93,166,154)
#6DAEA4
(109,174,164)
#7DB6AE
(125,182,174)
#8DBEB8
(141,190,184)
#9DC6C2
(157,198,194)
#ADCECC
(173,206,204)
#BDD6D6
(189,214,214)
#CDDEE0
(205,222,224)
#DDE6EA
(221,230,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9E90; }

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

This text font color is #4D9E90.

Background Color

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

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

This div background color is #4D9E90.

Border color

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

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

This div border color is #4D9E90.

Opacity

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

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

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

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

This text has shadow with #4D9E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9E90.

Preview

Color preview on black background

This text has color #4D9E90 on black background.


Color preview on white background

This text has color #4D9E90 on white background.


Black color preview on #4D9E90 background

This text has black color on #4D9E90 background.


White color preview on #4D9E90 background

This text has white color on #4D9E90 background.


Related colors

Complementary color

Complementary color for #hex is #B2616F.


I love getcolorcode.com

Triadic colors

1 #904D9E and #9E904D with #4D9E90 are triadic colors.

2 #909E4D and #9E4D90 with #4D9E90 are triadic colors.