COLOR #0D1604

HEX: #0D1604
RGB: (13,22,4)

Color info

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

RGB color model

#0D1604 color RGB value is (13,22,4).

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

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 4 of 255 = 2%

13
22
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 22 + 4 = 39 (100%)
R 13 of 39 ~ 33.33%
G 22 of 39 ~ 56.41%
B 4 of 39 ~ 10.26%

%33.33
%56.41
%10.26

CMYK color model

#0D1604 color CMYK value is (41,0,82,91).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 91.37%
CMYK:
(41,0,82,91)
C41M0Y82K91 
(41%,0%,82%,91%)
(0.41/0.00/0.82/0.91)	

CMYK percentages

%40.91
%0
%81.82
%91.37

Codes

Color #0D1604 in popluar color models

0D1604
RGB13224
HSL90°69.23%5.10%
HSB/HSV90°81.82%8.63%
CMYK40.91%0.00%81.82%
91.37%

Color #0D1604 in popluar number systems.

HEX0D1604
Decimal13224
Binary110110110100
Octal15264

Shades and tints

Shades of #0D1604

#0D1604
(13,22,4)
#0C1404
(12,20,4)
#0B1204
(11,18,4)
#0A1004
(10,16,4)
#090E04
(9,14,4)
#080C04
(8,12,4)
#070A04
(7,10,4)
#060804
(6,8,4)
#050604
(5,6,4)
#040404
(4,4,4)
#030204
(3,2,4)
#000000
(0,0,0)

Tints of #0D1604

#0D1604
(13,22,4)
#232B1A
(35,43,26)
#394030
(57,64,48)
#4F5546
(79,85,70)
#656A5C
(101,106,92)
#7B7F72
(123,127,114)
#919488
(145,148,136)
#A7A99E
(167,169,158)
#BDBEB4
(189,190,180)
#D3D3CA
(211,211,202)
#E9E8E0
(233,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1604; }

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

This text font color is #0D1604.


Background Color

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

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

This div background color is #0D1604.


Border color

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

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

This div border color is #0D1604.


Opacity

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

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

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

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

This text has shadow with #0D1604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1604 on black background.


Color preview on white background

This text has color #0D1604 on white background.



Black color preview on #0D1604 background

This text has black color on #0D1604 background.


White color preview on #0D1604 background

This text has white color on #0D1604 background.