COLOR #4C0A0C

HEX: #4C0A0C
RGB: (76,10,12)

Color info

#4C0A0C contains mainly red color. Web safe color of #4C0A0C is #330000 (or #300).

RGB color model

#4C0A0C color RGB value is (76,10,12).

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

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 12 of 255 = 5%

76
10
12

R + G + B ~ 13%. #4C0A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 10 + 12 = 98 (100%)
R 76 of 98 ~ 77.55%
G 10 of 98 ~ 10.2%
B 12 of 98 ~ 12.24%

%77.55
%10.2
%12.24

CMYK color model

#4C0A0C color CMYK value is (0,87,84,70).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 84.21%
  • key color value is 70.20%
CMYK:
(0,87,84,70)
C0M87Y84K70 
(0%,87%,84%,70%)
(0.00/0.87/0.84/0.70)	

CMYK percentages

%0
%86.84
%84.21
%70.2

Codes

Color #4C0A0C in popluar color models

4C0A0C
RGB761012
HSL358°76.74%16.86%
HSB/HSV358°86.84%29.80%
CMYK0.00%86.84%84.21%
70.20%

Color #4C0A0C in popluar number systems.

HEX4C0A0C
Decimal761012
Binary100110010101100
Octal1141214

Shades and tints

Shades of #4C0A0C

#4C0A0C
(76,10,12)
#460A0B
(70,10,11)
#400A0A
(64,10,10)
#3A0A09
(58,10,9)
#340A08
(52,10,8)
#2E0A07
(46,10,7)
#280A06
(40,10,6)
#220A05
(34,10,5)
#1C0A04
(28,10,4)
#160A03
(22,10,3)
#100A02
(16,10,2)
#000000
(0,0,0)

Tints of #4C0A0C

#4C0A0C
(76,10,12)
#5C2022
(92,32,34)
#6C3638
(108,54,56)
#7C4C4E
(124,76,78)
#8C6264
(140,98,100)
#9C787A
(156,120,122)
#AC8E90
(172,142,144)
#BCA4A6
(188,164,166)
#CCBABC
(204,186,188)
#DCD0D2
(220,208,210)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0A0C; }

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

This text font color is #4C0A0C.


Background Color

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

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

This div background color is #4C0A0C.


Border color

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

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

This div border color is #4C0A0C.


Opacity

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

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

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

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

This text has shadow with #4C0A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A0C on black background.


Color preview on white background

This text has color #4C0A0C on white background.



Black color preview on #4C0A0C background

This text has black color on #4C0A0C background.


White color preview on #4C0A0C background

This text has white color on #4C0A0C background.