COLOR #4C0A12

HEX: #4C0A12
RGB: (76,10,18)

Color info

#4C0A12 contains mainly red and blue colors. Web safe color of #4C0A12 is #330000 (or #300).

RGB color model

#4C0A12 color RGB value is (76,10,18).

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

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 18 of 255 = 7%

76
10
18

R + G + B ~ 14%. #4C0A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 10 + 18 = 104 (100%)
R 76 of 104 ~ 73.08%
G 10 of 104 ~ 9.62%
B 18 of 104 ~ 17.31%

%73.08
%9.62
%17.31

CMYK color model

#4C0A12 color CMYK value is (0,87,76,70).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 76.32%
  • key color value is 70.20%
CMYK:
(0,87,76,70)
C0M87Y76K70 
(0%,87%,76%,70%)
(0.00/0.87/0.76/0.70)	

CMYK percentages

%0
%86.84
%76.32
%70.2

Codes

Color #4C0A12 in popluar color models

4C0A12
RGB761018
HSL353°76.74%16.86%
HSB/HSV353°86.84%29.80%
CMYK0.00%86.84%76.32%
70.20%

Color #4C0A12 in popluar number systems.

HEX4C0A12
Decimal761018
Binary1001100101010010
Octal1141222

Shades and tints

Shades of #4C0A12

#4C0A12
(76,10,18)
#460A11
(70,10,17)
#400A10
(64,10,16)
#3A0A0F
(58,10,15)
#340A0E
(52,10,14)
#2E0A0D
(46,10,13)
#280A0C
(40,10,12)
#220A0B
(34,10,11)
#1C0A0A
(28,10,10)
#160A09
(22,10,9)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #4C0A12

#4C0A12
(76,10,18)
#5C2027
(92,32,39)
#6C363C
(108,54,60)
#7C4C51
(124,76,81)
#8C6266
(140,98,102)
#9C787B
(156,120,123)
#AC8E90
(172,142,144)
#BCA4A5
(188,164,165)
#CCBABA
(204,186,186)
#DCD0CF
(220,208,207)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0A12; }

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

This text font color is #4C0A12.


Background Color

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

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

This div background color is #4C0A12.


Border color

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

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

This div border color is #4C0A12.


Opacity

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

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

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

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

This text has shadow with #4C0A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A12 on black background.


Color preview on white background

This text has color #4C0A12 on white background.



Black color preview on #4C0A12 background

This text has black color on #4C0A12 background.


White color preview on #4C0A12 background

This text has white color on #4C0A12 background.