COLOR #4D9891

HEX: #4D9891 RGB: (77,152,145)

Color info

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

RGB color model

#4D9891 color RGB value is (77,152,145).

RGB: (77,152,145) (30%, 60%, 57%)

RGB channels and saturation

R 77 of 255 = 30%
G 152 of 255 = 60%
B 145 of 255 = 57%

77
152
145

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

Portions of RGB colors in percentages

R + G + B = 77 + 152 + 145 = 374 (100%)
R 77 of 374 ~ 20.59%
G 152 of 374 ~ 40.64%
B 145 of 374 ~ 38.77'%

%20.59
%40.64
%38.77

CMYK color model

#4D9891 color CMYK value is (49,0,5,40).

  • cyan value is 49.34%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK: (49,0,5,40) C49M0Y5K40 (49%,0%,5%,40%) (0.49/0.00/0.05/0.40) 

CMYK percentages

%49.34
%0
%4.61
%40.39

Codes

Color #4D9891 in popluar color models

4D 98 91
RGB 77 152 145
HSL 174° 32.75% 44.90%
HSB/HSV 174° 49.34% 59.61%
CMYK 49.34% 0.00% 4.61%
40.39%

Color #4D9891 in popluar number systems.

HEX 4D 98 91
Decimal 77 152 145
Binary 1001101 10011000 10010001
Octal 115 230 221

Shades and tints

Shades of #4D9891

#4D9891
(77,152,145)
#468B84
(70,139,132)
#3F7E77
(63,126,119)
#38716A
(56,113,106)
#31645D
(49,100,93)
#2A5750
(42,87,80)
#234A43
(35,74,67)
#1C3D36
(28,61,54)
#153029
(21,48,41)
#0E231C
(14,35,28)
#07160F
(7,22,15)
#000000
(0,0,0)

Tints of #4D9891

#4D9891
(77,152,145)
#5DA19B
(93,161,155)
#6DAAA5
(109,170,165)
#7DB3AF
(125,179,175)
#8DBCB9
(141,188,185)
#9DC5C3
(157,197,195)
#ADCECD
(173,206,205)
#BDD7D7
(189,215,215)
#CDE0E1
(205,224,225)
#DDE9EB
(221,233,235)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9891 color. Also use rgb(77,152,145) instead hex code.

Text Font Color

.myTextColor { color: #4D9891; }

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

This text font color is #4D9891.

Background Color

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

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

This div background color is #4D9891.

Border color

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

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

This div border color is #4D9891.

Opacity

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

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

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

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

This text has shadow with #4D9891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9891.

Preview

Color preview on black background

This text has color #4D9891 on black background.


Color preview on white background

This text has color #4D9891 on white background.


Black color preview on #4D9891 background

This text has black color on #4D9891 background.


White color preview on #4D9891 background

This text has white color on #4D9891 background.


Related colors

Complementary color

Complementary color for #hex is #B2676E.


I love getcolorcode.com

Triadic colors

1 #914D98 and #98914D with #4D9891 are triadic colors.

2 #91984D and #984D91 with #4D9891 are triadic colors.