COLOR #0D1908

HEX: #0D1908
RGB: (13,25,8)

Color info

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

RGB color model

#0D1908 color RGB value is (13,25,8).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 8 of 255 = 3%

13
25
8

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 8 = 46 (100%)
R 13 of 46 ~ 28.26%
G 25 of 46 ~ 54.35%
B 8 of 46 ~ 17.39%

%28.26
%54.35
%17.39

CMYK color model

#0D1908 color CMYK value is (48,0,68,90).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 90.20%
CMYK:
(48,0,68,90)
C48M0Y68K90 
(48%,0%,68%,90%)
(0.48/0.00/0.68/0.90)	

CMYK percentages

%48
%0
%68
%90.2

Codes

Color #0D1908 in popluar color models

0D1908
RGB13258
HSL102°51.52%6.47%
HSB/HSV102°68.00%9.80%
CMYK48.00%0.00%68.00%
90.20%

Color #0D1908 in popluar number systems.

HEX0D1908
Decimal13258
Binary1101110011000
Octal153110

Shades and tints

Shades of #0D1908

#0D1908
(13,25,8)
#0C1708
(12,23,8)
#0B1508
(11,21,8)
#0A1308
(10,19,8)
#091108
(9,17,8)
#080F08
(8,15,8)
#070D08
(7,13,8)
#060B08
(6,11,8)
#050908
(5,9,8)
#040708
(4,7,8)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #0D1908

#0D1908
(13,25,8)
#232D1E
(35,45,30)
#394134
(57,65,52)
#4F554A
(79,85,74)
#656960
(101,105,96)
#7B7D76
(123,125,118)
#91918C
(145,145,140)
#A7A5A2
(167,165,162)
#BDB9B8
(189,185,184)
#D3CDCE
(211,205,206)
#E9E1E4
(233,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1908; }

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

This text font color is #0D1908.


Background Color

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

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

This div background color is #0D1908.


Border color

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

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

This div border color is #0D1908.


Opacity

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

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

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

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

This text has shadow with #0D1908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1908 on black background.


Color preview on white background

This text has color #0D1908 on white background.



Black color preview on #0D1908 background

This text has black color on #0D1908 background.


White color preview on #0D1908 background

This text has white color on #0D1908 background.