COLOR #4D5777

HEX: #4D5777
RGB: (77,87,119)

Color info

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

RGB color model

#4D5777 color RGB value is (77,87,119).

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

RGB channels and saturation

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

77
87
119

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

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 119 = 283 (100%)
R 77 of 283 ~ 27.21%
G 87 of 283 ~ 30.74%
B 119 of 283 ~ 42.05%

%27.21
%30.74
%42.05

CMYK color model

#4D5777 color CMYK value is (35,27,0,53).

  • cyan value is 35.29%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(35,27,0,53)
C35M27Y0K53 
(35%,27%,0%,53%)
(0.35/0.27/0.00/0.53)	

CMYK percentages

%35.29
%26.89
%0
%53.33

Codes

Color #4D5777 in popluar color models

4D5777
RGB7787119
HSL226°21.43%38.43%
HSB/HSV226°35.29%46.67%
CMYK35.29%26.89%0.00%
53.33%

Color #4D5777 in popluar number systems.

HEX4D5777
Decimal7787119
Binary100110110101111110111
Octal115127167

Shades and tints

Shades of #4D5777

#4D5777
(77,87,119)
#46506D
(70,80,109)
#3F4963
(63,73,99)
#384259
(56,66,89)
#313B4F
(49,59,79)
#2A3445
(42,52,69)
#232D3B
(35,45,59)
#1C2631
(28,38,49)
#151F27
(21,31,39)
#0E181D
(14,24,29)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #4D5777

#4D5777
(77,87,119)
#5D6683
(93,102,131)
#6D758F
(109,117,143)
#7D849B
(125,132,155)
#8D93A7
(141,147,167)
#9DA2B3
(157,162,179)
#ADB1BF
(173,177,191)
#BDC0CB
(189,192,203)
#CDCFD7
(205,207,215)
#DDDEE3
(221,222,227)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5777; }

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

This text font color is #4D5777.


Background Color

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

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

This div background color is #4D5777.


Border color

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

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

This div border color is #4D5777.


Opacity

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

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

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

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

This text has shadow with #4D5777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5777 on black background.


Color preview on white background

This text has color #4D5777 on white background.



Black color preview on #4D5777 background

This text has black color on #4D5777 background.


White color preview on #4D5777 background

This text has white color on #4D5777 background.