COLOR #0C100E

HEX: #0C100E
RGB: (12,16,14)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 12 of 255 = 5%
G 16 of 255 = 6%
B 14 of 255 = 5%

12
16
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 16 + 14 = 42 (100%)
R 12 of 42 ~ 28.57%
G 16 of 42 ~ 38.1%
B 14 of 42 ~ 33.33%

%28.57
%38.1
%33.33

CMYK color model

#0C100E color CMYK value is (25,0,13,94).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 93.73%
CMYK:
(25,0,13,94)
C25M0Y13K94 
(25%,0%,13%,94%)
(0.25/0.00/0.13/0.94)	

CMYK percentages

%25
%0
%12.5
%93.73

Codes

Color #0C100E in popluar color models

0C100E
RGB121614
HSL150°14.29%5.49%
HSB/HSV150°25.00%6.27%
CMYK25.00%0.00%12.50%
93.73%

Color #0C100E in popluar number systems.

HEX0C100E
Decimal121614
Binary1100100001110
Octal142016

Shades and tints

Shades of #0C100E

#0C100E
(12,16,14)
#0B0F0D
(11,15,13)
#0A0E0C
(10,14,12)
#090D0B
(9,13,11)
#080C0A
(8,12,10)
#070B09
(7,11,9)
#060A08
(6,10,8)
#050907
(5,9,7)
#040806
(4,8,6)
#030705
(3,7,5)
#020604
(2,6,4)
#000000
(0,0,0)

Tints of #0C100E

#0C100E
(12,16,14)
#222523
(34,37,35)
#383A38
(56,58,56)
#4E4F4D
(78,79,77)
#646462
(100,100,98)
#7A7977
(122,121,119)
#908E8C
(144,142,140)
#A6A3A1
(166,163,161)
#BCB8B6
(188,184,182)
#D2CDCB
(210,205,203)
#E8E2E0
(232,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C100E; }

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

This text font color is #0C100E.


Background Color

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

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

This div background color is #0C100E.


Border color

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

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

This div border color is #0C100E.


Opacity

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

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

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

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

This text has shadow with #0C100E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C100E on black background.


Color preview on white background

This text has color #0C100E on white background.



Black color preview on #0C100E background

This text has black color on #0C100E background.


White color preview on #0C100E background

This text has white color on #0C100E background.