COLOR #0D0701

HEX: #0D0701
RGB: (13,7,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
7
1

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

Portions of RGB colors in percentages

R + G + B =
13 + 7 + 1 = 21 (100%)
R 13 of 21 ~ 61.9%
G 7 of 21 ~ 33.33%
B 1 of 21 ~ 4.76%

%61.9
%33.33

CMYK color model

#0D0701 color CMYK value is (0,46,92,95).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 92.31%
  • key color value is 94.90%
CMYK:
(0,46,92,95)
C0M46Y92K95 
(0%,46%,92%,95%)
(0.00/0.46/0.92/0.95)	

CMYK percentages

%0
%46.15
%92.31
%94.9

Codes

Color #0D0701 in popluar color models

0D0701
RGB1371
HSL30°85.71%2.75%
HSB/HSV30°92.31%5.10%
CMYK0.00%46.15%92.31%
94.90%

Color #0D0701 in popluar number systems.

HEX0D0701
Decimal1371
Binary11011111
Octal1571

Shades and tints

Shades of #0D0701

#0D0701
(13,7,1)
#0C0701
(12,7,1)
#0B0701
(11,7,1)
#0A0701
(10,7,1)
#090701
(9,7,1)
#080701
(8,7,1)
#070701
(7,7,1)
#060701
(6,7,1)
#050701
(5,7,1)
#040701
(4,7,1)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #0D0701

#0D0701
(13,7,1)
#231D18
(35,29,24)
#39332F
(57,51,47)
#4F4946
(79,73,70)
#655F5D
(101,95,93)
#7B7574
(123,117,116)
#918B8B
(145,139,139)
#A7A1A2
(167,161,162)
#BDB7B9
(189,183,185)
#D3CDD0
(211,205,208)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0701; }

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

This text font color is #0D0701.


Background Color

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

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

This div background color is #0D0701.


Border color

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

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

This div border color is #0D0701.


Opacity

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

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

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

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

This text has shadow with #0D0701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0701 on black background.


Color preview on white background

This text has color #0D0701 on white background.



Black color preview on #0D0701 background

This text has black color on #0D0701 background.


White color preview on #0D0701 background

This text has white color on #0D0701 background.