COLOR #4C465C

HEX: #4C465C RGB: (76,70,92)

Color info

#4C465C contains red, green and blue colors in about the same proportion. Web safe color of #4C465C is #333366 (or #336).

RGB color model

#4C465C color RGB value is (76,70,92).

RGB: (76,70,92) (30%, 27%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 92 of 255 = 36%

76
70
92

R + G + B ~ 31%. #4C465C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 70 + 92 = 238 (100%)
R 76 of 238 ~ 31.93%
G 70 of 238 ~ 29.41%
B 92 of 238 ~ 38.66'%

%31.93
%29.41
%38.66

CMYK color model

#4C465C color CMYK value is (17,24,0,64).

  • cyan value is 17.39%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (17,24,0,64)
C17M24Y0K64 (17%, 24%, 0%, 64%)
(0.17 / 0.24 / 0.00 / 0.64)

CMYK percentages

%17.39
%23.91
%0
%63.92

Codes

Color #4C465C in popluar color models

4C 46 5C
RGB 76 70 92
HSL 256° 13.58% 31.76%
HSB/HSV 256° 23.91% 36.08%
CMYK 17.39% 23.91% 0.00%
63.92%

Color #4C465C in popluar number systems.

HEX 4C 46 5C
Decimal 76 70 92
Binary 1001100 1000110 1011100
Octal 114 106 134

Shades and tints

Shades of #4C465C

#4C465C
(76,70,92)
#464054
(70,64,84)
#403A4C
(64,58,76)
#3A3444
(58,52,68)
#342E3C
(52,46,60)
#2E2834
(46,40,52)
#28222C
(40,34,44)
#221C24
(34,28,36)
#1C161C
(28,22,28)
#161014
(22,16,20)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C465C

#4C465C
(76,70,92)
#5C566A
(92,86,106)
#6C6678
(108,102,120)
#7C7686
(124,118,134)
#8C8694
(140,134,148)
#9C96A2
(156,150,162)
#ACA6B0
(172,166,176)
#BCB6BE
(188,182,190)
#CCC6CC
(204,198,204)
#DCD6DA
(220,214,218)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C465C; }

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

This text font color is #4C465C.

Background Color

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

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

This div background color is #4C465C.

Border color

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

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

This div border color is #4C465C.

Opacity

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

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

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

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

This text has shadow with #4C465C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C465C.

Preview

Color preview on black background

This text has color #4C465C on black background.


Color preview on white background

This text has color #4C465C on white background.


Black color preview on #4C465C background

This text has black color on #4C465C background.


White color preview on #4C465C background

This text has white color on #4C465C background.


Related colors

Complementary color

Complementary color for #hex is #B3B9A3.


I love getcolorcode.com

Triadic colors

1 #5C4C46 and #465C4C with #4C465C are triadic colors.

2 #5C464C and #464C5C with #4C465C are triadic colors.