COLOR #0D110B

HEX: #0D110B
RGB: (13,17,11)

Color info

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

RGB color model

#0D110B color RGB value is (13,17,11).

  • red value is 13;
  • green value is 17;
  • blue value is 11.
RGB:
(13,17,11)
(5%,7%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 17 of 255 = 7%
B 11 of 255 = 4%

13
17
11

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

Portions of RGB colors in percentages

R + G + B =
13 + 17 + 11 = 41 (100%)
R 13 of 41 ~ 31.71%
G 17 of 41 ~ 41.46%
B 11 of 41 ~ 26.83%

%31.71
%41.46
%26.83

CMYK color model

#0D110B color CMYK value is (24,0,35,93).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 93.33%
CMYK:
(24,0,35,93)
C24M0Y35K93 
(24%,0%,35%,93%)
(0.24/0.00/0.35/0.93)	

CMYK percentages

%23.53
%0
%35.29
%93.33

Codes

Color #0D110B in popluar color models

0D110B
RGB131711
HSL100°21.43%5.49%
HSB/HSV100°35.29%6.67%
CMYK23.53%0.00%35.29%
93.33%

Color #0D110B in popluar number systems.

HEX0D110B
Decimal131711
Binary1101100011011
Octal152113

Shades and tints

Shades of #0D110B

#0D110B
(13,17,11)
#0C100A
(12,16,10)
#0B0F09
(11,15,9)
#0A0E08
(10,14,8)
#090D07
(9,13,7)
#080C06
(8,12,6)
#070B05
(7,11,5)
#060A04
(6,10,4)
#050903
(5,9,3)
#040802
(4,8,2)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #0D110B

#0D110B
(13,17,11)
#232621
(35,38,33)
#393B37
(57,59,55)
#4F504D
(79,80,77)
#656563
(101,101,99)
#7B7A79
(123,122,121)
#918F8F
(145,143,143)
#A7A4A5
(167,164,165)
#BDB9BB
(189,185,187)
#D3CED1
(211,206,209)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D110B; }

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

This text font color is #0D110B.


Background Color

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

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

This div background color is #0D110B.


Border color

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

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

This div border color is #0D110B.


Opacity

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

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

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

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

This text has shadow with #0D110B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D110B on black background.


Color preview on white background

This text has color #0D110B on white background.



Black color preview on #0D110B background

This text has black color on #0D110B background.


White color preview on #0D110B background

This text has white color on #0D110B background.