COLOR #0D0007

HEX: #0D0007
RGB: (13,0,7)

Color info

#0D0007 contains only red and blue colors. Web safe color of #0D0007 is #000000 (or #000).

RGB color model

#0D0007 color RGB value is (13,0,7).

  • red value is 13;
  • green value is 0;
  • blue value is 7.
RGB:
(13,0,7)
(5%,0%,3%)

RGB channels and saturation

R 13 of 255 = 5%
G 0 of 255 = 0%
B 7 of 255 = 3%

13
0
7

R + G + B ~ 3%. #0D0007 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 0 + 7 = 20 (100%)
R 13 of 20 ~ 65%
G 0 of 20 ~ 0%
B 7 of 20 ~ 35%

%65
%35

CMYK color model

#0D0007 color CMYK value is (0,100,46,95).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 46.15%
  • key color value is 94.90%
CMYK:
(0,100,46,95)
C0M100Y46K95 
(0%,100%,46%,95%)
(0.00/1.00/0.46/0.95)	

CMYK percentages

%0
%100
%46.15
%94.9

Codes

Color #0D0007 in popluar color models

0D0007
RGB1307
HSL328°100.00%2.55%
HSB/HSV328°100.00%5.10%
CMYK0.00%100.00%46.15%
94.90%

Color #0D0007 in popluar number systems.

HEX0D0007
Decimal1307
Binary11010111
Octal1507

Shades and tints

Shades of #0D0007

#0D0007
(13,0,7)
#0C0007
(12,0,7)
#0B0007
(11,0,7)
#0A0007
(10,0,7)
#090007
(9,0,7)
#080007
(8,0,7)
#070007
(7,0,7)
#060007
(6,0,7)
#050007
(5,0,7)
#040007
(4,0,7)
#030007
(3,0,7)
#000000
(0,0,0)

Tints of #0D0007

#0D0007
(13,0,7)
#23171D
(35,23,29)
#392E33
(57,46,51)
#4F4549
(79,69,73)
#655C5F
(101,92,95)
#7B7375
(123,115,117)
#918A8B
(145,138,139)
#A7A1A1
(167,161,161)
#BDB8B7
(189,184,183)
#D3CFCD
(211,207,205)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0007; }

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

This text font color is #0D0007.


Background Color

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

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

This div background color is #0D0007.


Border color

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

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

This div border color is #0D0007.


Opacity

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

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

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

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

This text has shadow with #0D0007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0007 on black background.


Color preview on white background

This text has color #0D0007 on white background.



Black color preview on #0D0007 background

This text has black color on #0D0007 background.


White color preview on #0D0007 background

This text has white color on #0D0007 background.