COLOR #4D8987

HEX: #4D8987 RGB: (77,137,135)

Color info

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

RGB color model

#4D8987 color RGB value is (77,137,135).

RGB: (77,137,135) (30%, 54%, 53%)

RGB channels and saturation

R 77 of 255 = 30%
G 137 of 255 = 54%
B 135 of 255 = 53%

77
137
135

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

Portions of RGB colors in percentages

R + G + B = 77 + 137 + 135 = 349 (100%)
R 77 of 349 ~ 22.06%
G 137 of 349 ~ 39.26%
B 135 of 349 ~ 38.68'%

%22.06
%39.26
%38.68

CMYK color model

#4D8987 color CMYK value is (44,0,1,46).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 46.27%

CMYK: (44,0,1,46)
C44M0Y1K46 (44%, 0%, 1%, 46%)
(0.44 / 0.00 / 0.01 / 0.46)

CMYK percentages

%43.8
%0
%1.46
%46.27

Codes

Color #4D8987 in popluar color models

4D 89 87
RGB 77 137 135
HSL 178° 28.04% 41.96%
HSB/HSV 178° 43.80% 53.73%
CMYK 43.80% 0.00% 1.46%
46.27%

Color #4D8987 in popluar number systems.

HEX 4D 89 87
Decimal 77 137 135
Binary 1001101 10001001 10000111
Octal 115 211 207

Shades and tints

Shades of #4D8987

#4D8987
(77,137,135)
#467D7B
(70,125,123)
#3F716F
(63,113,111)
#386563
(56,101,99)
#315957
(49,89,87)
#2A4D4B
(42,77,75)
#23413F
(35,65,63)
#1C3533
(28,53,51)
#152927
(21,41,39)
#0E1D1B
(14,29,27)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D8987

#4D8987
(77,137,135)
#5D9391
(93,147,145)
#6D9D9B
(109,157,155)
#7DA7A5
(125,167,165)
#8DB1AF
(141,177,175)
#9DBBB9
(157,187,185)
#ADC5C3
(173,197,195)
#BDCFCD
(189,207,205)
#CDD9D7
(205,217,215)
#DDE3E1
(221,227,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8987 color. Also use rgb(77,137,135) instead hex code.

Text Font Color

.myTextColor { color: #4D8987; }

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

This text font color is #4D8987.

Background Color

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

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

This div background color is #4D8987.

Border color

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

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

This div border color is #4D8987.

Opacity

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

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

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

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

This text has shadow with #4D8987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8987.

Preview

Color preview on black background

This text has color #4D8987 on black background.


Color preview on white background

This text has color #4D8987 on white background.


Black color preview on #4D8987 background

This text has black color on #4D8987 background.


White color preview on #4D8987 background

This text has white color on #4D8987 background.


Related colors

Complementary color

Complementary color for #hex is #B27678.


I love getcolorcode.com

Triadic colors

1 #874D89 and #89874D with #4D8987 are triadic colors.

2 #87894D and #894D87 with #4D8987 are triadic colors.