COLOR #0D130D

HEX: #0D130D
RGB: (13,19,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
19
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 19 + 13 = 45 (100%)
R 13 of 45 ~ 28.89%
G 19 of 45 ~ 42.22%
B 13 of 45 ~ 28.89%

%28.89
%42.22
%28.89

CMYK color model

#0D130D color CMYK value is (32,0,32,93).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(32,0,32,93)
C32M0Y32K93 
(32%,0%,32%,93%)
(0.32/0.00/0.32/0.93)	

CMYK percentages

%31.58
%0
%31.58
%92.55

Codes

Color #0D130D in popluar color models

0D130D
RGB131913
HSL120°18.75%6.27%
HSB/HSV120°31.58%7.45%
CMYK31.58%0.00%31.58%
92.55%

Color #0D130D in popluar number systems.

HEX0D130D
Decimal131913
Binary1101100111101
Octal152315

Shades and tints

Shades of #0D130D

#0D130D
(13,19,13)
#0C120C
(12,18,12)
#0B110B
(11,17,11)
#0A100A
(10,16,10)
#090F09
(9,15,9)
#080E08
(8,14,8)
#070D07
(7,13,7)
#060C06
(6,12,6)
#050B05
(5,11,5)
#040A04
(4,10,4)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #0D130D

#0D130D
(13,19,13)
#232823
(35,40,35)
#393D39
(57,61,57)
#4F524F
(79,82,79)
#656765
(101,103,101)
#7B7C7B
(123,124,123)
#919191
(145,145,145)
#A7A6A7
(167,166,167)
#BDBBBD
(189,187,189)
#D3D0D3
(211,208,211)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D130D; }

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

This text font color is #0D130D.


Background Color

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

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

This div background color is #0D130D.


Border color

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

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

This div border color is #0D130D.


Opacity

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

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

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

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

This text has shadow with #0D130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D130D on black background.


Color preview on white background

This text has color #0D130D on white background.



Black color preview on #0D130D background

This text has black color on #0D130D background.


White color preview on #0D130D background

This text has white color on #0D130D background.