COLOR #0D1008

HEX: #0D1008
RGB: (13,16,8)

Color info

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

RGB color model

#0D1008 color RGB value is (13,16,8).

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

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 8 of 255 = 3%

13
16
8

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

Portions of RGB colors in percentages

R + G + B =
13 + 16 + 8 = 37 (100%)
R 13 of 37 ~ 35.14%
G 16 of 37 ~ 43.24%
B 8 of 37 ~ 21.62%

%35.14
%43.24
%21.62

CMYK color model

#0D1008 color CMYK value is (19,0,50,94).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 93.73%
CMYK:
(19,0,50,94)
C19M0Y50K94 
(19%,0%,50%,94%)
(0.19/0.00/0.50/0.94)	

CMYK percentages

%18.75
%0
%50
%93.73

Codes

Color #0D1008 in popluar color models

0D1008
RGB13168
HSL83°33.33%4.71%
HSB/HSV83°50.00%6.27%
CMYK18.75%0.00%50.00%
93.73%

Color #0D1008 in popluar number systems.

HEX0D1008
Decimal13168
Binary1101100001000
Octal152010

Shades and tints

Shades of #0D1008

#0D1008
(13,16,8)
#0C0F08
(12,15,8)
#0B0E08
(11,14,8)
#0A0D08
(10,13,8)
#090C08
(9,12,8)
#080B08
(8,11,8)
#070A08
(7,10,8)
#060908
(6,9,8)
#050808
(5,8,8)
#040708
(4,7,8)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #0D1008

#0D1008
(13,16,8)
#23251E
(35,37,30)
#393A34
(57,58,52)
#4F4F4A
(79,79,74)
#656460
(101,100,96)
#7B7976
(123,121,118)
#918E8C
(145,142,140)
#A7A3A2
(167,163,162)
#BDB8B8
(189,184,184)
#D3CDCE
(211,205,206)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1008; }

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

This text font color is #0D1008.


Background Color

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

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

This div background color is #0D1008.


Border color

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

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

This div border color is #0D1008.


Opacity

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

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

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

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

This text has shadow with #0D1008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1008 on black background.


Color preview on white background

This text has color #0D1008 on white background.



Black color preview on #0D1008 background

This text has black color on #0D1008 background.


White color preview on #0D1008 background

This text has white color on #0D1008 background.