COLOR #4D575B

HEX: #4D575B
RGB: (77,87,91)

Color info

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

RGB color model

#4D575B color RGB value is (77,87,91).

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

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 91 of 255 = 36%

77
87
91

R + G + B ~ 33%. #4D575B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 91 = 255 (100%)
R 77 of 255 ~ 30.2%
G 87 of 255 ~ 34.12%
B 91 of 255 ~ 35.69%

%30.2
%34.12
%35.69

CMYK color model

#4D575B color CMYK value is (15,4,0,64).

  • cyan value is 15.38%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(15,4,0,64)
C15M4Y0K64 
(15%,4%,0%,64%)
(0.15/0.04/0.00/0.64)	

CMYK percentages

%15.38
%4.4
%0
%64.31

Codes

Color #4D575B in popluar color models

4D575B
RGB778791
HSL197°8.33%32.94%
HSB/HSV197°15.38%35.69%
CMYK15.38%4.40%0.00%
64.31%

Color #4D575B in popluar number systems.

HEX4D575B
Decimal778791
Binary100110110101111011011
Octal115127133

Shades and tints

Shades of #4D575B

#4D575B
(77,87,91)
#465053
(70,80,83)
#3F494B
(63,73,75)
#384243
(56,66,67)
#313B3B
(49,59,59)
#2A3433
(42,52,51)
#232D2B
(35,45,43)
#1C2623
(28,38,35)
#151F1B
(21,31,27)
#0E1813
(14,24,19)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D575B

#4D575B
(77,87,91)
#5D6669
(93,102,105)
#6D7577
(109,117,119)
#7D8485
(125,132,133)
#8D9393
(141,147,147)
#9DA2A1
(157,162,161)
#ADB1AF
(173,177,175)
#BDC0BD
(189,192,189)
#CDCFCB
(205,207,203)
#DDDED9
(221,222,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D575B; }

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

This text font color is #4D575B.


Background Color

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

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

This div background color is #4D575B.


Border color

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

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

This div border color is #4D575B.


Opacity

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

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

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

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

This text has shadow with #4D575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D575B on black background.


Color preview on white background

This text has color #4D575B on white background.



Black color preview on #4D575B background

This text has black color on #4D575B background.


White color preview on #4D575B background

This text has white color on #4D575B background.