COLOR #0D1409

HEX: #0D1409
RGB: (13,20,9)

Color info

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

RGB color model

#0D1409 color RGB value is (13,20,9).

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

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 9 of 255 = 4%

13
20
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 20 + 9 = 42 (100%)
R 13 of 42 ~ 30.95%
G 20 of 42 ~ 47.62%
B 9 of 42 ~ 21.43%

%30.95
%47.62
%21.43

CMYK color model

#0D1409 color CMYK value is (35,0,55,92).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 92.16%
CMYK:
(35,0,55,92)
C35M0Y55K92 
(35%,0%,55%,92%)
(0.35/0.00/0.55/0.92)	

CMYK percentages

%35
%0
%55
%92.16

Codes

Color #0D1409 in popluar color models

0D1409
RGB13209
HSL98°37.93%5.69%
HSB/HSV98°55.00%7.84%
CMYK35.00%0.00%55.00%
92.16%

Color #0D1409 in popluar number systems.

HEX0D1409
Decimal13209
Binary1101101001001
Octal152411

Shades and tints

Shades of #0D1409

#0D1409
(13,20,9)
#0C1309
(12,19,9)
#0B1209
(11,18,9)
#0A1109
(10,17,9)
#091009
(9,16,9)
#080F09
(8,15,9)
#070E09
(7,14,9)
#060D09
(6,13,9)
#050C09
(5,12,9)
#040B09
(4,11,9)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D1409

#0D1409
(13,20,9)
#23291F
(35,41,31)
#393E35
(57,62,53)
#4F534B
(79,83,75)
#656861
(101,104,97)
#7B7D77
(123,125,119)
#91928D
(145,146,141)
#A7A7A3
(167,167,163)
#BDBCB9
(189,188,185)
#D3D1CF
(211,209,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1409; }

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

This text font color is #0D1409.


Background Color

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

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

This div background color is #0D1409.


Border color

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

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

This div border color is #0D1409.


Opacity

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

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

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

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

This text has shadow with #0D1409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1409 on black background.


Color preview on white background

This text has color #0D1409 on white background.



Black color preview on #0D1409 background

This text has black color on #0D1409 background.


White color preview on #0D1409 background

This text has white color on #0D1409 background.