COLOR #0D0816

HEX: #0D0816
RGB: (13,8,22)

Color info

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

RGB color model

#0D0816 color RGB value is (13,8,22).

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

RGB channels and saturation

R 13 of 255 = 5%
G 8 of 255 = 3%
B 22 of 255 = 9%

13
8
22

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

Portions of RGB colors in percentages

R + G + B =
13 + 8 + 22 = 43 (100%)
R 13 of 43 ~ 30.23%
G 8 of 43 ~ 18.6%
B 22 of 43 ~ 51.16%

%30.23
%18.6
%51.16

CMYK color model

#0D0816 color CMYK value is (41,64,0,91).

  • cyan value is 40.91%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(41,64,0,91)
C41M64Y0K91 
(41%,64%,0%,91%)
(0.41/0.64/0.00/0.91)	

CMYK percentages

%40.91
%63.64
%0
%91.37

Codes

Color #0D0816 in popluar color models

0D0816
RGB13822
HSL261°46.67%5.88%
HSB/HSV261°63.64%8.63%
CMYK40.91%63.64%0.00%
91.37%

Color #0D0816 in popluar number systems.

HEX0D0816
Decimal13822
Binary1101100010110
Octal151026

Shades and tints

Shades of #0D0816

#0D0816
(13,8,22)
#0C0814
(12,8,20)
#0B0812
(11,8,18)
#0A0810
(10,8,16)
#09080E
(9,8,14)
#08080C
(8,8,12)
#07080A
(7,8,10)
#060808
(6,8,8)
#050806
(5,8,6)
#040804
(4,8,4)
#030802
(3,8,2)
#000000
(0,0,0)

Tints of #0D0816

#0D0816
(13,8,22)
#231E2B
(35,30,43)
#393440
(57,52,64)
#4F4A55
(79,74,85)
#65606A
(101,96,106)
#7B767F
(123,118,127)
#918C94
(145,140,148)
#A7A2A9
(167,162,169)
#BDB8BE
(189,184,190)
#D3CED3
(211,206,211)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0816; }

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

This text font color is #0D0816.


Background Color

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

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

This div background color is #0D0816.


Border color

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

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

This div border color is #0D0816.


Opacity

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

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

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

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

This text has shadow with #0D0816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0816 on black background.


Color preview on white background

This text has color #0D0816 on white background.



Black color preview on #0D0816 background

This text has black color on #0D0816 background.


White color preview on #0D0816 background

This text has white color on #0D0816 background.