COLOR #0D1F0A

HEX: #0D1F0A
RGB: (13,31,10)

Color info

#0D1F0A contains red, green and blue colors in about the same proportion. Web safe color of #0D1F0A is #003300 (or #030).

RGB color model

#0D1F0A color RGB value is (13,31,10).

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

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 10 of 255 = 4%

13
31
10

R + G + B ~ 7%. #0D1F0A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 31 + 10 = 54 (100%)
R 13 of 54 ~ 24.07%
G 31 of 54 ~ 57.41%
B 10 of 54 ~ 18.52%

%24.07
%57.41
%18.52

CMYK color model

#0D1F0A color CMYK value is (58,0,68,88).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 67.74%
  • key color value is 87.84%
CMYK:
(58,0,68,88)
C58M0Y68K88 
(58%,0%,68%,88%)
(0.58/0.00/0.68/0.88)	

CMYK percentages

%58.06
%0
%67.74
%87.84

Codes

Color #0D1F0A in popluar color models

0D1F0A
RGB133110
HSL111°51.22%8.04%
HSB/HSV111°67.74%12.16%
CMYK58.06%0.00%67.74%
87.84%

Color #0D1F0A in popluar number systems.

HEX0D1F0A
Decimal133110
Binary1101111111010
Octal153712

Shades and tints

Shades of #0D1F0A

#0D1F0A
(13,31,10)
#0C1D0A
(12,29,10)
#0B1B0A
(11,27,10)
#0A190A
(10,25,10)
#09170A
(9,23,10)
#08150A
(8,21,10)
#07130A
(7,19,10)
#06110A
(6,17,10)
#050F0A
(5,15,10)
#040D0A
(4,13,10)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #0D1F0A

#0D1F0A
(13,31,10)
#233320
(35,51,32)
#394736
(57,71,54)
#4F5B4C
(79,91,76)
#656F62
(101,111,98)
#7B8378
(123,131,120)
#91978E
(145,151,142)
#A7ABA4
(167,171,164)
#BDBFBA
(189,191,186)
#D3D3D0
(211,211,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1F0A color. Also use rgb(13,31,10) instead hex code.

Text Font Color

.myTextColor { color: #0D1F0A; }

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

This text font color is #0D1F0A.


Background Color

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

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

This div background color is #0D1F0A.


Border color

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

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

This div border color is #0D1F0A.


Opacity

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

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

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

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

This text has shadow with #0D1F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1F0A on black background.


Color preview on white background

This text has color #0D1F0A on white background.



Black color preview on #0D1F0A background

This text has black color on #0D1F0A background.


White color preview on #0D1F0A background

This text has white color on #0D1F0A background.