COLOR #4C303D

HEX: #4C303D
RGB: (76,48,61)

Color info

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

RGB color model

#4C303D color RGB value is (76,48,61).

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

RGB channels and saturation

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

76
48
61

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

Portions of RGB colors in percentages

R + G + B =
76 + 48 + 61 = 185 (100%)
R 76 of 185 ~ 41.08%
G 48 of 185 ~ 25.95%
B 61 of 185 ~ 32.97%

%41.08
%25.95
%32.97

CMYK color model

#4C303D color CMYK value is (0,37,20,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 19.74%
  • key color value is 70.20%
CMYK:
(0,37,20,70)
C0M37Y20K70 
(0%,37%,20%,70%)
(0.00/0.37/0.20/0.70)	

CMYK percentages

%0
%36.84
%19.74
%70.2

Codes

Color #4C303D in popluar color models

4C303D
RGB764861
HSL332°22.58%24.31%
HSB/HSV332°36.84%29.80%
CMYK0.00%36.84%19.74%
70.20%

Color #4C303D in popluar number systems.

HEX4C303D
Decimal764861
Binary1001100110000111101
Octal1146075

Shades and tints

Shades of #4C303D

#4C303D
(76,48,61)
#462C38
(70,44,56)
#402833
(64,40,51)
#3A242E
(58,36,46)
#342029
(52,32,41)
#2E1C24
(46,28,36)
#28181F
(40,24,31)
#22141A
(34,20,26)
#1C1015
(28,16,21)
#160C10
(22,12,16)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C303D

#4C303D
(76,48,61)
#5C424E
(92,66,78)
#6C545F
(108,84,95)
#7C6670
(124,102,112)
#8C7881
(140,120,129)
#9C8A92
(156,138,146)
#AC9CA3
(172,156,163)
#BCAEB4
(188,174,180)
#CCC0C5
(204,192,197)
#DCD2D6
(220,210,214)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C303D; }

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

This text font color is #4C303D.


Background Color

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

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

This div background color is #4C303D.


Border color

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

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

This div border color is #4C303D.


Opacity

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

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

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

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

This text has shadow with #4C303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C303D on black background.


Color preview on white background

This text has color #4C303D on white background.



Black color preview on #4C303D background

This text has black color on #4C303D background.


White color preview on #4C303D background

This text has white color on #4C303D background.