COLOR #0D170A

HEX: #0D170A RGB: (13,23,10)

Color info

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

RGB color model

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

RGB: (13,23,10) (5%, 9%, 4%)

RGB channels and saturation

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

13
23
10

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

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 10 = 46 (100%)
R 13 of 46 ~ 28.26%
G 23 of 46 ~ 50%
B 10 of 46 ~ 21.74'%

%28.26
%50
%21.74

CMYK color model

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

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 90.98%

CMYK: (43,0,57,91)
C43M0Y57K91 (43%, 0%, 57%, 91%)
(0.43 / 0.00 / 0.57 / 0.91)

CMYK percentages

%43.48
%0
%56.52
%90.98

Codes

Color #0D170A in popluar color models

0D 17 0A
RGB 13 23 10
HSL 106° 39.39% 6.47%
HSB/HSV 106° 56.52% 9.02%
CMYK 43.48% 0.00% 56.52%
90.98%

Color #0D170A in popluar number systems.

HEX 0D 17 0A
Decimal 13 23 10
Binary 1101 10111 1010
Octal 15 27 12

Shades and tints

Shades of #0D170A

#0D170A
(13,23,10)
#0C150A
(12,21,10)
#0B130A
(11,19,10)
#0A110A
(10,17,10)
#090F0A
(9,15,10)
#080D0A
(8,13,10)
#070B0A
(7,11,10)
#06090A
(6,9,10)
#05070A
(5,7,10)
#04050A
(4,5,10)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D170A

#0D170A
(13,23,10)
#232C20
(35,44,32)
#394136
(57,65,54)
#4F564C
(79,86,76)
#656B62
(101,107,98)
#7B8078
(123,128,120)
#91958E
(145,149,142)
#A7AAA4
(167,170,164)
#BDBFBA
(189,191,186)
#D3D4D0
(211,212,208)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D170A; }

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

This text font color is #0D170A.

Background Color

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

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

This div background color is #0D170A.

Border color

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

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

This div border color is #0D170A.

Opacity

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

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

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

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

This text has shadow with #0D170A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D170A.

Preview

Color preview on black background

This text has color #0D170A on black background.


Color preview on white background

This text has color #0D170A on white background.


Black color preview on #0D170A background

This text has black color on #0D170A background.


White color preview on #0D170A background

This text has white color on #0D170A background.


Related colors

Complementary color

Complementary color for #hex is #F2E8F5.


I love getcolorcode.com

Triadic colors

1 #0A0D17 and #170A0D with #0D170A are triadic colors.

2 #0A170D and #170D0A with #0D170A are triadic colors.