COLOR #4D4557

HEX: #4D4557
RGB: (77,69,87)

Color info

#4D4557 contains red, green and blue colors in about the same proportion. Web safe color of #4D4557 is #333366 (or #336).

RGB color model

#4D4557 color RGB value is (77,69,87).

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

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 87 of 255 = 34%

77
69
87

R + G + B ~ 30%. #4D4557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 87 = 233 (100%)
R 77 of 233 ~ 33.05%
G 69 of 233 ~ 29.61%
B 87 of 233 ~ 37.34%

%33.05
%29.61
%37.34

CMYK color model

#4D4557 color CMYK value is (11,21,0,66).

  • cyan value is 11.49%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(11,21,0,66)
C11M21Y0K66 
(11%,21%,0%,66%)
(0.11/0.21/0.00/0.66)	

CMYK percentages

%11.49
%20.69
%0
%65.88

Codes

Color #4D4557 in popluar color models

4D4557
RGB776987
HSL267°11.54%30.59%
HSB/HSV267°20.69%34.12%
CMYK11.49%20.69%0.00%
65.88%

Color #4D4557 in popluar number systems.

HEX4D4557
Decimal776987
Binary100110110001011010111
Octal115105127

Shades and tints

Shades of #4D4557

#4D4557
(77,69,87)
#463F50
(70,63,80)
#3F3949
(63,57,73)
#383342
(56,51,66)
#312D3B
(49,45,59)
#2A2734
(42,39,52)
#23212D
(35,33,45)
#1C1B26
(28,27,38)
#15151F
(21,21,31)
#0E0F18
(14,15,24)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D4557

#4D4557
(77,69,87)
#5D5566
(93,85,102)
#6D6575
(109,101,117)
#7D7584
(125,117,132)
#8D8593
(141,133,147)
#9D95A2
(157,149,162)
#ADA5B1
(173,165,177)
#BDB5C0
(189,181,192)
#CDC5CF
(205,197,207)
#DDD5DE
(221,213,222)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4557; }

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

This text font color is #4D4557.


Background Color

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

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

This div background color is #4D4557.


Border color

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

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

This div border color is #4D4557.


Opacity

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

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

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

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

This text has shadow with #4D4557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4557 on black background.


Color preview on white background

This text has color #4D4557 on white background.



Black color preview on #4D4557 background

This text has black color on #4D4557 background.


White color preview on #4D4557 background

This text has white color on #4D4557 background.