COLOR #0D170E

HEX: #0D170E
RGB: (13,23,14)

Color info

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

RGB color model

#0D170E color RGB value is (13,23,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 14 of 255 = 5%

13
23
14

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

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 14 = 50 (100%)
R 13 of 50 ~ 26%
G 23 of 50 ~ 46%
B 14 of 50 ~ 28%

%26
%46
%28

CMYK color model

#0D170E color CMYK value is (43,0,39,91).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 90.98%
CMYK:
(43,0,39,91)
C43M0Y39K91 
(43%,0%,39%,91%)
(0.43/0.00/0.39/0.91)	

CMYK percentages

%43.48
%0
%39.13
%90.98

Codes

Color #0D170E in popluar color models

0D170E
RGB132314
HSL126°27.78%7.06%
HSB/HSV126°43.48%9.02%
CMYK43.48%0.00%39.13%
90.98%

Color #0D170E in popluar number systems.

HEX0D170E
Decimal132314
Binary1101101111110
Octal152716

Shades and tints

Shades of #0D170E

#0D170E
(13,23,14)
#0C150D
(12,21,13)
#0B130C
(11,19,12)
#0A110B
(10,17,11)
#090F0A
(9,15,10)
#080D09
(8,13,9)
#070B08
(7,11,8)
#060907
(6,9,7)
#050706
(5,7,6)
#040505
(4,5,5)
#030304
(3,3,4)
#000000
(0,0,0)

Tints of #0D170E

#0D170E
(13,23,14)
#232C23
(35,44,35)
#394138
(57,65,56)
#4F564D
(79,86,77)
#656B62
(101,107,98)
#7B8077
(123,128,119)
#91958C
(145,149,140)
#A7AAA1
(167,170,161)
#BDBFB6
(189,191,182)
#D3D4CB
(211,212,203)
#E9E9E0
(233,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D170E; }

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

This text font color is #0D170E.


Background Color

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

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

This div background color is #0D170E.


Border color

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

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

This div border color is #0D170E.


Opacity

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

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

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

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

This text has shadow with #0D170E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D170E on black background.


Color preview on white background

This text has color #0D170E on white background.



Black color preview on #0D170E background

This text has black color on #0D170E background.


White color preview on #0D170E background

This text has white color on #0D170E background.