COLOR #0D1F16

HEX: #0D1F16
RGB: (13,31,22)

Color info

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

RGB color model

#0D1F16 color RGB value is (13,31,22).

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

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 22 of 255 = 9%

13
31
22

R + G + B ~ 9%. #0D1F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 31 + 22 = 66 (100%)
R 13 of 66 ~ 19.7%
G 31 of 66 ~ 46.97%
B 22 of 66 ~ 33.33%

%19.7
%46.97
%33.33

CMYK color model

#0D1F16 color CMYK value is (58,0,29,88).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 87.84%
CMYK:
(58,0,29,88)
C58M0Y29K88 
(58%,0%,29%,88%)
(0.58/0.00/0.29/0.88)	

CMYK percentages

%58.06
%0
%29.03
%87.84

Codes

Color #0D1F16 in popluar color models

0D1F16
RGB133122
HSL150°40.91%8.63%
HSB/HSV150°58.06%12.16%
CMYK58.06%0.00%29.03%
87.84%

Color #0D1F16 in popluar number systems.

HEX0D1F16
Decimal133122
Binary11011111110110
Octal153726

Shades and tints

Shades of #0D1F16

#0D1F16
(13,31,22)
#0C1D14
(12,29,20)
#0B1B12
(11,27,18)
#0A1910
(10,25,16)
#09170E
(9,23,14)
#08150C
(8,21,12)
#07130A
(7,19,10)
#061108
(6,17,8)
#050F06
(5,15,6)
#040D04
(4,13,4)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #0D1F16

#0D1F16
(13,31,22)
#23332B
(35,51,43)
#394740
(57,71,64)
#4F5B55
(79,91,85)
#656F6A
(101,111,106)
#7B837F
(123,131,127)
#919794
(145,151,148)
#A7ABA9
(167,171,169)
#BDBFBE
(189,191,190)
#D3D3D3
(211,211,211)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1F16; }

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

This text font color is #0D1F16.


Background Color

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

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

This div background color is #0D1F16.


Border color

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

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

This div border color is #0D1F16.


Opacity

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

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

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

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

This text has shadow with #0D1F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1F16 on black background.


Color preview on white background

This text has color #0D1F16 on white background.



Black color preview on #0D1F16 background

This text has black color on #0D1F16 background.


White color preview on #0D1F16 background

This text has white color on #0D1F16 background.