COLOR #4C323C

HEX: #4C323C RGB: (76,50,60)

Color info

#4C323C contains red, green and blue colors in about the same proportion. Web safe color of #4C323C is #333333 (or #333).

RGB color model

#4C323C color RGB value is (76,50,60).

RGB: (76,50,60) (30%, 20%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 60 of 255 = 24%

76
50
60

R + G + B ~ 25%. #4C323C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 50 + 60 = 186 (100%)
R 76 of 186 ~ 40.86%
G 50 of 186 ~ 26.88%
B 60 of 186 ~ 32.26'%

%40.86
%26.88
%32.26

CMYK color model

#4C323C color CMYK value is (0,34,21,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 21.05%
  • key color value is 70.20%

CMYK: (0,34,21,70)
C0M34Y21K70 (0%, 34%, 21%, 70%)
(0.00 / 0.34 / 0.21 / 0.70)

CMYK percentages

%0
%34.21
%21.05
%70.2

Codes

Color #4C323C in popluar color models

4C 32 3C
RGB 76 50 60
HSL 337° 20.63% 24.71%
HSB/HSV 337° 34.21% 29.80%
CMYK 0.00% 34.21% 21.05%
70.20%

Color #4C323C in popluar number systems.

HEX 4C 32 3C
Decimal 76 50 60
Binary 1001100 110010 111100
Octal 114 62 74

Shades and tints

Shades of #4C323C

#4C323C
(76,50,60)
#462E37
(70,46,55)
#402A32
(64,42,50)
#3A262D
(58,38,45)
#342228
(52,34,40)
#2E1E23
(46,30,35)
#281A1E
(40,26,30)
#221619
(34,22,25)
#1C1214
(28,18,20)
#160E0F
(22,14,15)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C323C

#4C323C
(76,50,60)
#5C444D
(92,68,77)
#6C565E
(108,86,94)
#7C686F
(124,104,111)
#8C7A80
(140,122,128)
#9C8C91
(156,140,145)
#AC9EA2
(172,158,162)
#BCB0B3
(188,176,179)
#CCC2C4
(204,194,196)
#DCD4D5
(220,212,213)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C323C color. Also use rgb(76,50,60) instead hex code.

Text Font Color

.myTextColor { color: #4C323C; }

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

This text font color is #4C323C.

Background Color

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

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

This div background color is #4C323C.

Border color

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

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

This div border color is #4C323C.

Opacity

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

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

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

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

This text has shadow with #4C323C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C323C.

Preview

Color preview on black background

This text has color #4C323C on black background.


Color preview on white background

This text has color #4C323C on white background.


Black color preview on #4C323C background

This text has black color on #4C323C background.


White color preview on #4C323C background

This text has white color on #4C323C background.


Related colors

Complementary color

Complementary color for #hex is #B3CDC3.


I love getcolorcode.com

Triadic colors

1 #3C4C32 and #323C4C with #4C323C are triadic colors.

2 #3C324C and #324C3C with #4C323C are triadic colors.