COLOR #0D110D

HEX: #0D110D
RGB: (13,17,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
17
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 17 + 13 = 43 (100%)
R 13 of 43 ~ 30.23%
G 17 of 43 ~ 39.53%
B 13 of 43 ~ 30.23%

%30.23
%39.53
%30.23

CMYK color model

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

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

CMYK percentages

%23.53
%0
%23.53
%93.33

Codes

Color #0D110D in popluar color models

0D110D
RGB131713
HSL120°13.33%5.88%
HSB/HSV120°23.53%6.67%
CMYK23.53%0.00%23.53%
93.33%

Color #0D110D in popluar number systems.

HEX0D110D
Decimal131713
Binary1101100011101
Octal152115

Shades and tints

Shades of #0D110D

#0D110D
(13,17,13)
#0C100C
(12,16,12)
#0B0F0B
(11,15,11)
#0A0E0A
(10,14,10)
#090D09
(9,13,9)
#080C08
(8,12,8)
#070B07
(7,11,7)
#060A06
(6,10,6)
#050905
(5,9,5)
#040804
(4,8,4)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #0D110D

#0D110D
(13,17,13)
#232623
(35,38,35)
#393B39
(57,59,57)
#4F504F
(79,80,79)
#656565
(101,101,101)
#7B7A7B
(123,122,123)
#918F91
(145,143,145)
#A7A4A7
(167,164,167)
#BDB9BD
(189,185,189)
#D3CED3
(211,206,211)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D110D; }

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

This text font color is #0D110D.


Background Color

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

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

This div background color is #0D110D.


Border color

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

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

This div border color is #0D110D.


Opacity

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

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

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

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

This text has shadow with #0D110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D110D on black background.


Color preview on white background

This text has color #0D110D on white background.



Black color preview on #0D110D background

This text has black color on #0D110D background.


White color preview on #0D110D background

This text has white color on #0D110D background.