COLOR #0D0718

HEX: #0D0718
RGB: (13,7,24)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
7
24

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

Portions of RGB colors in percentages

R + G + B =
13 + 7 + 24 = 44 (100%)
R 13 of 44 ~ 29.55%
G 7 of 44 ~ 15.91%
B 24 of 44 ~ 54.55%

%29.55
%15.91
%54.55

CMYK color model

#0D0718 color CMYK value is (46,71,0,91).

  • cyan value is 45.83%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(46,71,0,91)
C46M71Y0K91 
(46%,71%,0%,91%)
(0.46/0.71/0.00/0.91)	

CMYK percentages

%45.83
%70.83
%0
%90.59

Codes

Color #0D0718 in popluar color models

0D0718
RGB13724
HSL261°54.84%6.08%
HSB/HSV261°70.83%9.41%
CMYK45.83%70.83%0.00%
90.59%

Color #0D0718 in popluar number systems.

HEX0D0718
Decimal13724
Binary110111111000
Octal15730

Shades and tints

Shades of #0D0718

#0D0718
(13,7,24)
#0C0716
(12,7,22)
#0B0714
(11,7,20)
#0A0712
(10,7,18)
#090710
(9,7,16)
#08070E
(8,7,14)
#07070C
(7,7,12)
#06070A
(6,7,10)
#050708
(5,7,8)
#040706
(4,7,6)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #0D0718

#0D0718
(13,7,24)
#231D2D
(35,29,45)
#393342
(57,51,66)
#4F4957
(79,73,87)
#655F6C
(101,95,108)
#7B7581
(123,117,129)
#918B96
(145,139,150)
#A7A1AB
(167,161,171)
#BDB7C0
(189,183,192)
#D3CDD5
(211,205,213)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0718; }

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

This text font color is #0D0718.


Background Color

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

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

This div background color is #0D0718.


Border color

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

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

This div border color is #0D0718.


Opacity

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

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

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

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

This text has shadow with #0D0718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0718 on black background.


Color preview on white background

This text has color #0D0718 on white background.



Black color preview on #0D0718 background

This text has black color on #0D0718 background.


White color preview on #0D0718 background

This text has white color on #0D0718 background.