COLOR #0D1809

HEX: #0D1809
RGB: (13,24,9)

Color info

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

RGB color model

#0D1809 color RGB value is (13,24,9).

  • red value is 13;
  • green value is 24;
  • blue value is 9.
RGB:
(13,24,9)
(5%,9%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 9 of 255 = 4%

13
24
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 24 + 9 = 46 (100%)
R 13 of 46 ~ 28.26%
G 24 of 46 ~ 52.17%
B 9 of 46 ~ 19.57%

%28.26
%52.17
%19.57

CMYK color model

#0D1809 color CMYK value is (46,0,63,91).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(46,0,63,91)
C46M0Y63K91 
(46%,0%,63%,91%)
(0.46/0.00/0.63/0.91)	

CMYK percentages

%45.83
%0
%62.5
%90.59

Codes

Color #0D1809 in popluar color models

0D1809
RGB13249
HSL104°45.45%6.47%
HSB/HSV104°62.50%9.41%
CMYK45.83%0.00%62.50%
90.59%

Color #0D1809 in popluar number systems.

HEX0D1809
Decimal13249
Binary1101110001001
Octal153011

Shades and tints

Shades of #0D1809

#0D1809
(13,24,9)
#0C1609
(12,22,9)
#0B1409
(11,20,9)
#0A1209
(10,18,9)
#091009
(9,16,9)
#080E09
(8,14,9)
#070C09
(7,12,9)
#060A09
(6,10,9)
#050809
(5,8,9)
#040609
(4,6,9)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #0D1809

#0D1809
(13,24,9)
#232D1F
(35,45,31)
#394235
(57,66,53)
#4F574B
(79,87,75)
#656C61
(101,108,97)
#7B8177
(123,129,119)
#91968D
(145,150,141)
#A7ABA3
(167,171,163)
#BDC0B9
(189,192,185)
#D3D5CF
(211,213,207)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1809; }

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

This text font color is #0D1809.


Background Color

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

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

This div background color is #0D1809.


Border color

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

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

This div border color is #0D1809.


Opacity

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

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

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

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

This text has shadow with #0D1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1809 on black background.


Color preview on white background

This text has color #0D1809 on white background.



Black color preview on #0D1809 background

This text has black color on #0D1809 background.


White color preview on #0D1809 background

This text has white color on #0D1809 background.