COLOR #4D545F

HEX: #4D545F
RGB: (77,84,95)

Color info

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

RGB color model

#4D545F color RGB value is (77,84,95).

  • red value is 77;
  • green value is 84;
  • blue value is 95.
RGB:
(77,84,95)
(30%,33%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 95 of 255 = 37%

77
84
95

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

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 95 = 256 (100%)
R 77 of 256 ~ 30.08%
G 84 of 256 ~ 32.81%
B 95 of 256 ~ 37.11%

%30.08
%32.81
%37.11

CMYK color model

#4D545F color CMYK value is (19,12,0,63).

  • cyan value is 18.95%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,12,0,63)
C19M12Y0K63 
(19%,12%,0%,63%)
(0.19/0.12/0.00/0.63)	

CMYK percentages

%18.95
%11.58
%0
%62.75

Codes

Color #4D545F in popluar color models

4D545F
RGB778495
HSL217°10.47%33.73%
HSB/HSV217°18.95%37.25%
CMYK18.95%11.58%0.00%
62.75%

Color #4D545F in popluar number systems.

HEX4D545F
Decimal778495
Binary100110110101001011111
Octal115124137

Shades and tints

Shades of #4D545F

#4D545F
(77,84,95)
#464D57
(70,77,87)
#3F464F
(63,70,79)
#383F47
(56,63,71)
#31383F
(49,56,63)
#2A3137
(42,49,55)
#232A2F
(35,42,47)
#1C2327
(28,35,39)
#151C1F
(21,28,31)
#0E1517
(14,21,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D545F

#4D545F
(77,84,95)
#5D636D
(93,99,109)
#6D727B
(109,114,123)
#7D8189
(125,129,137)
#8D9097
(141,144,151)
#9D9FA5
(157,159,165)
#ADAEB3
(173,174,179)
#BDBDC1
(189,189,193)
#CDCCCF
(205,204,207)
#DDDBDD
(221,219,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D545F color. Also use rgb(77,84,95) instead hex code.

Text Font Color

.myTextColor { color: #4D545F; }

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

This text font color is #4D545F.


Background Color

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

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

This div background color is #4D545F.


Border color

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

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

This div border color is #4D545F.


Opacity

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

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

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

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

This text has shadow with #4D545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D545F on black background.


Color preview on white background

This text has color #4D545F on white background.



Black color preview on #4D545F background

This text has black color on #4D545F background.


White color preview on #4D545F background

This text has white color on #4D545F background.