COLOR #0D1108

HEX: #0D1108
RGB: (13,17,8)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
17
8

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

Portions of RGB colors in percentages

R + G + B =
13 + 17 + 8 = 38 (100%)
R 13 of 38 ~ 34.21%
G 17 of 38 ~ 44.74%
B 8 of 38 ~ 21.05%

%34.21
%44.74
%21.05

CMYK color model

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

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

CMYK percentages

%23.53
%0
%52.94
%93.33

Codes

Color #0D1108 in popluar color models

0D1108
RGB13178
HSL87°36.00%4.90%
HSB/HSV87°52.94%6.67%
CMYK23.53%0.00%52.94%
93.33%

Color #0D1108 in popluar number systems.

HEX0D1108
Decimal13178
Binary1101100011000
Octal152110

Shades and tints

Shades of #0D1108

#0D1108
(13,17,8)
#0C1008
(12,16,8)
#0B0F08
(11,15,8)
#0A0E08
(10,14,8)
#090D08
(9,13,8)
#080C08
(8,12,8)
#070B08
(7,11,8)
#060A08
(6,10,8)
#050908
(5,9,8)
#040808
(4,8,8)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D1108

#0D1108
(13,17,8)
#23261E
(35,38,30)
#393B34
(57,59,52)
#4F504A
(79,80,74)
#656560
(101,101,96)
#7B7A76
(123,122,118)
#918F8C
(145,143,140)
#A7A4A2
(167,164,162)
#BDB9B8
(189,185,184)
#D3CECE
(211,206,206)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1108; }

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

This text font color is #0D1108.


Background Color

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

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

This div background color is #0D1108.


Border color

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

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

This div border color is #0D1108.


Opacity

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

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

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

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

This text has shadow with #0D1108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1108 on black background.


Color preview on white background

This text has color #0D1108 on white background.



Black color preview on #0D1108 background

This text has black color on #0D1108 background.


White color preview on #0D1108 background

This text has white color on #0D1108 background.