COLOR #0D170F

HEX: #0D170F
RGB: (13,23,15)

Color info

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

RGB color model

#0D170F color RGB value is (13,23,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 15 of 255 = 6%

13
23
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 15 = 51 (100%)
R 13 of 51 ~ 25.49%
G 23 of 51 ~ 45.1%
B 15 of 51 ~ 29.41%

%25.49
%45.1
%29.41

CMYK color model

#0D170F color CMYK value is (43,0,35,91).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(43,0,35,91)
C43M0Y35K91 
(43%,0%,35%,91%)
(0.43/0.00/0.35/0.91)	

CMYK percentages

%43.48
%0
%34.78
%90.98

Codes

Color #0D170F in popluar color models

0D170F
RGB132315
HSL132°27.78%7.06%
HSB/HSV132°43.48%9.02%
CMYK43.48%0.00%34.78%
90.98%

Color #0D170F in popluar number systems.

HEX0D170F
Decimal132315
Binary1101101111111
Octal152717

Shades and tints

Shades of #0D170F

#0D170F
(13,23,15)
#0C150E
(12,21,14)
#0B130D
(11,19,13)
#0A110C
(10,17,12)
#090F0B
(9,15,11)
#080D0A
(8,13,10)
#070B09
(7,11,9)
#060908
(6,9,8)
#050707
(5,7,7)
#040506
(4,5,6)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #0D170F

#0D170F
(13,23,15)
#232C24
(35,44,36)
#394139
(57,65,57)
#4F564E
(79,86,78)
#656B63
(101,107,99)
#7B8078
(123,128,120)
#91958D
(145,149,141)
#A7AAA2
(167,170,162)
#BDBFB7
(189,191,183)
#D3D4CC
(211,212,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D170F; }

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

This text font color is #0D170F.


Background Color

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

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

This div background color is #0D170F.


Border color

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

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

This div border color is #0D170F.


Opacity

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

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

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

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

This text has shadow with #0D170F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D170F on black background.


Color preview on white background

This text has color #0D170F on white background.



Black color preview on #0D170F background

This text has black color on #0D170F background.


White color preview on #0D170F background

This text has white color on #0D170F background.