COLOR #0D0E1C

HEX: #0D0E1C
RGB: (13,14,28)

Color info

#0D0E1C contains red, green and blue colors in about the same proportion. Web safe color of #0D0E1C is #000033 (or #003).

RGB color model

#0D0E1C color RGB value is (13,14,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 14 of 255 = 5%
B 28 of 255 = 11%

13
14
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 14 + 28 = 55 (100%)
R 13 of 55 ~ 23.64%
G 14 of 55 ~ 25.45%
B 28 of 55 ~ 50.91%

%23.64
%25.45
%50.91

CMYK color model

#0D0E1C color CMYK value is (54,50,0,89).

  • cyan value is 53.57%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(54,50,0,89)
C54M50Y0K89 
(54%,50%,0%,89%)
(0.54/0.50/0.00/0.89)	

CMYK percentages

%53.57
%50
%0
%89.02

Codes

Color #0D0E1C in popluar color models

0D0E1C
RGB131428
HSL236°36.59%8.04%
HSB/HSV236°53.57%10.98%
CMYK53.57%50.00%0.00%
89.02%

Color #0D0E1C in popluar number systems.

HEX0D0E1C
Decimal131428
Binary1101111011100
Octal151634

Shades and tints

Shades of #0D0E1C

#0D0E1C
(13,14,28)
#0C0D1A
(12,13,26)
#0B0C18
(11,12,24)
#0A0B16
(10,11,22)
#090A14
(9,10,20)
#080912
(8,9,18)
#070810
(7,8,16)
#06070E
(6,7,14)
#05060C
(5,6,12)
#04050A
(4,5,10)
#030408
(3,4,8)
#000000
(0,0,0)

Tints of #0D0E1C

#0D0E1C
(13,14,28)
#232330
(35,35,48)
#393844
(57,56,68)
#4F4D58
(79,77,88)
#65626C
(101,98,108)
#7B7780
(123,119,128)
#918C94
(145,140,148)
#A7A1A8
(167,161,168)
#BDB6BC
(189,182,188)
#D3CBD0
(211,203,208)
#E9E0E4
(233,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0E1C; }

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

This text font color is #0D0E1C.


Background Color

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

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

This div background color is #0D0E1C.


Border color

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

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

This div border color is #0D0E1C.


Opacity

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

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

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

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

This text has shadow with #0D0E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0E1C on black background.


Color preview on white background

This text has color #0D0E1C on white background.



Black color preview on #0D0E1C background

This text has black color on #0D0E1C background.


White color preview on #0D0E1C background

This text has white color on #0D0E1C background.