COLOR #0D1715

HEX: #0D1715 RGB: (13,23,21)

Color info

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

RGB color model

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

RGB: (13,23,21) (5%, 9%, 8%)

RGB channels and saturation

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

13
23
21

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

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 21 = 57 (100%)
R 13 of 57 ~ 22.81%
G 23 of 57 ~ 40.35%
B 21 of 57 ~ 36.84'%

%22.81
%40.35
%36.84

CMYK color model

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

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

CMYK: (43,0,9,91)
C43M0Y9K91 (43%, 0%, 9%, 91%)
(0.43 / 0.00 / 0.09 / 0.91)

CMYK percentages

%43.48
%0
%8.7
%90.98

Codes

Color #0D1715 in popluar color models

0D 17 15
RGB 13 23 21
HSL 168° 27.78% 7.06%
HSB/HSV 168° 43.48% 9.02%
CMYK 43.48% 0.00% 8.70%
90.98%

Color #0D1715 in popluar number systems.

HEX 0D 17 15
Decimal 13 23 21
Binary 1101 10111 10101
Octal 15 27 25

Shades and tints

Shades of #0D1715

#0D1715
(13,23,21)
#0C1514
(12,21,20)
#0B1313
(11,19,19)
#0A1112
(10,17,18)
#090F11
(9,15,17)
#080D10
(8,13,16)
#070B0F
(7,11,15)
#06090E
(6,9,14)
#05070D
(5,7,13)
#04050C
(4,5,12)
#03030B
(3,3,11)
#000000
(0,0,0)

Tints of #0D1715

#0D1715
(13,23,21)
#232C2A
(35,44,42)
#39413F
(57,65,63)
#4F5654
(79,86,84)
#656B69
(101,107,105)
#7B807E
(123,128,126)
#919593
(145,149,147)
#A7AAA8
(167,170,168)
#BDBFBD
(189,191,189)
#D3D4D2
(211,212,210)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1715; }

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

This text font color is #0D1715.

Background Color

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

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

This div background color is #0D1715.

Border color

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

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

This div border color is #0D1715.

Opacity

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

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

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

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

This text has shadow with #0D1715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1715.

Preview

Color preview on black background

This text has color #0D1715 on black background.


Color preview on white background

This text has color #0D1715 on white background.


Black color preview on #0D1715 background

This text has black color on #0D1715 background.


White color preview on #0D1715 background

This text has white color on #0D1715 background.


Related colors

Complementary color

Complementary color for #hex is #F2E8EA.


I love getcolorcode.com

Triadic colors

1 #150D17 and #17150D with #0D1715 are triadic colors.

2 #15170D and #170D15 with #0D1715 are triadic colors.