COLOR #0D0D09

HEX: #0D0D09
RGB: (13,13,9)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
13
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 13 + 9 = 35 (100%)
R 13 of 35 ~ 37.14%
G 13 of 35 ~ 37.14%
B 9 of 35 ~ 25.71%

%37.14
%37.14
%25.71

CMYK color model

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

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

CMYK percentages

%0
%0
%30.77
%94.9

Codes

Color #0D0D09 in popluar color models

0D0D09
RGB13139
HSL60°18.18%4.31%
HSB/HSV60°30.77%5.10%
CMYK0.00%0.00%30.77%
94.90%

Color #0D0D09 in popluar number systems.

HEX0D0D09
Decimal13139
Binary110111011001
Octal151511

Shades and tints

Shades of #0D0D09

#0D0D09
(13,13,9)
#0C0C09
(12,12,9)
#0B0B09
(11,11,9)
#0A0A09
(10,10,9)
#090909
(9,9,9)
#080809
(8,8,9)
#070709
(7,7,9)
#060609
(6,6,9)
#050509
(5,5,9)
#040409
(4,4,9)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #0D0D09

#0D0D09
(13,13,9)
#23231F
(35,35,31)
#393935
(57,57,53)
#4F4F4B
(79,79,75)
#656561
(101,101,97)
#7B7B77
(123,123,119)
#91918D
(145,145,141)
#A7A7A3
(167,167,163)
#BDBDB9
(189,189,185)
#D3D3CF
(211,211,207)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0D09; }

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

This text font color is #0D0D09.


Background Color

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

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

This div background color is #0D0D09.


Border color

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

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

This div border color is #0D0D09.


Opacity

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

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

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

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

This text has shadow with #0D0D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0D09 on black background.


Color preview on white background

This text has color #0D0D09 on white background.



Black color preview on #0D0D09 background

This text has black color on #0D0D09 background.


White color preview on #0D0D09 background

This text has white color on #0D0D09 background.