COLOR #000C0D

HEX: #000C0D
RGB: (0,12,13)

Color info

#000C0D contains only green and blue colors. Web safe color of #000C0D is #000000 (or #000).

RGB color model

#000C0D color RGB value is (0,12,13).

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

RGB channels and saturation

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

0
12
13

R + G + B ~ 3%. #000C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 13 = 25 (100%)
R 0 of 25 ~ 0%
G 12 of 25 ~ 48%
B 13 of 25 ~ 52%

%48
%52

CMYK color model

#000C0D color CMYK value is (100,8,0,95).

  • cyan value is 100.00%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(100,8,0,95)
C100M8Y0K95 
(100%,8%,0%,95%)
(1.00/0.08/0.00/0.95)	

CMYK percentages

%100
%7.69
%0
%94.9

Codes

Color #000C0D in popluar color models

000C0D
RGB01213
HSL185°100.00%2.55%
HSB/HSV185°100.00%5.10%
CMYK100.00%7.69%0.00%
94.90%

Color #000C0D in popluar number systems.

HEX000C0D
Decimal01213
Binary011001101
Octal01415

Shades and tints

Shades of #000C0D

#000C0D
(0,12,13)
#000B0C
(0,11,12)
#000A0B
(0,10,11)
#00090A
(0,9,10)
#000809
(0,8,9)
#000708
(0,7,8)
#000607
(0,6,7)
#000506
(0,5,6)
#000405
(0,4,5)
#000304
(0,3,4)
#000203
(0,2,3)
#000000
(0,0,0)

Tints of #000C0D

#000C0D
(0,12,13)
#172223
(23,34,35)
#2E3839
(46,56,57)
#454E4F
(69,78,79)
#5C6465
(92,100,101)
#737A7B
(115,122,123)
#8A9091
(138,144,145)
#A1A6A7
(161,166,167)
#B8BCBD
(184,188,189)
#CFD2D3
(207,210,211)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C0D; }

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

This text font color is #000C0D.


Background Color

.myBgColor { background-color: #000C0D; }

<div style="background-color:#000C0D">Inner text</div>

This div background color is #000C0D.


Border color

.myBorderColor { border: 1px solid #000C0D; }

<div style="border:3px solid #000C0D">Div</div>

This div border color is #000C0D.


Opacity

.myOpacity80 { color: #000C0D; opacity: 0.8; }

<p style="color:#000C0D;opacity:0.8;">80%</p>

Text with #000C0D 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 #000C0D;}

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

This text has shadow with #000C0D color.

.textShadow {text-shadow: 3px 3px 1px #000C0D, 3px 3px 1px red;}

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

This text has shadow with #000C0D primary color and red secondary color.


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

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

This text has shadow with #000C0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C0D on black background.


Color preview on white background

This text has color #000C0D on white background.



Black color preview on #000C0D background

This text has black color on #000C0D background.


White color preview on #000C0D background

This text has white color on #000C0D background.