COLOR #0D1712

HEX: #0D1712 RGB: (13,23,18)

Color info

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

RGB color model

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

RGB: (13,23,18) (5%, 9%, 7%)

RGB channels and saturation

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

13
23
18

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

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 18 = 54 (100%)
R 13 of 54 ~ 24.07%
G 23 of 54 ~ 42.59%
B 18 of 54 ~ 33.33'%

%24.07
%42.59
%33.33

CMYK color model

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

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

CMYK: (43,0,22,91)
C43M0Y22K91 (43%, 0%, 22%, 91%)
(0.43 / 0.00 / 0.22 / 0.91)

CMYK percentages

%43.48
%0
%21.74
%90.98

Codes

Color #0D1712 in popluar color models

0D 17 12
RGB 13 23 18
HSL 150° 27.78% 7.06%
HSB/HSV 150° 43.48% 9.02%
CMYK 43.48% 0.00% 21.74%
90.98%

Color #0D1712 in popluar number systems.

HEX 0D 17 12
Decimal 13 23 18
Binary 1101 10111 10010
Octal 15 27 22

Shades and tints

Shades of #0D1712

#0D1712
(13,23,18)
#0C1511
(12,21,17)
#0B1310
(11,19,16)
#0A110F
(10,17,15)
#090F0E
(9,15,14)
#080D0D
(8,13,13)
#070B0C
(7,11,12)
#06090B
(6,9,11)
#05070A
(5,7,10)
#040509
(4,5,9)
#030308
(3,3,8)
#000000
(0,0,0)

Tints of #0D1712

#0D1712
(13,23,18)
#232C27
(35,44,39)
#39413C
(57,65,60)
#4F5651
(79,86,81)
#656B66
(101,107,102)
#7B807B
(123,128,123)
#919590
(145,149,144)
#A7AAA5
(167,170,165)
#BDBFBA
(189,191,186)
#D3D4CF
(211,212,207)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1712; }

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

This text font color is #0D1712.

Background Color

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

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

This div background color is #0D1712.

Border color

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

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

This div border color is #0D1712.

Opacity

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

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

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

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

This text has shadow with #0D1712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1712.

Preview

Color preview on black background

This text has color #0D1712 on black background.


Color preview on white background

This text has color #0D1712 on white background.


Black color preview on #0D1712 background

This text has black color on #0D1712 background.


White color preview on #0D1712 background

This text has white color on #0D1712 background.


Related colors

Complementary color

Complementary color for #hex is #F2E8ED.


I love getcolorcode.com

Triadic colors

1 #120D17 and #17120D with #0D1712 are triadic colors.

2 #12170D and #170D12 with #0D1712 are triadic colors.