COLOR #0D1305

HEX: #0D1305
RGB: (13,19,5)

Color info

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

RGB color model

#0D1305 color RGB value is (13,19,5).

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

RGB channels and saturation

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

13
19
5

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

Portions of RGB colors in percentages

R + G + B =
13 + 19 + 5 = 37 (100%)
R 13 of 37 ~ 35.14%
G 19 of 37 ~ 51.35%
B 5 of 37 ~ 13.51%

%35.14
%51.35
%13.51

CMYK color model

#0D1305 color CMYK value is (32,0,74,93).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 92.55%
CMYK:
(32,0,74,93)
C32M0Y74K93 
(32%,0%,74%,93%)
(0.32/0.00/0.74/0.93)	

CMYK percentages

%31.58
%0
%73.68
%92.55

Codes

Color #0D1305 in popluar color models

0D1305
RGB13195
HSL86°58.33%4.71%
HSB/HSV86°73.68%7.45%
CMYK31.58%0.00%73.68%
92.55%

Color #0D1305 in popluar number systems.

HEX0D1305
Decimal13195
Binary110110011101
Octal15235

Shades and tints

Shades of #0D1305

#0D1305
(13,19,5)
#0C1205
(12,18,5)
#0B1105
(11,17,5)
#0A1005
(10,16,5)
#090F05
(9,15,5)
#080E05
(8,14,5)
#070D05
(7,13,5)
#060C05
(6,12,5)
#050B05
(5,11,5)
#040A05
(4,10,5)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #0D1305

#0D1305
(13,19,5)
#23281B
(35,40,27)
#393D31
(57,61,49)
#4F5247
(79,82,71)
#65675D
(101,103,93)
#7B7C73
(123,124,115)
#919189
(145,145,137)
#A7A69F
(167,166,159)
#BDBBB5
(189,187,181)
#D3D0CB
(211,208,203)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1305; }

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

This text font color is #0D1305.


Background Color

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

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

This div background color is #0D1305.


Border color

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

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

This div border color is #0D1305.


Opacity

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

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

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

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

This text has shadow with #0D1305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1305 on black background.


Color preview on white background

This text has color #0D1305 on white background.



Black color preview on #0D1305 background

This text has black color on #0D1305 background.


White color preview on #0D1305 background

This text has white color on #0D1305 background.