COLOR #0C1609

HEX: #0C1609
RGB: (12,22,9)

Color info

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

RGB color model

#0C1609 color RGB value is (12,22,9).

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

RGB channels and saturation

R 12 of 255 = 5%
G 22 of 255 = 9%
B 9 of 255 = 4%

12
22
9

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

Portions of RGB colors in percentages

R + G + B =
12 + 22 + 9 = 43 (100%)
R 12 of 43 ~ 27.91%
G 22 of 43 ~ 51.16%
B 9 of 43 ~ 20.93%

%27.91
%51.16
%20.93

CMYK color model

#0C1609 color CMYK value is (45,0,59,91).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 91.37%
CMYK:
(45,0,59,91)
C45M0Y59K91 
(45%,0%,59%,91%)
(0.45/0.00/0.59/0.91)	

CMYK percentages

%45.45
%0
%59.09
%91.37

Codes

Color #0C1609 in popluar color models

0C1609
RGB12229
HSL106°41.94%6.08%
HSB/HSV106°59.09%8.63%
CMYK45.45%0.00%59.09%
91.37%

Color #0C1609 in popluar number systems.

HEX0C1609
Decimal12229
Binary1100101101001
Octal142611

Shades and tints

Shades of #0C1609

#0C1609
(12,22,9)
#0B1409
(11,20,9)
#0A1209
(10,18,9)
#091009
(9,16,9)
#080E09
(8,14,9)
#070C09
(7,12,9)
#060A09
(6,10,9)
#050809
(5,8,9)
#040609
(4,6,9)
#030409
(3,4,9)
#020209
(2,2,9)
#000000
(0,0,0)

Tints of #0C1609

#0C1609
(12,22,9)
#222B1F
(34,43,31)
#384035
(56,64,53)
#4E554B
(78,85,75)
#646A61
(100,106,97)
#7A7F77
(122,127,119)
#90948D
(144,148,141)
#A6A9A3
(166,169,163)
#BCBEB9
(188,190,185)
#D2D3CF
(210,211,207)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1609; }

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

This text font color is #0C1609.


Background Color

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

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

This div background color is #0C1609.


Border color

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

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

This div border color is #0C1609.


Opacity

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

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

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

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

This text has shadow with #0C1609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1609 on black background.


Color preview on white background

This text has color #0C1609 on white background.



Black color preview on #0C1609 background

This text has black color on #0C1609 background.


White color preview on #0C1609 background

This text has white color on #0C1609 background.