COLOR #4C303C

HEX: #4C303C
RGB: (76,48,60)

Color info

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

RGB color model

#4C303C color RGB value is (76,48,60).

  • red value is 76;
  • green value is 48;
  • blue value is 60.
RGB:
(76,48,60)
(30%,19%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 60 of 255 = 24%

76
48
60

R + G + B ~ 24%. #4C303C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 48 + 60 = 184 (100%)
R 76 of 184 ~ 41.3%
G 48 of 184 ~ 26.09%
B 60 of 184 ~ 32.61%

%41.3
%26.09
%32.61

CMYK color model

#4C303C color CMYK value is (0,37,21,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 21.05%
  • key color value is 70.20%
CMYK:
(0,37,21,70)
C0M37Y21K70 
(0%,37%,21%,70%)
(0.00/0.37/0.21/0.70)	

CMYK percentages

%0
%36.84
%21.05
%70.2

Codes

Color #4C303C in popluar color models

4C303C
RGB764860
HSL334°22.58%24.31%
HSB/HSV334°36.84%29.80%
CMYK0.00%36.84%21.05%
70.20%

Color #4C303C in popluar number systems.

HEX4C303C
Decimal764860
Binary1001100110000111100
Octal1146074

Shades and tints

Shades of #4C303C

#4C303C
(76,48,60)
#462C37
(70,44,55)
#402832
(64,40,50)
#3A242D
(58,36,45)
#342028
(52,32,40)
#2E1C23
(46,28,35)
#28181E
(40,24,30)
#221419
(34,20,25)
#1C1014
(28,16,20)
#160C0F
(22,12,15)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #4C303C

#4C303C
(76,48,60)
#5C424D
(92,66,77)
#6C545E
(108,84,94)
#7C666F
(124,102,111)
#8C7880
(140,120,128)
#9C8A91
(156,138,145)
#AC9CA2
(172,156,162)
#BCAEB3
(188,174,179)
#CCC0C4
(204,192,196)
#DCD2D5
(220,210,213)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C303C; }

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

This text font color is #4C303C.


Background Color

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

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

This div background color is #4C303C.


Border color

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

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

This div border color is #4C303C.


Opacity

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

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

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

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

This text has shadow with #4C303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C303C on black background.


Color preview on white background

This text has color #4C303C on white background.



Black color preview on #4C303C background

This text has black color on #4C303C background.


White color preview on #4C303C background

This text has white color on #4C303C background.