COLOR #0C1011

HEX: #0C1011
RGB: (12,16,17)

Color info

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

RGB color model

#0C1011 color RGB value is (12,16,17).

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

RGB channels and saturation

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

12
16
17

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

Portions of RGB colors in percentages

R + G + B =
12 + 16 + 17 = 45 (100%)
R 12 of 45 ~ 26.67%
G 16 of 45 ~ 35.56%
B 17 of 45 ~ 37.78%

%26.67
%35.56
%37.78

CMYK color model

#0C1011 color CMYK value is (29,6,0,93).

  • cyan value is 29.41%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(29,6,0,93)
C29M6Y0K93 
(29%,6%,0%,93%)
(0.29/0.06/0.00/0.93)	

CMYK percentages

%29.41
%5.88
%0
%93.33

Codes

Color #0C1011 in popluar color models

0C1011
RGB121617
HSL192°17.24%5.69%
HSB/HSV192°29.41%6.67%
CMYK29.41%5.88%0.00%
93.33%

Color #0C1011 in popluar number systems.

HEX0C1011
Decimal121617
Binary11001000010001
Octal142021

Shades and tints

Shades of #0C1011

#0C1011
(12,16,17)
#0B0F10
(11,15,16)
#0A0E0F
(10,14,15)
#090D0E
(9,13,14)
#080C0D
(8,12,13)
#070B0C
(7,11,12)
#060A0B
(6,10,11)
#05090A
(5,9,10)
#040809
(4,8,9)
#030708
(3,7,8)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #0C1011

#0C1011
(12,16,17)
#222526
(34,37,38)
#383A3B
(56,58,59)
#4E4F50
(78,79,80)
#646465
(100,100,101)
#7A797A
(122,121,122)
#908E8F
(144,142,143)
#A6A3A4
(166,163,164)
#BCB8B9
(188,184,185)
#D2CDCE
(210,205,206)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1011; }

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

This text font color is #0C1011.


Background Color

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

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

This div background color is #0C1011.


Border color

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

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

This div border color is #0C1011.


Opacity

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

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

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

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

This text has shadow with #0C1011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1011 on black background.


Color preview on white background

This text has color #0C1011 on white background.



Black color preview on #0C1011 background

This text has black color on #0C1011 background.


White color preview on #0C1011 background

This text has white color on #0C1011 background.