COLOR #0D1F01

HEX: #0D1F01
RGB: (13,31,1)

Color info

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

RGB color model

#0D1F01 color RGB value is (13,31,1).

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

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 1 of 255 = 0%

13
31
1

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

Portions of RGB colors in percentages

R + G + B =
13 + 31 + 1 = 45 (100%)
R 13 of 45 ~ 28.89%
G 31 of 45 ~ 68.89%
B 1 of 45 ~ 2.22%

%28.89
%68.89

CMYK color model

#0D1F01 color CMYK value is (58,0,97,88).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 87.84%
CMYK:
(58,0,97,88)
C58M0Y97K88 
(58%,0%,97%,88%)
(0.58/0.00/0.97/0.88)	

CMYK percentages

%58.06
%0
%96.77
%87.84

Codes

Color #0D1F01 in popluar color models

0D1F01
RGB13311
HSL96°93.75%6.27%
HSB/HSV96°96.77%12.16%
CMYK58.06%0.00%96.77%
87.84%

Color #0D1F01 in popluar number systems.

HEX0D1F01
Decimal13311
Binary1101111111
Octal15371

Shades and tints

Shades of #0D1F01

#0D1F01
(13,31,1)
#0C1D01
(12,29,1)
#0B1B01
(11,27,1)
#0A1901
(10,25,1)
#091701
(9,23,1)
#081501
(8,21,1)
#071301
(7,19,1)
#061101
(6,17,1)
#050F01
(5,15,1)
#040D01
(4,13,1)
#030B01
(3,11,1)
#000000
(0,0,0)

Tints of #0D1F01

#0D1F01
(13,31,1)
#233318
(35,51,24)
#39472F
(57,71,47)
#4F5B46
(79,91,70)
#656F5D
(101,111,93)
#7B8374
(123,131,116)
#91978B
(145,151,139)
#A7ABA2
(167,171,162)
#BDBFB9
(189,191,185)
#D3D3D0
(211,211,208)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1F01; }

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

This text font color is #0D1F01.


Background Color

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

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

This div background color is #0D1F01.


Border color

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

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

This div border color is #0D1F01.


Opacity

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

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

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

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

This text has shadow with #0D1F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1F01 on black background.


Color preview on white background

This text has color #0D1F01 on white background.



Black color preview on #0D1F01 background

This text has black color on #0D1F01 background.


White color preview on #0D1F01 background

This text has white color on #0D1F01 background.