COLOR #4D4757

HEX: #4D4757
RGB: (77,71,87)

Color info

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

RGB color model

#4D4757 color RGB value is (77,71,87).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 87 of 255 = 34%

77
71
87

R + G + B ~ 31%. #4D4757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 87 = 235 (100%)
R 77 of 235 ~ 32.77%
G 71 of 235 ~ 30.21%
B 87 of 235 ~ 37.02%

%32.77
%30.21
%37.02

CMYK color model

#4D4757 color CMYK value is (11,18,0,66).

  • cyan value is 11.49%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(11,18,0,66)
C11M18Y0K66 
(11%,18%,0%,66%)
(0.11/0.18/0.00/0.66)	

CMYK percentages

%11.49
%18.39
%0
%65.88

Codes

Color #4D4757 in popluar color models

4D4757
RGB777187
HSL263°10.13%30.98%
HSB/HSV263°18.39%34.12%
CMYK11.49%18.39%0.00%
65.88%

Color #4D4757 in popluar number systems.

HEX4D4757
Decimal777187
Binary100110110001111010111
Octal115107127

Shades and tints

Shades of #4D4757

#4D4757
(77,71,87)
#464150
(70,65,80)
#3F3B49
(63,59,73)
#383542
(56,53,66)
#312F3B
(49,47,59)
#2A2934
(42,41,52)
#23232D
(35,35,45)
#1C1D26
(28,29,38)
#15171F
(21,23,31)
#0E1118
(14,17,24)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D4757

#4D4757
(77,71,87)
#5D5766
(93,87,102)
#6D6775
(109,103,117)
#7D7784
(125,119,132)
#8D8793
(141,135,147)
#9D97A2
(157,151,162)
#ADA7B1
(173,167,177)
#BDB7C0
(189,183,192)
#CDC7CF
(205,199,207)
#DDD7DE
(221,215,222)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4757; }

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

This text font color is #4D4757.


Background Color

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

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

This div background color is #4D4757.


Border color

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

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

This div border color is #4D4757.


Opacity

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

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

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

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

This text has shadow with #4D4757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4757 on black background.


Color preview on white background

This text has color #4D4757 on white background.



Black color preview on #4D4757 background

This text has black color on #4D4757 background.


White color preview on #4D4757 background

This text has white color on #4D4757 background.