COLOR #0D1612

HEX: #0D1612
RGB: (13,22,18)

Color info

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

RGB color model

#0D1612 color RGB value is (13,22,18).

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

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 18 of 255 = 7%

13
22
18

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

Portions of RGB colors in percentages

R + G + B =
13 + 22 + 18 = 53 (100%)
R 13 of 53 ~ 24.53%
G 22 of 53 ~ 41.51%
B 18 of 53 ~ 33.96%

%24.53
%41.51
%33.96

CMYK color model

#0D1612 color CMYK value is (41,0,18,91).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 91.37%
CMYK:
(41,0,18,91)
C41M0Y18K91 
(41%,0%,18%,91%)
(0.41/0.00/0.18/0.91)	

CMYK percentages

%40.91
%0
%18.18
%91.37

Codes

Color #0D1612 in popluar color models

0D1612
RGB132218
HSL153°25.71%6.86%
HSB/HSV153°40.91%8.63%
CMYK40.91%0.00%18.18%
91.37%

Color #0D1612 in popluar number systems.

HEX0D1612
Decimal132218
Binary11011011010010
Octal152622

Shades and tints

Shades of #0D1612

#0D1612
(13,22,18)
#0C1411
(12,20,17)
#0B1210
(11,18,16)
#0A100F
(10,16,15)
#090E0E
(9,14,14)
#080C0D
(8,12,13)
#070A0C
(7,10,12)
#06080B
(6,8,11)
#05060A
(5,6,10)
#040409
(4,4,9)
#030208
(3,2,8)
#000000
(0,0,0)

Tints of #0D1612

#0D1612
(13,22,18)
#232B27
(35,43,39)
#39403C
(57,64,60)
#4F5551
(79,85,81)
#656A66
(101,106,102)
#7B7F7B
(123,127,123)
#919490
(145,148,144)
#A7A9A5
(167,169,165)
#BDBEBA
(189,190,186)
#D3D3CF
(211,211,207)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1612; }

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

This text font color is #0D1612.


Background Color

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

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

This div background color is #0D1612.


Border color

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

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

This div border color is #0D1612.


Opacity

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

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

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

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

This text has shadow with #0D1612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1612 on black background.


Color preview on white background

This text has color #0D1612 on white background.



Black color preview on #0D1612 background

This text has black color on #0D1612 background.


White color preview on #0D1612 background

This text has white color on #0D1612 background.