COLOR #4D5373

HEX: #4D5373
RGB: (77,83,115)

Color info

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

RGB color model

#4D5373 color RGB value is (77,83,115).

  • red value is 77;
  • green value is 83;
  • blue value is 115.
RGB:
(77,83,115)
(30%,33%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 115 of 255 = 45%

77
83
115

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

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 115 = 275 (100%)
R 77 of 275 ~ 28%
G 83 of 275 ~ 30.18%
B 115 of 275 ~ 41.82%

%28
%30.18
%41.82

CMYK color model

#4D5373 color CMYK value is (33,28,0,55).

  • cyan value is 33.04%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(33,28,0,55)
C33M28Y0K55 
(33%,28%,0%,55%)
(0.33/0.28/0.00/0.55)	

CMYK percentages

%33.04
%27.83
%0
%54.9

Codes

Color #4D5373 in popluar color models

4D5373
RGB7783115
HSL231°19.79%37.65%
HSB/HSV231°33.04%45.10%
CMYK33.04%27.83%0.00%
54.90%

Color #4D5373 in popluar number systems.

HEX4D5373
Decimal7783115
Binary100110110100111110011
Octal115123163

Shades and tints

Shades of #4D5373

#4D5373
(77,83,115)
#464C69
(70,76,105)
#3F455F
(63,69,95)
#383E55
(56,62,85)
#31374B
(49,55,75)
#2A3041
(42,48,65)
#232937
(35,41,55)
#1C222D
(28,34,45)
#151B23
(21,27,35)
#0E1419
(14,20,25)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D5373

#4D5373
(77,83,115)
#5D627F
(93,98,127)
#6D718B
(109,113,139)
#7D8097
(125,128,151)
#8D8FA3
(141,143,163)
#9D9EAF
(157,158,175)
#ADADBB
(173,173,187)
#BDBCC7
(189,188,199)
#CDCBD3
(205,203,211)
#DDDADF
(221,218,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5373 color. Also use rgb(77,83,115) instead hex code.

Text Font Color

.myTextColor { color: #4D5373; }

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

This text font color is #4D5373.


Background Color

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

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

This div background color is #4D5373.


Border color

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

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

This div border color is #4D5373.


Opacity

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

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

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

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

This text has shadow with #4D5373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5373 on black background.


Color preview on white background

This text has color #4D5373 on white background.



Black color preview on #4D5373 background

This text has black color on #4D5373 background.


White color preview on #4D5373 background

This text has white color on #4D5373 background.