COLOR #0C110E

HEX: #0C110E
RGB: (12,17,14)

Color info

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

RGB color model

#0C110E color RGB value is (12,17,14).

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

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 14 of 255 = 5%

12
17
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 14 = 43 (100%)
R 12 of 43 ~ 27.91%
G 17 of 43 ~ 39.53%
B 14 of 43 ~ 32.56%

%27.91
%39.53
%32.56

CMYK color model

#0C110E color CMYK value is (29,0,18,93).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(29,0,18,93)
C29M0Y18K93 
(29%,0%,18%,93%)
(0.29/0.00/0.18/0.93)	

CMYK percentages

%29.41
%0
%17.65
%93.33

Codes

Color #0C110E in popluar color models

0C110E
RGB121714
HSL144°17.24%5.69%
HSB/HSV144°29.41%6.67%
CMYK29.41%0.00%17.65%
93.33%

Color #0C110E in popluar number systems.

HEX0C110E
Decimal121714
Binary1100100011110
Octal142116

Shades and tints

Shades of #0C110E

#0C110E
(12,17,14)
#0B100D
(11,16,13)
#0A0F0C
(10,15,12)
#090E0B
(9,14,11)
#080D0A
(8,13,10)
#070C09
(7,12,9)
#060B08
(6,11,8)
#050A07
(5,10,7)
#040906
(4,9,6)
#030805
(3,8,5)
#020704
(2,7,4)
#000000
(0,0,0)

Tints of #0C110E

#0C110E
(12,17,14)
#222623
(34,38,35)
#383B38
(56,59,56)
#4E504D
(78,80,77)
#646562
(100,101,98)
#7A7A77
(122,122,119)
#908F8C
(144,143,140)
#A6A4A1
(166,164,161)
#BCB9B6
(188,185,182)
#D2CECB
(210,206,203)
#E8E3E0
(232,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C110E; }

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

This text font color is #0C110E.


Background Color

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

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

This div background color is #0C110E.


Border color

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

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

This div border color is #0C110E.


Opacity

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

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

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

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

This text has shadow with #0C110E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C110E on black background.


Color preview on white background

This text has color #0C110E on white background.



Black color preview on #0C110E background

This text has black color on #0C110E background.


White color preview on #0C110E background

This text has white color on #0C110E background.