COLOR #4D595C

HEX: #4D595C
RGB: (77,89,92)

Color info

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

RGB color model

#4D595C color RGB value is (77,89,92).

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

RGB channels and saturation

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

77
89
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 92 = 258 (100%)
R 77 of 258 ~ 29.84%
G 89 of 258 ~ 34.5%
B 92 of 258 ~ 35.66%

%29.84
%34.5
%35.66

CMYK color model

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

  • cyan value is 16.30%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(16,3,0,64)
C16M3Y0K64 
(16%,3%,0%,64%)
(0.16/0.03/0.00/0.64)	

CMYK percentages

%16.3
%3.26
%0
%63.92

Codes

Color #4D595C in popluar color models

4D595C
RGB778992
HSL192°8.88%33.14%
HSB/HSV192°16.30%36.08%
CMYK16.30%3.26%0.00%
63.92%

Color #4D595C in popluar number systems.

HEX4D595C
Decimal778992
Binary100110110110011011100
Octal115131134

Shades and tints

Shades of #4D595C

#4D595C
(77,89,92)
#465154
(70,81,84)
#3F494C
(63,73,76)
#384144
(56,65,68)
#31393C
(49,57,60)
#2A3134
(42,49,52)
#23292C
(35,41,44)
#1C2124
(28,33,36)
#15191C
(21,25,28)
#0E1114
(14,17,20)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D595C

#4D595C
(77,89,92)
#5D686A
(93,104,106)
#6D7778
(109,119,120)
#7D8686
(125,134,134)
#8D9594
(141,149,148)
#9DA4A2
(157,164,162)
#ADB3B0
(173,179,176)
#BDC2BE
(189,194,190)
#CDD1CC
(205,209,204)
#DDE0DA
(221,224,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D595C; }

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

This text font color is #4D595C.


Background Color

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

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

This div background color is #4D595C.


Border color

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

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

This div border color is #4D595C.


Opacity

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

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

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

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

This text has shadow with #4D595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D595C on black background.


Color preview on white background

This text has color #4D595C on white background.



Black color preview on #4D595C background

This text has black color on #4D595C background.


White color preview on #4D595C background

This text has white color on #4D595C background.