COLOR #0D1C12

HEX: #0D1C12
RGB: (13,28,18)

Color info

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

RGB color model

#0D1C12 color RGB value is (13,28,18).

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

RGB channels and saturation

R 13 of 255 = 5%
G 28 of 255 = 11%
B 18 of 255 = 7%

13
28
18

R + G + B ~ 8%. #0D1C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 28 + 18 = 59 (100%)
R 13 of 59 ~ 22.03%
G 28 of 59 ~ 47.46%
B 18 of 59 ~ 30.51%

%22.03
%47.46
%30.51

CMYK color model

#0D1C12 color CMYK value is (54,0,36,89).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 89.02%
CMYK:
(54,0,36,89)
C54M0Y36K89 
(54%,0%,36%,89%)
(0.54/0.00/0.36/0.89)	

CMYK percentages

%53.57
%0
%35.71
%89.02

Codes

Color #0D1C12 in popluar color models

0D1C12
RGB132818
HSL140°36.59%8.04%
HSB/HSV140°53.57%10.98%
CMYK53.57%0.00%35.71%
89.02%

Color #0D1C12 in popluar number systems.

HEX0D1C12
Decimal132818
Binary11011110010010
Octal153422

Shades and tints

Shades of #0D1C12

#0D1C12
(13,28,18)
#0C1A11
(12,26,17)
#0B1810
(11,24,16)
#0A160F
(10,22,15)
#09140E
(9,20,14)
#08120D
(8,18,13)
#07100C
(7,16,12)
#060E0B
(6,14,11)
#050C0A
(5,12,10)
#040A09
(4,10,9)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #0D1C12

#0D1C12
(13,28,18)
#233027
(35,48,39)
#39443C
(57,68,60)
#4F5851
(79,88,81)
#656C66
(101,108,102)
#7B807B
(123,128,123)
#919490
(145,148,144)
#A7A8A5
(167,168,165)
#BDBCBA
(189,188,186)
#D3D0CF
(211,208,207)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1C12; }

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

This text font color is #0D1C12.


Background Color

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

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

This div background color is #0D1C12.


Border color

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

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

This div border color is #0D1C12.


Opacity

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

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

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

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

This text has shadow with #0D1C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1C12 on black background.


Color preview on white background

This text has color #0D1C12 on white background.



Black color preview on #0D1C12 background

This text has black color on #0D1C12 background.


White color preview on #0D1C12 background

This text has white color on #0D1C12 background.