COLOR #4C595C

HEX: #4C595C
RGB: (76,89,92)

Color info

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

RGB color model

#4C595C color RGB value is (76,89,92).

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

RGB channels and saturation

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

76
89
92

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

Portions of RGB colors in percentages

R + G + B =
76 + 89 + 92 = 257 (100%)
R 76 of 257 ~ 29.57%
G 89 of 257 ~ 34.63%
B 92 of 257 ~ 35.8%

%29.57
%34.63
%35.8

CMYK color model

#4C595C color CMYK value is (17,3,0,64).

  • cyan value is 17.39%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(17,3,0,64)
C17M3Y0K64 
(17%,3%,0%,64%)
(0.17/0.03/0.00/0.64)	

CMYK percentages

%17.39
%3.26
%0
%63.92

Codes

Color #4C595C in popluar color models

4C595C
RGB768992
HSL191°9.52%32.94%
HSB/HSV191°17.39%36.08%
CMYK17.39%3.26%0.00%
63.92%

Color #4C595C in popluar number systems.

HEX4C595C
Decimal768992
Binary100110010110011011100
Octal114131134

Shades and tints

Shades of #4C595C

#4C595C
(76,89,92)
#465154
(70,81,84)
#40494C
(64,73,76)
#3A4144
(58,65,68)
#34393C
(52,57,60)
#2E3134
(46,49,52)
#28292C
(40,41,44)
#222124
(34,33,36)
#1C191C
(28,25,28)
#161114
(22,17,20)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C595C

#4C595C
(76,89,92)
#5C686A
(92,104,106)
#6C7778
(108,119,120)
#7C8686
(124,134,134)
#8C9594
(140,149,148)
#9CA4A2
(156,164,162)
#ACB3B0
(172,179,176)
#BCC2BE
(188,194,190)
#CCD1CC
(204,209,204)
#DCE0DA
(220,224,218)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C595C; }

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

This text font color is #4C595C.


Background Color

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

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

This div background color is #4C595C.


Border color

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

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

This div border color is #4C595C.


Opacity

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

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

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

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

This text has shadow with #4C595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C595C on black background.


Color preview on white background

This text has color #4C595C on white background.



Black color preview on #4C595C background

This text has black color on #4C595C background.


White color preview on #4C595C background

This text has white color on #4C595C background.