COLOR #0D170D

HEX: #0D170D
RGB: (13,23,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
23
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 13 = 49 (100%)
R 13 of 49 ~ 26.53%
G 23 of 49 ~ 46.94%
B 13 of 49 ~ 26.53%

%26.53
%46.94
%26.53

CMYK color model

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

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

CMYK percentages

%43.48
%0
%43.48
%90.98

Codes

Color #0D170D in popluar color models

0D170D
RGB132313
HSL120°27.78%7.06%
HSB/HSV120°43.48%9.02%
CMYK43.48%0.00%43.48%
90.98%

Color #0D170D in popluar number systems.

HEX0D170D
Decimal132313
Binary1101101111101
Octal152715

Shades and tints

Shades of #0D170D

#0D170D
(13,23,13)
#0C150C
(12,21,12)
#0B130B
(11,19,11)
#0A110A
(10,17,10)
#090F09
(9,15,9)
#080D08
(8,13,8)
#070B07
(7,11,7)
#060906
(6,9,6)
#050705
(5,7,5)
#040504
(4,5,4)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #0D170D

#0D170D
(13,23,13)
#232C23
(35,44,35)
#394139
(57,65,57)
#4F564F
(79,86,79)
#656B65
(101,107,101)
#7B807B
(123,128,123)
#919591
(145,149,145)
#A7AAA7
(167,170,167)
#BDBFBD
(189,191,189)
#D3D4D3
(211,212,211)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D170D; }

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

This text font color is #0D170D.


Background Color

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

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

This div background color is #0D170D.


Border color

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

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

This div border color is #0D170D.


Opacity

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

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

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

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

This text has shadow with #0D170D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D170D on black background.


Color preview on white background

This text has color #0D170D on white background.



Black color preview on #0D170D background

This text has black color on #0D170D background.


White color preview on #0D170D background

This text has white color on #0D170D background.