COLOR #4D898F

HEX: #4D898F RGB: (77,137,143)

Color info

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

RGB color model

#4D898F color RGB value is (77,137,143).

RGB: (77,137,143) (30%, 54%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 137 of 255 = 54%
B 143 of 255 = 56%

77
137
143

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

Portions of RGB colors in percentages

R + G + B = 77 + 137 + 143 = 357 (100%)
R 77 of 357 ~ 21.57%
G 137 of 357 ~ 38.38%
B 143 of 357 ~ 40.06'%

%21.57
%38.38
%40.06

CMYK color model

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

  • cyan value is 46.15%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (46,4,0,44)
C46M4Y0K44 (46%, 4%, 0%, 44%)
(0.46 / 0.04 / 0.00 / 0.44)

CMYK percentages

%46.15
%4.2
%0
%43.92

Codes

Color #4D898F in popluar color models

4D 89 8F
RGB 77 137 143
HSL 185° 30.00% 43.14%
HSB/HSV 185° 46.15% 56.08%
CMYK 46.15% 4.20% 0.00%
43.92%

Color #4D898F in popluar number systems.

HEX 4D 89 8F
Decimal 77 137 143
Binary 1001101 10001001 10001111
Octal 115 211 217

Shades and tints

Shades of #4D898F

#4D898F
(77,137,143)
#467D82
(70,125,130)
#3F7175
(63,113,117)
#386568
(56,101,104)
#31595B
(49,89,91)
#2A4D4E
(42,77,78)
#234141
(35,65,65)
#1C3534
(28,53,52)
#152927
(21,41,39)
#0E1D1A
(14,29,26)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D898F

#4D898F
(77,137,143)
#5D9399
(93,147,153)
#6D9DA3
(109,157,163)
#7DA7AD
(125,167,173)
#8DB1B7
(141,177,183)
#9DBBC1
(157,187,193)
#ADC5CB
(173,197,203)
#BDCFD5
(189,207,213)
#CDD9DF
(205,217,223)
#DDE3E9
(221,227,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D898F; }

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

This text font color is #4D898F.

Background Color

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

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

This div background color is #4D898F.

Border color

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

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

This div border color is #4D898F.

Opacity

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

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

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

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

This text has shadow with #4D898F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D898F.

Preview

Color preview on black background

This text has color #4D898F on black background.


Color preview on white background

This text has color #4D898F on white background.


Black color preview on #4D898F background

This text has black color on #4D898F background.


White color preview on #4D898F background

This text has white color on #4D898F background.


Related colors

Complementary color

Complementary color for #hex is #B27670.


I love getcolorcode.com

Triadic colors

1 #8F4D89 and #898F4D with #4D898F are triadic colors.

2 #8F894D and #894D8F with #4D898F are triadic colors.