COLOR #0D120F

HEX: #0D120F
RGB: (13,18,15)

Color info

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

RGB color model

#0D120F color RGB value is (13,18,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 15 of 255 = 6%

13
18
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 15 = 46 (100%)
R 13 of 46 ~ 28.26%
G 18 of 46 ~ 39.13%
B 15 of 46 ~ 32.61%

%28.26
%39.13
%32.61

CMYK color model

#0D120F color CMYK value is (28,0,17,93).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(28,0,17,93)
C28M0Y17K93 
(28%,0%,17%,93%)
(0.28/0.00/0.17/0.93)	

CMYK percentages

%27.78
%0
%16.67
%92.94

Codes

Color #0D120F in popluar color models

0D120F
RGB131815
HSL144°16.13%6.08%
HSB/HSV144°27.78%7.06%
CMYK27.78%0.00%16.67%
92.94%

Color #0D120F in popluar number systems.

HEX0D120F
Decimal131815
Binary1101100101111
Octal152217

Shades and tints

Shades of #0D120F

#0D120F
(13,18,15)
#0C110E
(12,17,14)
#0B100D
(11,16,13)
#0A0F0C
(10,15,12)
#090E0B
(9,14,11)
#080D0A
(8,13,10)
#070C09
(7,12,9)
#060B08
(6,11,8)
#050A07
(5,10,7)
#040906
(4,9,6)
#030805
(3,8,5)
#000000
(0,0,0)

Tints of #0D120F

#0D120F
(13,18,15)
#232724
(35,39,36)
#393C39
(57,60,57)
#4F514E
(79,81,78)
#656663
(101,102,99)
#7B7B78
(123,123,120)
#91908D
(145,144,141)
#A7A5A2
(167,165,162)
#BDBAB7
(189,186,183)
#D3CFCC
(211,207,204)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D120F; }

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

This text font color is #0D120F.


Background Color

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

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

This div background color is #0D120F.


Border color

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

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

This div border color is #0D120F.


Opacity

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

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

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

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

This text has shadow with #0D120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D120F on black background.


Color preview on white background

This text has color #0D120F on white background.



Black color preview on #0D120F background

This text has black color on #0D120F background.


White color preview on #0D120F background

This text has white color on #0D120F background.