COLOR #4D5C5F

HEX: #4D5C5F
RGB: (77,92,95)

Color info

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

RGB color model

#4D5C5F color RGB value is (77,92,95).

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

RGB channels and saturation

R 77 of 255 = 30%
G 92 of 255 = 36%
B 95 of 255 = 37%

77
92
95

R + G + B ~ 34%. #4D5C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 92 + 95 = 264 (100%)
R 77 of 264 ~ 29.17%
G 92 of 264 ~ 34.85%
B 95 of 264 ~ 35.98%

%29.17
%34.85
%35.98

CMYK color model

#4D5C5F color CMYK value is (19,3,0,63).

  • cyan value is 18.95%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,3,0,63)
C19M3Y0K63 
(19%,3%,0%,63%)
(0.19/0.03/0.00/0.63)	

CMYK percentages

%18.95
%3.16
%0
%62.75

Codes

Color #4D5C5F in popluar color models

4D5C5F
RGB779295
HSL190°10.47%33.73%
HSB/HSV190°18.95%37.25%
CMYK18.95%3.16%0.00%
62.75%

Color #4D5C5F in popluar number systems.

HEX4D5C5F
Decimal779295
Binary100110110111001011111
Octal115134137

Shades and tints

Shades of #4D5C5F

#4D5C5F
(77,92,95)
#465457
(70,84,87)
#3F4C4F
(63,76,79)
#384447
(56,68,71)
#313C3F
(49,60,63)
#2A3437
(42,52,55)
#232C2F
(35,44,47)
#1C2427
(28,36,39)
#151C1F
(21,28,31)
#0E1417
(14,20,23)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D5C5F

#4D5C5F
(77,92,95)
#5D6A6D
(93,106,109)
#6D787B
(109,120,123)
#7D8689
(125,134,137)
#8D9497
(141,148,151)
#9DA2A5
(157,162,165)
#ADB0B3
(173,176,179)
#BDBEC1
(189,190,193)
#CDCCCF
(205,204,207)
#DDDADD
(221,218,221)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5C5F; }

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

This text font color is #4D5C5F.


Background Color

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

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

This div background color is #4D5C5F.


Border color

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

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

This div border color is #4D5C5F.


Opacity

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

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

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

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

This text has shadow with #4D5C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5C5F on black background.


Color preview on white background

This text has color #4D5C5F on white background.



Black color preview on #4D5C5F background

This text has black color on #4D5C5F background.


White color preview on #4D5C5F background

This text has white color on #4D5C5F background.