COLOR #0D0717

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
7
23

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

Portions of RGB colors in percentages

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

%30.23
%16.28
%53.49

CMYK color model

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

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

CMYK percentages

%43.48
%69.57
%0
%90.98

Codes

Color #0D0717 in popluar color models

0D0717
RGB13723
HSL263°53.33%5.88%
HSB/HSV263°69.57%9.02%
CMYK43.48%69.57%0.00%
90.98%

Color #0D0717 in popluar number systems.

HEX0D0717
Decimal13723
Binary110111110111
Octal15727

Shades and tints

Shades of #0D0717

#0D0717
(13,7,23)
#0C0715
(12,7,21)
#0B0713
(11,7,19)
#0A0711
(10,7,17)
#09070F
(9,7,15)
#08070D
(8,7,13)
#07070B
(7,7,11)
#060709
(6,7,9)
#050707
(5,7,7)
#040705
(4,7,5)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #0D0717

#0D0717
(13,7,23)
#231D2C
(35,29,44)
#393341
(57,51,65)
#4F4956
(79,73,86)
#655F6B
(101,95,107)
#7B7580
(123,117,128)
#918B95
(145,139,149)
#A7A1AA
(167,161,170)
#BDB7BF
(189,183,191)
#D3CDD4
(211,205,212)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0717; }

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

This text font color is #0D0717.


Background Color

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

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

This div background color is #0D0717.


Border color

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

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

This div border color is #0D0717.


Opacity

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

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

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

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

This text has shadow with #0D0717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0717 on black background.


Color preview on white background

This text has color #0D0717 on white background.



Black color preview on #0D0717 background

This text has black color on #0D0717 background.


White color preview on #0D0717 background

This text has white color on #0D0717 background.