COLOR #0C0400

HEX: #0C0400
RGB: (12,4,0)

Color info

#0C0400 contains only red and green colors. Web safe color of #0C0400 is #000000 (or #000).

RGB color model

#0C0400 color RGB value is (12,4,0).

  • red value is 12;
  • green value is 4;
  • blue value is 0.
RGB:
(12,4,0)
(5%,2%,0%)

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 0 of 255 = 0%

12
4
0

R + G + B ~ 2%. #0C0400 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 4 + 0 = 16 (100%)
R 12 of 16 ~ 75%
G 4 of 16 ~ 25%
B 0 of 16 ~ 0%

%75
%25

CMYK color model

#0C0400 color CMYK value is (0,67,100,95).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 100.00%
  • key color value is 95.29%
CMYK:
(0,67,100,95)
C0M67Y100K95 
(0%,67%,100%,95%)
(0.00/0.67/1.00/0.95)	

CMYK percentages

%0
%66.67
%100
%95.29

Codes

Color #0C0400 in popluar color models

0C0400
RGB1240
HSL20°100.00%2.35%
HSB/HSV20°100.00%4.71%
CMYK0.00%66.67%100.00%
95.29%

Color #0C0400 in popluar number systems.

HEX0C0400
Decimal1240
Binary11001000
Octal1440

Shades and tints

Shades of #0C0400

#0C0400
(12,4,0)
#0B0400
(11,4,0)
#0A0400
(10,4,0)
#090400
(9,4,0)
#080400
(8,4,0)
#070400
(7,4,0)
#060400
(6,4,0)
#050400
(5,4,0)
#040400
(4,4,0)
#030400
(3,4,0)
#020400
(2,4,0)
#000000
(0,0,0)

Tints of #0C0400

#0C0400
(12,4,0)
#221A17
(34,26,23)
#38302E
(56,48,46)
#4E4645
(78,70,69)
#645C5C
(100,92,92)
#7A7273
(122,114,115)
#90888A
(144,136,138)
#A69EA1
(166,158,161)
#BCB4B8
(188,180,184)
#D2CACF
(210,202,207)
#E8E0E6
(232,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0400; }

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

This text font color is #0C0400.


Background Color

.myBgColor { background-color: #0C0400; }

<div style="background-color:#0C0400">Inner text</div>

This div background color is #0C0400.


Border color

.myBorderColor { border: 1px solid #0C0400; }

<div style="border:3px solid #0C0400">Div</div>

This div border color is #0C0400.


Opacity

.myOpacity80 { color: #0C0400; opacity: 0.8; }

<p style="color:#0C0400;opacity:0.8;">80%</p>

Text with #0C0400 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 #0C0400;}

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

This text has shadow with #0C0400 color.

.textShadow {text-shadow: 3px 3px 1px #0C0400, 3px 3px 1px red;}

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

This text has shadow with #0C0400 primary color and red secondary color.


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

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

This text has shadow with #0C0400 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0400 on black background.


Color preview on white background

This text has color #0C0400 on white background.



Black color preview on #0C0400 background

This text has black color on #0C0400 background.


White color preview on #0C0400 background

This text has white color on #0C0400 background.