COLOR #0D1904

HEX: #0D1904
RGB: (13,25,4)

Color info

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

RGB color model

#0D1904 color RGB value is (13,25,4).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 4 of 255 = 2%

13
25
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 4 = 42 (100%)
R 13 of 42 ~ 30.95%
G 25 of 42 ~ 59.52%
B 4 of 42 ~ 9.52%

%30.95
%59.52
%9.52

CMYK color model

#0D1904 color CMYK value is (48,0,84,90).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 90.20%
CMYK:
(48,0,84,90)
C48M0Y84K90 
(48%,0%,84%,90%)
(0.48/0.00/0.84/0.90)	

CMYK percentages

%48
%0
%84
%90.2

Codes

Color #0D1904 in popluar color models

0D1904
RGB13254
HSL94°72.41%5.69%
HSB/HSV94°84.00%9.80%
CMYK48.00%0.00%84.00%
90.20%

Color #0D1904 in popluar number systems.

HEX0D1904
Decimal13254
Binary110111001100
Octal15314

Shades and tints

Shades of #0D1904

#0D1904
(13,25,4)
#0C1704
(12,23,4)
#0B1504
(11,21,4)
#0A1304
(10,19,4)
#091104
(9,17,4)
#080F04
(8,15,4)
#070D04
(7,13,4)
#060B04
(6,11,4)
#050904
(5,9,4)
#040704
(4,7,4)
#030504
(3,5,4)
#000000
(0,0,0)

Tints of #0D1904

#0D1904
(13,25,4)
#232D1A
(35,45,26)
#394130
(57,65,48)
#4F5546
(79,85,70)
#65695C
(101,105,92)
#7B7D72
(123,125,114)
#919188
(145,145,136)
#A7A59E
(167,165,158)
#BDB9B4
(189,185,180)
#D3CDCA
(211,205,202)
#E9E1E0
(233,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1904; }

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

This text font color is #0D1904.


Background Color

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

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

This div background color is #0D1904.


Border color

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

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

This div border color is #0D1904.


Opacity

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

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

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

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

This text has shadow with #0D1904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1904 on black background.


Color preview on white background

This text has color #0D1904 on white background.



Black color preview on #0D1904 background

This text has black color on #0D1904 background.


White color preview on #0D1904 background

This text has white color on #0D1904 background.