COLOR #4D585C

HEX: #4D585C RGB: (77,88,92)

Color info

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

RGB color model

#4D585C color RGB value is (77,88,92).

RGB: (77,88,92) (30%, 35%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 92 of 255 = 36%

77
88
92

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

Portions of RGB colors in percentages

R + G + B = 77 + 88 + 92 = 257 (100%)
R 77 of 257 ~ 29.96%
G 88 of 257 ~ 34.24%
B 92 of 257 ~ 35.8'%

%29.96
%34.24
%35.8

CMYK color model

#4D585C color CMYK value is (16,4,0,64).

  • cyan value is 16.30%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (16,4,0,64)
C16M4Y0K64 (16%, 4%, 0%, 64%)
(0.16 / 0.04 / 0.00 / 0.64)

CMYK percentages

%16.3
%4.35
%0
%63.92

Codes

Color #4D585C in popluar color models

4D 58 5C
RGB 77 88 92
HSL 196° 8.88% 33.14%
HSB/HSV 196° 16.30% 36.08%
CMYK 16.30% 4.35% 0.00%
63.92%

Color #4D585C in popluar number systems.

HEX 4D 58 5C
Decimal 77 88 92
Binary 1001101 1011000 1011100
Octal 115 130 134

Shades and tints

Shades of #4D585C

#4D585C
(77,88,92)
#465054
(70,80,84)
#3F484C
(63,72,76)
#384044
(56,64,68)
#31383C
(49,56,60)
#2A3034
(42,48,52)
#23282C
(35,40,44)
#1C2024
(28,32,36)
#15181C
(21,24,28)
#0E1014
(14,16,20)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D585C

#4D585C
(77,88,92)
#5D676A
(93,103,106)
#6D7678
(109,118,120)
#7D8586
(125,133,134)
#8D9494
(141,148,148)
#9DA3A2
(157,163,162)
#ADB2B0
(173,178,176)
#BDC1BE
(189,193,190)
#CDD0CC
(205,208,204)
#DDDFDA
(221,223,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D585C; }

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

This text font color is #4D585C.

Background Color

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

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

This div background color is #4D585C.

Border color

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

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

This div border color is #4D585C.

Opacity

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

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

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

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

This text has shadow with #4D585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D585C.

Preview

Color preview on black background

This text has color #4D585C on black background.


Color preview on white background

This text has color #4D585C on white background.


Black color preview on #4D585C background

This text has black color on #4D585C background.


White color preview on #4D585C background

This text has white color on #4D585C background.


Related colors

Complementary color

Complementary color for #hex is #B2A7A3.


I love getcolorcode.com

Triadic colors

1 #5C4D58 and #585C4D with #4D585C are triadic colors.

2 #5C584D and #584D5C with #4D585C are triadic colors.