COLOR #0D0F09

HEX: #0D0F09
RGB: (13,15,9)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
15
9

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

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 9 = 37 (100%)
R 13 of 37 ~ 35.14%
G 15 of 37 ~ 40.54%
B 9 of 37 ~ 24.32%

%35.14
%40.54
%24.32

CMYK color model

#0D0F09 color CMYK value is (13,0,40,94).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 94.12%
CMYK:
(13,0,40,94)
C13M0Y40K94 
(13%,0%,40%,94%)
(0.13/0.00/0.40/0.94)	

CMYK percentages

%13.33
%0
%40
%94.12

Codes

Color #0D0F09 in popluar color models

0D0F09
RGB13159
HSL80°25.00%4.71%
HSB/HSV80°40.00%5.88%
CMYK13.33%0.00%40.00%
94.12%

Color #0D0F09 in popluar number systems.

HEX0D0F09
Decimal13159
Binary110111111001
Octal151711

Shades and tints

Shades of #0D0F09

#0D0F09
(13,15,9)
#0C0E09
(12,14,9)
#0B0D09
(11,13,9)
#0A0C09
(10,12,9)
#090B09
(9,11,9)
#080A09
(8,10,9)
#070909
(7,9,9)
#060809
(6,8,9)
#050709
(5,7,9)
#040609
(4,6,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D0F09

#0D0F09
(13,15,9)
#23241F
(35,36,31)
#393935
(57,57,53)
#4F4E4B
(79,78,75)
#656361
(101,99,97)
#7B7877
(123,120,119)
#918D8D
(145,141,141)
#A7A2A3
(167,162,163)
#BDB7B9
(189,183,185)
#D3CCCF
(211,204,207)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F09; }

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

This text font color is #0D0F09.


Background Color

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

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

This div background color is #0D0F09.


Border color

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

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

This div border color is #0D0F09.


Opacity

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

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

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

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

This text has shadow with #0D0F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F09 on black background.


Color preview on white background

This text has color #0D0F09 on white background.



Black color preview on #0D0F09 background

This text has black color on #0D0F09 background.


White color preview on #0D0F09 background

This text has white color on #0D0F09 background.