COLOR #0D1217

HEX: #0D1217
RGB: (13,18,23)

Color info

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

RGB color model

#0D1217 color RGB value is (13,18,23).

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

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 23 of 255 = 9%

13
18
23

R + G + B ~ 7%. #0D1217 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 23 = 54 (100%)
R 13 of 54 ~ 24.07%
G 18 of 54 ~ 33.33%
B 23 of 54 ~ 42.59%

%24.07
%33.33
%42.59

CMYK color model

#0D1217 color CMYK value is (43,22,0,91).

  • cyan value is 43.48%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(43,22,0,91)
C43M22Y0K91 
(43%,22%,0%,91%)
(0.43/0.22/0.00/0.91)	

CMYK percentages

%43.48
%21.74
%0
%90.98

Codes

Color #0D1217 in popluar color models

0D1217
RGB131823
HSL210°27.78%7.06%
HSB/HSV210°43.48%9.02%
CMYK43.48%21.74%0.00%
90.98%

Color #0D1217 in popluar number systems.

HEX0D1217
Decimal131823
Binary11011001010111
Octal152227

Shades and tints

Shades of #0D1217

#0D1217
(13,18,23)
#0C1115
(12,17,21)
#0B1013
(11,16,19)
#0A0F11
(10,15,17)
#090E0F
(9,14,15)
#080D0D
(8,13,13)
#070C0B
(7,12,11)
#060B09
(6,11,9)
#050A07
(5,10,7)
#040905
(4,9,5)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #0D1217

#0D1217
(13,18,23)
#23272C
(35,39,44)
#393C41
(57,60,65)
#4F5156
(79,81,86)
#65666B
(101,102,107)
#7B7B80
(123,123,128)
#919095
(145,144,149)
#A7A5AA
(167,165,170)
#BDBABF
(189,186,191)
#D3CFD4
(211,207,212)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1217; }

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

This text font color is #0D1217.


Background Color

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

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

This div background color is #0D1217.


Border color

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

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

This div border color is #0D1217.


Opacity

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

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

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

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

This text has shadow with #0D1217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1217 on black background.


Color preview on white background

This text has color #0D1217 on white background.



Black color preview on #0D1217 background

This text has black color on #0D1217 background.


White color preview on #0D1217 background

This text has white color on #0D1217 background.