COLOR #4C0012

HEX: #4C0012
RGB: (76,0,18)

Color info

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

RGB color model

#4C0012 color RGB value is (76,0,18).

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

RGB channels and saturation

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

76
0
18

R + G + B ~ 12%. #4C0012 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 0 + 18 = 94 (100%)
R 76 of 94 ~ 80.85%
G 0 of 94 ~ 0%
B 18 of 94 ~ 19.15%

%80.85
%19.15

CMYK color model

#4C0012 color CMYK value is (0,100,76,70).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.32%
  • key color value is 70.20%
CMYK:
(0,100,76,70)
C0M100Y76K70 
(0%,100%,76%,70%)
(0.00/1.00/0.76/0.70)	

CMYK percentages

%0
%100
%76.32
%70.2

Codes

Color #4C0012 in popluar color models

4C0012
RGB76018
HSL346°100.00%14.90%
HSB/HSV346°100.00%29.80%
CMYK0.00%100.00%76.32%
70.20%

Color #4C0012 in popluar number systems.

HEX4C0012
Decimal76018
Binary1001100010010
Octal114022

Shades and tints

Shades of #4C0012

#4C0012
(76,0,18)
#460011
(70,0,17)
#400010
(64,0,16)
#3A000F
(58,0,15)
#34000E
(52,0,14)
#2E000D
(46,0,13)
#28000C
(40,0,12)
#22000B
(34,0,11)
#1C000A
(28,0,10)
#160009
(22,0,9)
#100008
(16,0,8)
#000000
(0,0,0)

Tints of #4C0012

#4C0012
(76,0,18)
#5C1727
(92,23,39)
#6C2E3C
(108,46,60)
#7C4551
(124,69,81)
#8C5C66
(140,92,102)
#9C737B
(156,115,123)
#AC8A90
(172,138,144)
#BCA1A5
(188,161,165)
#CCB8BA
(204,184,186)
#DCCFCF
(220,207,207)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0012; }

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

This text font color is #4C0012.


Background Color

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

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

This div background color is #4C0012.


Border color

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

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

This div border color is #4C0012.


Opacity

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

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

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

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

This text has shadow with #4C0012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0012 on black background.


Color preview on white background

This text has color #4C0012 on white background.



Black color preview on #4C0012 background

This text has black color on #4C0012 background.


White color preview on #4C0012 background

This text has white color on #4C0012 background.