COLOR #4C645C

HEX: #4C645C
RGB: (76,100,92)

Color info

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

RGB color model

#4C645C color RGB value is (76,100,92).

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

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 92 of 255 = 36%

76
100
92

R + G + B ~ 35%. #4C645C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 92 = 268 (100%)
R 76 of 268 ~ 28.36%
G 100 of 268 ~ 37.31%
B 92 of 268 ~ 34.33%

%28.36
%37.31
%34.33

CMYK color model

#4C645C color CMYK value is (24,0,8,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 60.78%
CMYK:
(24,0,8,61)
C24M0Y8K61 
(24%,0%,8%,61%)
(0.24/0.00/0.08/0.61)	

CMYK percentages

%24
%0
%8
%60.78

Codes

Color #4C645C in popluar color models

4C645C
RGB7610092
HSL160°13.64%34.51%
HSB/HSV160°24.00%39.22%
CMYK24.00%0.00%8.00%
60.78%

Color #4C645C in popluar number systems.

HEX4C645C
Decimal7610092
Binary100110011001001011100
Octal114144134

Shades and tints

Shades of #4C645C

#4C645C
(76,100,92)
#465B54
(70,91,84)
#40524C
(64,82,76)
#3A4944
(58,73,68)
#34403C
(52,64,60)
#2E3734
(46,55,52)
#282E2C
(40,46,44)
#222524
(34,37,36)
#1C1C1C
(28,28,28)
#161314
(22,19,20)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C645C

#4C645C
(76,100,92)
#5C726A
(92,114,106)
#6C8078
(108,128,120)
#7C8E86
(124,142,134)
#8C9C94
(140,156,148)
#9CAAA2
(156,170,162)
#ACB8B0
(172,184,176)
#BCC6BE
(188,198,190)
#CCD4CC
(204,212,204)
#DCE2DA
(220,226,218)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C645C; }

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

This text font color is #4C645C.


Background Color

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

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

This div background color is #4C645C.


Border color

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

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

This div border color is #4C645C.


Opacity

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

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

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

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

This text has shadow with #4C645C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C645C on black background.


Color preview on white background

This text has color #4C645C on white background.



Black color preview on #4C645C background

This text has black color on #4C645C background.


White color preview on #4C645C background

This text has white color on #4C645C background.