COLOR #0D1304

HEX: #0D1304
RGB: (13,19,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
19
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 19 + 4 = 36 (100%)
R 13 of 36 ~ 36.11%
G 19 of 36 ~ 52.78%
B 4 of 36 ~ 11.11%

%36.11
%52.78
%11.11

CMYK color model

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

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

CMYK percentages

%31.58
%0
%78.95
%92.55

Codes

Color #0D1304 in popluar color models

0D1304
RGB13194
HSL84°65.22%4.51%
HSB/HSV84°78.95%7.45%
CMYK31.58%0.00%78.95%
92.55%

Color #0D1304 in popluar number systems.

HEX0D1304
Decimal13194
Binary110110011100
Octal15234

Shades and tints

Shades of #0D1304

#0D1304
(13,19,4)
#0C1204
(12,18,4)
#0B1104
(11,17,4)
#0A1004
(10,16,4)
#090F04
(9,15,4)
#080E04
(8,14,4)
#070D04
(7,13,4)
#060C04
(6,12,4)
#050B04
(5,11,4)
#040A04
(4,10,4)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #0D1304

#0D1304
(13,19,4)
#23281A
(35,40,26)
#393D30
(57,61,48)
#4F5246
(79,82,70)
#65675C
(101,103,92)
#7B7C72
(123,124,114)
#919188
(145,145,136)
#A7A69E
(167,166,158)
#BDBBB4
(189,187,180)
#D3D0CA
(211,208,202)
#E9E5E0
(233,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1304; }

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

This text font color is #0D1304.


Background Color

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

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

This div background color is #0D1304.


Border color

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

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

This div border color is #0D1304.


Opacity

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

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

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

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

This text has shadow with #0D1304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1304 on black background.


Color preview on white background

This text has color #0D1304 on white background.



Black color preview on #0D1304 background

This text has black color on #0D1304 background.


White color preview on #0D1304 background

This text has white color on #0D1304 background.