COLOR #0D120E

HEX: #0D120E
RGB: (13,18,14)

Color info

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

RGB color model

#0D120E color RGB value is (13,18,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 14 of 255 = 5%

13
18
14

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

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 14 = 45 (100%)
R 13 of 45 ~ 28.89%
G 18 of 45 ~ 40%
B 14 of 45 ~ 31.11%

%28.89
%40
%31.11

CMYK color model

#0D120E color CMYK value is (28,0,22,93).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%
CMYK:
(28,0,22,93)
C28M0Y22K93 
(28%,0%,22%,93%)
(0.28/0.00/0.22/0.93)	

CMYK percentages

%27.78
%0
%22.22
%92.94

Codes

Color #0D120E in popluar color models

0D120E
RGB131814
HSL132°16.13%6.08%
HSB/HSV132°27.78%7.06%
CMYK27.78%0.00%22.22%
92.94%

Color #0D120E in popluar number systems.

HEX0D120E
Decimal131814
Binary1101100101110
Octal152216

Shades and tints

Shades of #0D120E

#0D120E
(13,18,14)
#0C110D
(12,17,13)
#0B100C
(11,16,12)
#0A0F0B
(10,15,11)
#090E0A
(9,14,10)
#080D09
(8,13,9)
#070C08
(7,12,8)
#060B07
(6,11,7)
#050A06
(5,10,6)
#040905
(4,9,5)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #0D120E

#0D120E
(13,18,14)
#232723
(35,39,35)
#393C38
(57,60,56)
#4F514D
(79,81,77)
#656662
(101,102,98)
#7B7B77
(123,123,119)
#91908C
(145,144,140)
#A7A5A1
(167,165,161)
#BDBAB6
(189,186,182)
#D3CFCB
(211,207,203)
#E9E4E0
(233,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D120E; }

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

This text font color is #0D120E.


Background Color

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

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

This div background color is #0D120E.


Border color

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

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

This div border color is #0D120E.


Opacity

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

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

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

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

This text has shadow with #0D120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D120E on black background.


Color preview on white background

This text has color #0D120E on white background.



Black color preview on #0D120E background

This text has black color on #0D120E background.


White color preview on #0D120E background

This text has white color on #0D120E background.