COLOR #4C0C1C

HEX: #4C0C1C
RGB: (76,12,28)

Color info

#4C0C1C contains mainly red and blue colors. Web safe color of #4C0C1C is #330033 (or #303).

RGB color model

#4C0C1C color RGB value is (76,12,28).

  • red value is 76;
  • green value is 12;
  • blue value is 28.
RGB:
(76,12,28)
(30%,5%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 12 of 255 = 5%
B 28 of 255 = 11%

76
12
28

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

Portions of RGB colors in percentages

R + G + B =
76 + 12 + 28 = 116 (100%)
R 76 of 116 ~ 65.52%
G 12 of 116 ~ 10.34%
B 28 of 116 ~ 24.14%

%65.52
%10.34
%24.14

CMYK color model

#4C0C1C color CMYK value is (0,84,63,70).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 63.16%
  • key color value is 70.20%
CMYK:
(0,84,63,70)
C0M84Y63K70 
(0%,84%,63%,70%)
(0.00/0.84/0.63/0.70)	

CMYK percentages

%0
%84.21
%63.16
%70.2

Codes

Color #4C0C1C in popluar color models

4C0C1C
RGB761228
HSL345°72.73%17.25%
HSB/HSV345°84.21%29.80%
CMYK0.00%84.21%63.16%
70.20%

Color #4C0C1C in popluar number systems.

HEX4C0C1C
Decimal761228
Binary1001100110011100
Octal1141434

Shades and tints

Shades of #4C0C1C

#4C0C1C
(76,12,28)
#460B1A
(70,11,26)
#400A18
(64,10,24)
#3A0916
(58,9,22)
#340814
(52,8,20)
#2E0712
(46,7,18)
#280610
(40,6,16)
#22050E
(34,5,14)
#1C040C
(28,4,12)
#16030A
(22,3,10)
#100208
(16,2,8)
#000000
(0,0,0)

Tints of #4C0C1C

#4C0C1C
(76,12,28)
#5C2230
(92,34,48)
#6C3844
(108,56,68)
#7C4E58
(124,78,88)
#8C646C
(140,100,108)
#9C7A80
(156,122,128)
#AC9094
(172,144,148)
#BCA6A8
(188,166,168)
#CCBCBC
(204,188,188)
#DCD2D0
(220,210,208)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0C1C color. Also use rgb(76,12,28) instead hex code.

Text Font Color

.myTextColor { color: #4C0C1C; }

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

This text font color is #4C0C1C.


Background Color

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

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

This div background color is #4C0C1C.


Border color

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

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

This div border color is #4C0C1C.


Opacity

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

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

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

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

This text has shadow with #4C0C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0C1C on black background.


Color preview on white background

This text has color #4C0C1C on white background.



Black color preview on #4C0C1C background

This text has black color on #4C0C1C background.


White color preview on #4C0C1C background

This text has white color on #4C0C1C background.