COLOR #0C100D

HEX: #0C100D
RGB: (12,16,13)

Color info

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

RGB color model

#0C100D color RGB value is (12,16,13).

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

RGB channels and saturation

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

12
16
13

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

Portions of RGB colors in percentages

R + G + B =
12 + 16 + 13 = 41 (100%)
R 12 of 41 ~ 29.27%
G 16 of 41 ~ 39.02%
B 13 of 41 ~ 31.71%

%29.27
%39.02
%31.71

CMYK color model

#0C100D color CMYK value is (25,0,19,94).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 93.73%
CMYK:
(25,0,19,94)
C25M0Y19K94 
(25%,0%,19%,94%)
(0.25/0.00/0.19/0.94)	

CMYK percentages

%25
%0
%18.75
%93.73

Codes

Color #0C100D in popluar color models

0C100D
RGB121613
HSL135°14.29%5.49%
HSB/HSV135°25.00%6.27%
CMYK25.00%0.00%18.75%
93.73%

Color #0C100D in popluar number systems.

HEX0C100D
Decimal121613
Binary1100100001101
Octal142015

Shades and tints

Shades of #0C100D

#0C100D
(12,16,13)
#0B0F0C
(11,15,12)
#0A0E0B
(10,14,11)
#090D0A
(9,13,10)
#080C09
(8,12,9)
#070B08
(7,11,8)
#060A07
(6,10,7)
#050906
(5,9,6)
#040805
(4,8,5)
#030704
(3,7,4)
#020603
(2,6,3)
#000000
(0,0,0)

Tints of #0C100D

#0C100D
(12,16,13)
#222523
(34,37,35)
#383A39
(56,58,57)
#4E4F4F
(78,79,79)
#646465
(100,100,101)
#7A797B
(122,121,123)
#908E91
(144,142,145)
#A6A3A7
(166,163,167)
#BCB8BD
(188,184,189)
#D2CDD3
(210,205,211)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C100D; }

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

This text font color is #0C100D.


Background Color

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

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

This div background color is #0C100D.


Border color

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

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

This div border color is #0C100D.


Opacity

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

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

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

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

This text has shadow with #0C100D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C100D on black background.


Color preview on white background

This text has color #0C100D on white background.



Black color preview on #0C100D background

This text has black color on #0C100D background.


White color preview on #0C100D background

This text has white color on #0C100D background.