COLOR #0C1409

HEX: #0C1409
RGB: (12,20,9)

Color info

#0C1409 contains red, green and blue colors in about the same proportion. Web safe color of #0C1409 is #000000 (or #000).

RGB color model

#0C1409 color RGB value is (12,20,9).

  • red value is 12;
  • green value is 20;
  • blue value is 9.
RGB:
(12,20,9)
(5%,8%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 9 of 255 = 4%

12
20
9

R + G + B ~ 6%. #0C1409 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 9 = 41 (100%)
R 12 of 41 ~ 29.27%
G 20 of 41 ~ 48.78%
B 9 of 41 ~ 21.95%

%29.27
%48.78
%21.95

CMYK color model

#0C1409 color CMYK value is (40,0,55,92).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 92.16%
CMYK:
(40,0,55,92)
C40M0Y55K92 
(40%,0%,55%,92%)
(0.40/0.00/0.55/0.92)	

CMYK percentages

%40
%0
%55
%92.16

Codes

Color #0C1409 in popluar color models

0C1409
RGB12209
HSL104°37.93%5.69%
HSB/HSV104°55.00%7.84%
CMYK40.00%0.00%55.00%
92.16%

Color #0C1409 in popluar number systems.

HEX0C1409
Decimal12209
Binary1100101001001
Octal142411

Shades and tints

Shades of #0C1409

#0C1409
(12,20,9)
#0B1309
(11,19,9)
#0A1209
(10,18,9)
#091109
(9,17,9)
#081009
(8,16,9)
#070F09
(7,15,9)
#060E09
(6,14,9)
#050D09
(5,13,9)
#040C09
(4,12,9)
#030B09
(3,11,9)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C1409

#0C1409
(12,20,9)
#22291F
(34,41,31)
#383E35
(56,62,53)
#4E534B
(78,83,75)
#646861
(100,104,97)
#7A7D77
(122,125,119)
#90928D
(144,146,141)
#A6A7A3
(166,167,163)
#BCBCB9
(188,188,185)
#D2D1CF
(210,209,207)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1409; }

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

This text font color is #0C1409.


Background Color

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

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

This div background color is #0C1409.


Border color

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

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

This div border color is #0C1409.


Opacity

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

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

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

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

This text has shadow with #0C1409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1409 on black background.


Color preview on white background

This text has color #0C1409 on white background.



Black color preview on #0C1409 background

This text has black color on #0C1409 background.


White color preview on #0C1409 background

This text has white color on #0C1409 background.