COLOR #4C0A1C

HEX: #4C0A1C
RGB: (76,10,28)

Color info

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

RGB color model

#4C0A1C color RGB value is (76,10,28).

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

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 28 of 255 = 11%

76
10
28

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

Portions of RGB colors in percentages

R + G + B =
76 + 10 + 28 = 114 (100%)
R 76 of 114 ~ 66.67%
G 10 of 114 ~ 8.77%
B 28 of 114 ~ 24.56%

%66.67
%24.56

CMYK color model

#4C0A1C color CMYK value is (0,87,63,70).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 63.16%
  • key color value is 70.20%
CMYK:
(0,87,63,70)
C0M87Y63K70 
(0%,87%,63%,70%)
(0.00/0.87/0.63/0.70)	

CMYK percentages

%0
%86.84
%63.16
%70.2

Codes

Color #4C0A1C in popluar color models

4C0A1C
RGB761028
HSL344°76.74%16.86%
HSB/HSV344°86.84%29.80%
CMYK0.00%86.84%63.16%
70.20%

Color #4C0A1C in popluar number systems.

HEX4C0A1C
Decimal761028
Binary1001100101011100
Octal1141234

Shades and tints

Shades of #4C0A1C

#4C0A1C
(76,10,28)
#460A1A
(70,10,26)
#400A18
(64,10,24)
#3A0A16
(58,10,22)
#340A14
(52,10,20)
#2E0A12
(46,10,18)
#280A10
(40,10,16)
#220A0E
(34,10,14)
#1C0A0C
(28,10,12)
#160A0A
(22,10,10)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #4C0A1C

#4C0A1C
(76,10,28)
#5C2030
(92,32,48)
#6C3644
(108,54,68)
#7C4C58
(124,76,88)
#8C626C
(140,98,108)
#9C7880
(156,120,128)
#AC8E94
(172,142,148)
#BCA4A8
(188,164,168)
#CCBABC
(204,186,188)
#DCD0D0
(220,208,208)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0A1C; }

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

This text font color is #4C0A1C.


Background Color

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

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

This div background color is #4C0A1C.


Border color

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

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

This div border color is #4C0A1C.


Opacity

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

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

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

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

This text has shadow with #4C0A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A1C on black background.


Color preview on white background

This text has color #4C0A1C on white background.



Black color preview on #4C0A1C background

This text has black color on #4C0A1C background.


White color preview on #4C0A1C background

This text has white color on #4C0A1C background.