COLOR #0C1106

HEX: #0C1106
RGB: (12,17,6)

Color info

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

RGB color model

#0C1106 color RGB value is (12,17,6).

  • red value is 12;
  • green value is 17;
  • blue value is 6.
RGB:
(12,17,6)
(5%,7%,2%)

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 6 of 255 = 2%

12
17
6

R + G + B ~ 5%. #0C1106 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 6 = 35 (100%)
R 12 of 35 ~ 34.29%
G 17 of 35 ~ 48.57%
B 6 of 35 ~ 17.14%

%34.29
%48.57
%17.14

CMYK color model

#0C1106 color CMYK value is (29,0,65,93).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(29,0,65,93)
C29M0Y65K93 
(29%,0%,65%,93%)
(0.29/0.00/0.65/0.93)	

CMYK percentages

%29.41
%0
%64.71
%93.33

Codes

Color #0C1106 in popluar color models

0C1106
RGB12176
HSL87°47.83%4.51%
HSB/HSV87°64.71%6.67%
CMYK29.41%0.00%64.71%
93.33%

Color #0C1106 in popluar number systems.

HEX0C1106
Decimal12176
Binary110010001110
Octal14216

Shades and tints

Shades of #0C1106

#0C1106
(12,17,6)
#0B1006
(11,16,6)
#0A0F06
(10,15,6)
#090E06
(9,14,6)
#080D06
(8,13,6)
#070C06
(7,12,6)
#060B06
(6,11,6)
#050A06
(5,10,6)
#040906
(4,9,6)
#030806
(3,8,6)
#020706
(2,7,6)
#000000
(0,0,0)

Tints of #0C1106

#0C1106
(12,17,6)
#22261C
(34,38,28)
#383B32
(56,59,50)
#4E5048
(78,80,72)
#64655E
(100,101,94)
#7A7A74
(122,122,116)
#908F8A
(144,143,138)
#A6A4A0
(166,164,160)
#BCB9B6
(188,185,182)
#D2CECC
(210,206,204)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1106; }

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

This text font color is #0C1106.


Background Color

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

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

This div background color is #0C1106.


Border color

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

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

This div border color is #0C1106.


Opacity

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

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

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

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

This text has shadow with #0C1106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1106 on black background.


Color preview on white background

This text has color #0C1106 on white background.



Black color preview on #0C1106 background

This text has black color on #0C1106 background.


White color preview on #0C1106 background

This text has white color on #0C1106 background.