COLOR #4D5771

HEX: #4D5771
RGB: (77,87,113)

Color info

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

RGB color model

#4D5771 color RGB value is (77,87,113).

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

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 113 of 255 = 44%

77
87
113

R + G + B ~ 36%. #4D5771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 113 = 277 (100%)
R 77 of 277 ~ 27.8%
G 87 of 277 ~ 31.41%
B 113 of 277 ~ 40.79%

%27.8
%31.41
%40.79

CMYK color model

#4D5771 color CMYK value is (32,23,0,56).

  • cyan value is 31.86%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(32,23,0,56)
C32M23Y0K56 
(32%,23%,0%,56%)
(0.32/0.23/0.00/0.56)	

CMYK percentages

%31.86
%23.01
%0
%55.69

Codes

Color #4D5771 in popluar color models

4D5771
RGB7787113
HSL223°18.95%37.25%
HSB/HSV223°31.86%44.31%
CMYK31.86%23.01%0.00%
55.69%

Color #4D5771 in popluar number systems.

HEX4D5771
Decimal7787113
Binary100110110101111110001
Octal115127161

Shades and tints

Shades of #4D5771

#4D5771
(77,87,113)
#465067
(70,80,103)
#3F495D
(63,73,93)
#384253
(56,66,83)
#313B49
(49,59,73)
#2A343F
(42,52,63)
#232D35
(35,45,53)
#1C262B
(28,38,43)
#151F21
(21,31,33)
#0E1817
(14,24,23)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D5771

#4D5771
(77,87,113)
#5D667D
(93,102,125)
#6D7589
(109,117,137)
#7D8495
(125,132,149)
#8D93A1
(141,147,161)
#9DA2AD
(157,162,173)
#ADB1B9
(173,177,185)
#BDC0C5
(189,192,197)
#CDCFD1
(205,207,209)
#DDDEDD
(221,222,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5771; }

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

This text font color is #4D5771.


Background Color

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

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

This div background color is #4D5771.


Border color

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

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

This div border color is #4D5771.


Opacity

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

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

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

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

This text has shadow with #4D5771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5771 on black background.


Color preview on white background

This text has color #4D5771 on white background.



Black color preview on #4D5771 background

This text has black color on #4D5771 background.


White color preview on #4D5771 background

This text has white color on #4D5771 background.