COLOR #4D5677

HEX: #4D5677
RGB: (77,86,119)

Color info

#4D5677 contains red, green and blue colors in about the same proportion. Web safe color of #4D5677 is #336666 (or #366).

RGB color model

#4D5677 color RGB value is (77,86,119).

  • red value is 77;
  • green value is 86;
  • blue value is 119.
RGB:
(77,86,119)
(30%,34%,47%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 119 of 255 = 47%

77
86
119

R + G + B ~ 37%. #4D5677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 119 = 282 (100%)
R 77 of 282 ~ 27.3%
G 86 of 282 ~ 30.5%
B 119 of 282 ~ 42.2%

%27.3
%30.5
%42.2

CMYK color model

#4D5677 color CMYK value is (35,28,0,53).

  • cyan value is 35.29%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(35,28,0,53)
C35M28Y0K53 
(35%,28%,0%,53%)
(0.35/0.28/0.00/0.53)	

CMYK percentages

%35.29
%27.73
%0
%53.33

Codes

Color #4D5677 in popluar color models

4D5677
RGB7786119
HSL227°21.43%38.43%
HSB/HSV227°35.29%46.67%
CMYK35.29%27.73%0.00%
53.33%

Color #4D5677 in popluar number systems.

HEX4D5677
Decimal7786119
Binary100110110101101110111
Octal115126167

Shades and tints

Shades of #4D5677

#4D5677
(77,86,119)
#464F6D
(70,79,109)
#3F4863
(63,72,99)
#384159
(56,65,89)
#313A4F
(49,58,79)
#2A3345
(42,51,69)
#232C3B
(35,44,59)
#1C2531
(28,37,49)
#151E27
(21,30,39)
#0E171D
(14,23,29)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #4D5677

#4D5677
(77,86,119)
#5D6583
(93,101,131)
#6D748F
(109,116,143)
#7D839B
(125,131,155)
#8D92A7
(141,146,167)
#9DA1B3
(157,161,179)
#ADB0BF
(173,176,191)
#BDBFCB
(189,191,203)
#CDCED7
(205,206,215)
#DDDDE3
(221,221,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5677 color. Also use rgb(77,86,119) instead hex code.

Text Font Color

.myTextColor { color: #4D5677; }

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

This text font color is #4D5677.


Background Color

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

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

This div background color is #4D5677.


Border color

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

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

This div border color is #4D5677.


Opacity

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

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

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

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

This text has shadow with #4D5677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5677 on black background.


Color preview on white background

This text has color #4D5677 on white background.



Black color preview on #4D5677 background

This text has black color on #4D5677 background.


White color preview on #4D5677 background

This text has white color on #4D5677 background.