COLOR #0D1106

HEX: #0D1106 RGB: (13,17,6)

Color info

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

RGB color model

#0D1106 color RGB value is (13,17,6).

RGB: (13,17,6) (5%, 7%, 2%)

RGB channels and saturation

R 13 of 255 = 5%
G 17 of 255 = 7%
B 6 of 255 = 2%

13
17
6

R + G + B ~ 5%. #0D1106 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 17 + 6 = 36 (100%)
R 13 of 36 ~ 36.11%
G 17 of 36 ~ 47.22%
B 6 of 36 ~ 16.67'%

%36.11
%47.22
%16.67

CMYK color model

#0D1106 color CMYK value is (24,0,65,93).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 93.33%

CMYK: (24,0,65,93)
C24M0Y65K93 (24%, 0%, 65%, 93%)
(0.24 / 0.00 / 0.65 / 0.93)

CMYK percentages

%23.53
%0
%64.71
%93.33

Codes

Color #0D1106 in popluar color models

0D 11 06
RGB 13 17 6
HSL 82° 47.83% 4.51%
HSB/HSV 82° 64.71% 6.67%
CMYK 23.53% 0.00% 64.71%
93.33%

Color #0D1106 in popluar number systems.

HEX 0D 11 06
Decimal 13 17 6
Binary 1101 10001 110
Octal 15 21 6

Shades and tints

Shades of #0D1106

#0D1106
(13,17,6)
#0C1006
(12,16,6)
#0B0F06
(11,15,6)
#0A0E06
(10,14,6)
#090D06
(9,13,6)
#080C06
(8,12,6)
#070B06
(7,11,6)
#060A06
(6,10,6)
#050906
(5,9,6)
#040806
(4,8,6)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #0D1106

#0D1106
(13,17,6)
#23261C
(35,38,28)
#393B32
(57,59,50)
#4F5048
(79,80,72)
#65655E
(101,101,94)
#7B7A74
(123,122,116)
#918F8A
(145,143,138)
#A7A4A0
(167,164,160)
#BDB9B6
(189,185,182)
#D3CECC
(211,206,204)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1106; }

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

This text font color is #0D1106.

Background Color

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

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

This div background color is #0D1106.

Border color

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

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

This div border color is #0D1106.

Opacity

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

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

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

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

This text has shadow with #0D1106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1106.

Preview

Color preview on black background

This text has color #0D1106 on black background.


Color preview on white background

This text has color #0D1106 on white background.


Black color preview on #0D1106 background

This text has black color on #0D1106 background.


White color preview on #0D1106 background

This text has white color on #0D1106 background.


Related colors

Complementary color

Complementary color for #hex is #F2EEF9.


I love getcolorcode.com

Triadic colors

1 #060D11 and #11060D with #0D1106 are triadic colors.

2 #06110D and #110D06 with #0D1106 are triadic colors.