COLOR #4D5772

HEX: #4D5772
RGB: (77,87,114)

Color info

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

RGB color model

#4D5772 color RGB value is (77,87,114).

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

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 114 of 255 = 45%

77
87
114

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

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 114 = 278 (100%)
R 77 of 278 ~ 27.7%
G 87 of 278 ~ 31.29%
B 114 of 278 ~ 41.01%

%27.7
%31.29
%41.01

CMYK color model

#4D5772 color CMYK value is (32,24,0,55).

  • cyan value is 32.46%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(32,24,0,55)
C32M24Y0K55 
(32%,24%,0%,55%)
(0.32/0.24/0.00/0.55)	

CMYK percentages

%32.46
%23.68
%0
%55.29

Codes

Color #4D5772 in popluar color models

4D5772
RGB7787114
HSL224°19.37%37.45%
HSB/HSV224°32.46%44.71%
CMYK32.46%23.68%0.00%
55.29%

Color #4D5772 in popluar number systems.

HEX4D5772
Decimal7787114
Binary100110110101111110010
Octal115127162

Shades and tints

Shades of #4D5772

#4D5772
(77,87,114)
#465068
(70,80,104)
#3F495E
(63,73,94)
#384254
(56,66,84)
#313B4A
(49,59,74)
#2A3440
(42,52,64)
#232D36
(35,45,54)
#1C262C
(28,38,44)
#151F22
(21,31,34)
#0E1818
(14,24,24)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D5772

#4D5772
(77,87,114)
#5D667E
(93,102,126)
#6D758A
(109,117,138)
#7D8496
(125,132,150)
#8D93A2
(141,147,162)
#9DA2AE
(157,162,174)
#ADB1BA
(173,177,186)
#BDC0C6
(189,192,198)
#CDCFD2
(205,207,210)
#DDDEDE
(221,222,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5772; }

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

This text font color is #4D5772.


Background Color

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

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

This div background color is #4D5772.


Border color

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

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

This div border color is #4D5772.


Opacity

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

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

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

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

This text has shadow with #4D5772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5772 on black background.


Color preview on white background

This text has color #4D5772 on white background.



Black color preview on #4D5772 background

This text has black color on #4D5772 background.


White color preview on #4D5772 background

This text has white color on #4D5772 background.