COLOR #0D1707

HEX: #0D1707
RGB: (13,23,7)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 7 of 255 = 3%

13
23
7

R + G + B ~ 6%. #0D1707 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 7 = 43 (100%)
R 13 of 43 ~ 30.23%
G 23 of 43 ~ 53.49%
B 7 of 43 ~ 16.28%

%30.23
%53.49
%16.28

CMYK color model

#0D1707 color CMYK value is (43,0,70,91).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 90.98%
CMYK:
(43,0,70,91)
C43M0Y70K91 
(43%,0%,70%,91%)
(0.43/0.00/0.70/0.91)	

CMYK percentages

%43.48
%0
%69.57
%90.98

Codes

Color #0D1707 in popluar color models

0D1707
RGB13237
HSL98°53.33%5.88%
HSB/HSV98°69.57%9.02%
CMYK43.48%0.00%69.57%
90.98%

Color #0D1707 in popluar number systems.

HEX0D1707
Decimal13237
Binary110110111111
Octal15277

Shades and tints

Shades of #0D1707

#0D1707
(13,23,7)
#0C1507
(12,21,7)
#0B1307
(11,19,7)
#0A1107
(10,17,7)
#090F07
(9,15,7)
#080D07
(8,13,7)
#070B07
(7,11,7)
#060907
(6,9,7)
#050707
(5,7,7)
#040507
(4,5,7)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #0D1707

#0D1707
(13,23,7)
#232C1D
(35,44,29)
#394133
(57,65,51)
#4F5649
(79,86,73)
#656B5F
(101,107,95)
#7B8075
(123,128,117)
#91958B
(145,149,139)
#A7AAA1
(167,170,161)
#BDBFB7
(189,191,183)
#D3D4CD
(211,212,205)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1707; }

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

This text font color is #0D1707.


Background Color

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

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

This div background color is #0D1707.


Border color

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

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

This div border color is #0D1707.


Opacity

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

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

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

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

This text has shadow with #0D1707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1707 on black background.


Color preview on white background

This text has color #0D1707 on white background.



Black color preview on #0D1707 background

This text has black color on #0D1707 background.


White color preview on #0D1707 background

This text has white color on #0D1707 background.