COLOR #4C545C

HEX: #4C545C
RGB: (76,84,92)

Color info

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

RGB color model

#4C545C color RGB value is (76,84,92).

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

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 92 of 255 = 36%

76
84
92

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

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 92 = 252 (100%)
R 76 of 252 ~ 30.16%
G 84 of 252 ~ 33.33%
B 92 of 252 ~ 36.51%

%30.16
%33.33
%36.51

CMYK color model

#4C545C color CMYK value is (17,9,0,64).

  • cyan value is 17.39%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(17,9,0,64)
C17M9Y0K64 
(17%,9%,0%,64%)
(0.17/0.09/0.00/0.64)	

CMYK percentages

%17.39
%8.7
%0
%63.92

Codes

Color #4C545C in popluar color models

4C545C
RGB768492
HSL210°9.52%32.94%
HSB/HSV210°17.39%36.08%
CMYK17.39%8.70%0.00%
63.92%

Color #4C545C in popluar number systems.

HEX4C545C
Decimal768492
Binary100110010101001011100
Octal114124134

Shades and tints

Shades of #4C545C

#4C545C
(76,84,92)
#464D54
(70,77,84)
#40464C
(64,70,76)
#3A3F44
(58,63,68)
#34383C
(52,56,60)
#2E3134
(46,49,52)
#282A2C
(40,42,44)
#222324
(34,35,36)
#1C1C1C
(28,28,28)
#161514
(22,21,20)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C545C

#4C545C
(76,84,92)
#5C636A
(92,99,106)
#6C7278
(108,114,120)
#7C8186
(124,129,134)
#8C9094
(140,144,148)
#9C9FA2
(156,159,162)
#ACAEB0
(172,174,176)
#BCBDBE
(188,189,190)
#CCCCCC
(204,204,204)
#DCDBDA
(220,219,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C545C; }

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

This text font color is #4C545C.


Background Color

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

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

This div background color is #4C545C.


Border color

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

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

This div border color is #4C545C.


Opacity

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

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

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

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

This text has shadow with #4C545C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C545C on black background.


Color preview on white background

This text has color #4C545C on white background.



Black color preview on #4C545C background

This text has black color on #4C545C background.


White color preview on #4C545C background

This text has white color on #4C545C background.