COLOR #4C212B

HEX: #4C212B
RGB: (76,33,43)

Color info

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

RGB color model

#4C212B color RGB value is (76,33,43).

  • red value is 76;
  • green value is 33;
  • blue value is 43.
RGB:
(76,33,43)
(30%,13%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 43 of 255 = 17%

76
33
43

R + G + B ~ 20%. #4C212B is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 33 + 43 = 152 (100%)
R 76 of 152 ~ 50%
G 33 of 152 ~ 21.71%
B 43 of 152 ~ 28.29%

%50
%21.71
%28.29

CMYK color model

#4C212B color CMYK value is (0,57,43,70).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 43.42%
  • key color value is 70.20%
CMYK:
(0,57,43,70)
C0M57Y43K70 
(0%,57%,43%,70%)
(0.00/0.57/0.43/0.70)	

CMYK percentages

%0
%56.58
%43.42
%70.2

Codes

Color #4C212B in popluar color models

4C212B
RGB763343
HSL346°39.45%21.37%
HSB/HSV346°56.58%29.80%
CMYK0.00%56.58%43.42%
70.20%

Color #4C212B in popluar number systems.

HEX4C212B
Decimal763343
Binary1001100100001101011
Octal1144153

Shades and tints

Shades of #4C212B

#4C212B
(76,33,43)
#461E28
(70,30,40)
#401B25
(64,27,37)
#3A1822
(58,24,34)
#34151F
(52,21,31)
#2E121C
(46,18,28)
#280F19
(40,15,25)
#220C16
(34,12,22)
#1C0913
(28,9,19)
#160610
(22,6,16)
#10030D
(16,3,13)
#000000
(0,0,0)

Tints of #4C212B

#4C212B
(76,33,43)
#5C353E
(92,53,62)
#6C4951
(108,73,81)
#7C5D64
(124,93,100)
#8C7177
(140,113,119)
#9C858A
(156,133,138)
#AC999D
(172,153,157)
#BCADB0
(188,173,176)
#CCC1C3
(204,193,195)
#DCD5D6
(220,213,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C212B color. Also use rgb(76,33,43) instead hex code.

Text Font Color

.myTextColor { color: #4C212B; }

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

This text font color is #4C212B.


Background Color

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

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

This div background color is #4C212B.


Border color

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

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

This div border color is #4C212B.


Opacity

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

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

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

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

This text has shadow with #4C212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C212B on black background.


Color preview on white background

This text has color #4C212B on white background.



Black color preview on #4C212B background

This text has black color on #4C212B background.


White color preview on #4C212B background

This text has white color on #4C212B background.