COLOR #0D1413

HEX: #0D1413
RGB: (13,20,19)

Color info

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

RGB color model

#0D1413 color RGB value is (13,20,19).

  • red value is 13;
  • green value is 20;
  • blue value is 19.
RGB:
(13,20,19)
(5%,8%,7%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 19 of 255 = 7%

13
20
19

R + G + B ~ 7%. #0D1413 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 20 + 19 = 52 (100%)
R 13 of 52 ~ 25%
G 20 of 52 ~ 38.46%
B 19 of 52 ~ 36.54%

%25
%38.46
%36.54

CMYK color model

#0D1413 color CMYK value is (35,0,5,92).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(35,0,5,92)
C35M0Y5K92 
(35%,0%,5%,92%)
(0.35/0.00/0.05/0.92)	

CMYK percentages

%35
%0
%5
%92.16

Codes

Color #0D1413 in popluar color models

0D1413
RGB132019
HSL171°21.21%6.47%
HSB/HSV171°35.00%7.84%
CMYK35.00%0.00%5.00%
92.16%

Color #0D1413 in popluar number systems.

HEX0D1413
Decimal132019
Binary11011010010011
Octal152423

Shades and tints

Shades of #0D1413

#0D1413
(13,20,19)
#0C1312
(12,19,18)
#0B1211
(11,18,17)
#0A1110
(10,17,16)
#09100F
(9,16,15)
#080F0E
(8,15,14)
#070E0D
(7,14,13)
#060D0C
(6,13,12)
#050C0B
(5,12,11)
#040B0A
(4,11,10)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D1413

#0D1413
(13,20,19)
#232928
(35,41,40)
#393E3D
(57,62,61)
#4F5352
(79,83,82)
#656867
(101,104,103)
#7B7D7C
(123,125,124)
#919291
(145,146,145)
#A7A7A6
(167,167,166)
#BDBCBB
(189,188,187)
#D3D1D0
(211,209,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1413; }

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

This text font color is #0D1413.


Background Color

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

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

This div background color is #0D1413.


Border color

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

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

This div border color is #0D1413.


Opacity

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

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

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

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

This text has shadow with #0D1413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1413 on black background.


Color preview on white background

This text has color #0D1413 on white background.



Black color preview on #0D1413 background

This text has black color on #0D1413 background.


White color preview on #0D1413 background

This text has white color on #0D1413 background.