COLOR #0D1806

HEX: #0D1806
RGB: (13,24,6)

Color info

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

RGB color model

#0D1806 color RGB value is (13,24,6).

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

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 6 of 255 = 2%

13
24
6

R + G + B ~ 5%. #0D1806 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 24 + 6 = 43 (100%)
R 13 of 43 ~ 30.23%
G 24 of 43 ~ 55.81%
B 6 of 43 ~ 13.95%

%30.23
%55.81
%13.95

CMYK color model

#0D1806 color CMYK value is (46,0,75,91).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 90.59%
CMYK:
(46,0,75,91)
C46M0Y75K91 
(46%,0%,75%,91%)
(0.46/0.00/0.75/0.91)	

CMYK percentages

%45.83
%0
%75
%90.59

Codes

Color #0D1806 in popluar color models

0D1806
RGB13246
HSL97°60.00%5.88%
HSB/HSV97°75.00%9.41%
CMYK45.83%0.00%75.00%
90.59%

Color #0D1806 in popluar number systems.

HEX0D1806
Decimal13246
Binary110111000110
Octal15306

Shades and tints

Shades of #0D1806

#0D1806
(13,24,6)
#0C1606
(12,22,6)
#0B1406
(11,20,6)
#0A1206
(10,18,6)
#091006
(9,16,6)
#080E06
(8,14,6)
#070C06
(7,12,6)
#060A06
(6,10,6)
#050806
(5,8,6)
#040606
(4,6,6)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #0D1806

#0D1806
(13,24,6)
#232D1C
(35,45,28)
#394232
(57,66,50)
#4F5748
(79,87,72)
#656C5E
(101,108,94)
#7B8174
(123,129,116)
#91968A
(145,150,138)
#A7ABA0
(167,171,160)
#BDC0B6
(189,192,182)
#D3D5CC
(211,213,204)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1806; }

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

This text font color is #0D1806.


Background Color

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

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

This div background color is #0D1806.


Border color

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

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

This div border color is #0D1806.


Opacity

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

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

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

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

This text has shadow with #0D1806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1806 on black background.


Color preview on white background

This text has color #0D1806 on white background.



Black color preview on #0D1806 background

This text has black color on #0D1806 background.


White color preview on #0D1806 background

This text has white color on #0D1806 background.