COLOR #4C1211

HEX: #4C1211
RGB: (76,18,17)

Color info

#4C1211 contains red, green and blue colors in about the same proportion. Web safe color of #4C1211 is #330000 (or #300).

RGB color model

#4C1211 color RGB value is (76,18,17).

  • red value is 76;
  • green value is 18;
  • blue value is 17.
RGB:
(76,18,17)
(30%,7%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 17 of 255 = 7%

76
18
17

R + G + B ~ 15%. #4C1211 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 18 + 17 = 111 (100%)
R 76 of 111 ~ 68.47%
G 18 of 111 ~ 16.22%
B 17 of 111 ~ 15.32%

%68.47
%16.22
%15.32

CMYK color model

#4C1211 color CMYK value is (0,76,78,70).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 77.63%
  • key color value is 70.20%
CMYK:
(0,76,78,70)
C0M76Y78K70 
(0%,76%,78%,70%)
(0.00/0.76/0.78/0.70)	

CMYK percentages

%0
%76.32
%77.63
%70.2

Codes

Color #4C1211 in popluar color models

4C1211
RGB761817
HSL63.44%18.24%
HSB/HSV77.63%29.80%
CMYK0.00%76.32%77.63%
70.20%

Color #4C1211 in popluar number systems.

HEX4C1211
Decimal761817
Binary10011001001010001
Octal1142221

Shades and tints

Shades of #4C1211

#4C1211
(76,18,17)
#461110
(70,17,16)
#40100F
(64,16,15)
#3A0F0E
(58,15,14)
#340E0D
(52,14,13)
#2E0D0C
(46,13,12)
#280C0B
(40,12,11)
#220B0A
(34,11,10)
#1C0A09
(28,10,9)
#160908
(22,9,8)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C1211

#4C1211
(76,18,17)
#5C2726
(92,39,38)
#6C3C3B
(108,60,59)
#7C5150
(124,81,80)
#8C6665
(140,102,101)
#9C7B7A
(156,123,122)
#AC908F
(172,144,143)
#BCA5A4
(188,165,164)
#CCBAB9
(204,186,185)
#DCCFCE
(220,207,206)
#ECE4E3
(236,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1211 color. Also use rgb(76,18,17) instead hex code.

Text Font Color

.myTextColor { color: #4C1211; }

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

This text font color is #4C1211.


Background Color

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

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

This div background color is #4C1211.


Border color

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

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

This div border color is #4C1211.


Opacity

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

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

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

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

This text has shadow with #4C1211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1211 on black background.


Color preview on white background

This text has color #4C1211 on white background.



Black color preview on #4C1211 background

This text has black color on #4C1211 background.


White color preview on #4C1211 background

This text has white color on #4C1211 background.