COLOR #0D1D2C

HEX: #0D1D2C
RGB: (13,29,44)

Color info

#0D1D2C contains red, green and blue colors in about the same proportion. Web safe color of #0D1D2C is #003333 (or #033).

RGB color model

#0D1D2C color RGB value is (13,29,44).

  • red value is 13;
  • green value is 29;
  • blue value is 44.
RGB:
(13,29,44)
(5%,11%,17%)

RGB channels and saturation

R 13 of 255 = 5%
G 29 of 255 = 11%
B 44 of 255 = 17%

13
29
44

R + G + B ~ 11%. #0D1D2C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 29 + 44 = 86 (100%)
R 13 of 86 ~ 15.12%
G 29 of 86 ~ 33.72%
B 44 of 86 ~ 51.16%

%15.12
%33.72
%51.16

CMYK color model

#0D1D2C color CMYK value is (70,34,0,83).

  • cyan value is 70.45%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(70,34,0,83)
C70M34Y0K83 
(70%,34%,0%,83%)
(0.70/0.34/0.00/0.83)	

CMYK percentages

%70.45
%34.09
%0
%82.75

Codes

Color #0D1D2C in popluar color models

0D1D2C
RGB132944
HSL209°54.39%11.18%
HSB/HSV209°70.45%17.25%
CMYK70.45%34.09%0.00%
82.75%

Color #0D1D2C in popluar number systems.

HEX0D1D2C
Decimal132944
Binary110111101101100
Octal153554

Shades and tints

Shades of #0D1D2C

#0D1D2C
(13,29,44)
#0C1B28
(12,27,40)
#0B1924
(11,25,36)
#0A1720
(10,23,32)
#09151C
(9,21,28)
#081318
(8,19,24)
#071114
(7,17,20)
#060F10
(6,15,16)
#050D0C
(5,13,12)
#040B08
(4,11,8)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #0D1D2C

#0D1D2C
(13,29,44)
#23313F
(35,49,63)
#394552
(57,69,82)
#4F5965
(79,89,101)
#656D78
(101,109,120)
#7B818B
(123,129,139)
#91959E
(145,149,158)
#A7A9B1
(167,169,177)
#BDBDC4
(189,189,196)
#D3D1D7
(211,209,215)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1D2C color. Also use rgb(13,29,44) instead hex code.

Text Font Color

.myTextColor { color: #0D1D2C; }

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

This text font color is #0D1D2C.


Background Color

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

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

This div background color is #0D1D2C.


Border color

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

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

This div border color is #0D1D2C.


Opacity

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

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

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

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

This text has shadow with #0D1D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1D2C on black background.


Color preview on white background

This text has color #0D1D2C on white background.



Black color preview on #0D1D2C background

This text has black color on #0D1D2C background.


White color preview on #0D1D2C background

This text has white color on #0D1D2C background.