COLOR #0C000E

HEX: #0C000E
RGB: (12,0,14)

Color info

#0C000E contains only red and blue colors. Web safe color of #0C000E is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

R 12 of 255 = 5%
G 0 of 255 = 0%
B 14 of 255 = 5%

12
0
14

R + G + B ~ 3%. #0C000E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 0 + 14 = 26 (100%)
R 12 of 26 ~ 46.15%
G 0 of 26 ~ 0%
B 14 of 26 ~ 53.85%

%46.15
%53.85

CMYK color model

#0C000E color CMYK value is (14,100,0,95).

  • cyan value is 14.29%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(14,100,0,95)
C14M100Y0K95 
(14%,100%,0%,95%)
(0.14/1.00/0.00/0.95)	

CMYK percentages

%14.29
%100
%0
%94.51

Codes

Color #0C000E in popluar color models

0C000E
RGB12014
HSL291°100.00%2.75%
HSB/HSV291°100.00%5.49%
CMYK14.29%100.00%0.00%
94.51%

Color #0C000E in popluar number systems.

HEX0C000E
Decimal12014
Binary110001110
Octal14016

Shades and tints

Shades of #0C000E

#0C000E
(12,0,14)
#0B000D
(11,0,13)
#0A000C
(10,0,12)
#09000B
(9,0,11)
#08000A
(8,0,10)
#070009
(7,0,9)
#060008
(6,0,8)
#050007
(5,0,7)
#040006
(4,0,6)
#030005
(3,0,5)
#020004
(2,0,4)
#000000
(0,0,0)

Tints of #0C000E

#0C000E
(12,0,14)
#221723
(34,23,35)
#382E38
(56,46,56)
#4E454D
(78,69,77)
#645C62
(100,92,98)
#7A7377
(122,115,119)
#908A8C
(144,138,140)
#A6A1A1
(166,161,161)
#BCB8B6
(188,184,182)
#D2CFCB
(210,207,203)
#E8E6E0
(232,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C000E; }

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

This text font color is #0C000E.


Background Color

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

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

This div background color is #0C000E.


Border color

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

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

This div border color is #0C000E.


Opacity

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

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

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

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

This text has shadow with #0C000E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C000E on black background.


Color preview on white background

This text has color #0C000E on white background.



Black color preview on #0C000E background

This text has black color on #0C000E background.


White color preview on #0C000E background

This text has white color on #0C000E background.