COLOR #0D1804

HEX: #0D1804
RGB: (13,24,4)

Color info

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

RGB color model

#0D1804 color RGB value is (13,24,4).

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

RGB channels and saturation

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

13
24
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 24 + 4 = 41 (100%)
R 13 of 41 ~ 31.71%
G 24 of 41 ~ 58.54%
B 4 of 41 ~ 9.76%

%31.71
%58.54
%9.76

CMYK color model

#0D1804 color CMYK value is (46,0,83,91).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 90.59%
CMYK:
(46,0,83,91)
C46M0Y83K91 
(46%,0%,83%,91%)
(0.46/0.00/0.83/0.91)	

CMYK percentages

%45.83
%0
%83.33
%90.59

Codes

Color #0D1804 in popluar color models

0D1804
RGB13244
HSL93°71.43%5.49%
HSB/HSV93°83.33%9.41%
CMYK45.83%0.00%83.33%
90.59%

Color #0D1804 in popluar number systems.

HEX0D1804
Decimal13244
Binary110111000100
Octal15304

Shades and tints

Shades of #0D1804

#0D1804
(13,24,4)
#0C1604
(12,22,4)
#0B1404
(11,20,4)
#0A1204
(10,18,4)
#091004
(9,16,4)
#080E04
(8,14,4)
#070C04
(7,12,4)
#060A04
(6,10,4)
#050804
(5,8,4)
#040604
(4,6,4)
#030404
(3,4,4)
#000000
(0,0,0)

Tints of #0D1804

#0D1804
(13,24,4)
#232D1A
(35,45,26)
#394230
(57,66,48)
#4F5746
(79,87,70)
#656C5C
(101,108,92)
#7B8172
(123,129,114)
#919688
(145,150,136)
#A7AB9E
(167,171,158)
#BDC0B4
(189,192,180)
#D3D5CA
(211,213,202)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1804; }

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

This text font color is #0D1804.


Background Color

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

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

This div background color is #0D1804.


Border color

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

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

This div border color is #0D1804.


Opacity

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

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

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

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

This text has shadow with #0D1804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1804 on black background.


Color preview on white background

This text has color #0D1804 on white background.



Black color preview on #0D1804 background

This text has black color on #0D1804 background.


White color preview on #0D1804 background

This text has white color on #0D1804 background.