COLOR #0D0A09

HEX: #0D0A09
RGB: (13,10,9)

Color info

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

RGB color model

#0D0A09 color RGB value is (13,10,9).

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

RGB channels and saturation

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

13
10
9

R + G + B ~ 4%. #0D0A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 10 + 9 = 32 (100%)
R 13 of 32 ~ 40.63%
G 10 of 32 ~ 31.25%
B 9 of 32 ~ 28.13%

%40.63
%31.25
%28.13

CMYK color model

#0D0A09 color CMYK value is (0,23,31,95).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 30.77%
  • key color value is 94.90%
CMYK:
(0,23,31,95)
C0M23Y31K95 
(0%,23%,31%,95%)
(0.00/0.23/0.31/0.95)	

CMYK percentages

%0
%23.08
%30.77
%94.9

Codes

Color #0D0A09 in popluar color models

0D0A09
RGB13109
HSL15°18.18%4.31%
HSB/HSV15°30.77%5.10%
CMYK0.00%23.08%30.77%
94.90%

Color #0D0A09 in popluar number systems.

HEX0D0A09
Decimal13109
Binary110110101001
Octal151211

Shades and tints

Shades of #0D0A09

#0D0A09
(13,10,9)
#0C0A09
(12,10,9)
#0B0A09
(11,10,9)
#0A0A09
(10,10,9)
#090A09
(9,10,9)
#080A09
(8,10,9)
#070A09
(7,10,9)
#060A09
(6,10,9)
#050A09
(5,10,9)
#040A09
(4,10,9)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D0A09

#0D0A09
(13,10,9)
#23201F
(35,32,31)
#393635
(57,54,53)
#4F4C4B
(79,76,75)
#656261
(101,98,97)
#7B7877
(123,120,119)
#918E8D
(145,142,141)
#A7A4A3
(167,164,163)
#BDBAB9
(189,186,185)
#D3D0CF
(211,208,207)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0A09; }

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

This text font color is #0D0A09.


Background Color

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

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

This div background color is #0D0A09.


Border color

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

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

This div border color is #0D0A09.


Opacity

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

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

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

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

This text has shadow with #0D0A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0A09 on black background.


Color preview on white background

This text has color #0D0A09 on white background.



Black color preview on #0D0A09 background

This text has black color on #0D0A09 background.


White color preview on #0D0A09 background

This text has white color on #0D0A09 background.