COLOR #0D1D2D

HEX: #0D1D2D
RGB: (13,29,45)

Color info

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

RGB color model

#0D1D2D color RGB value is (13,29,45).

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

RGB channels and saturation

R 13 of 255 = 5%
G 29 of 255 = 11%
B 45 of 255 = 18%

13
29
45

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

Portions of RGB colors in percentages

R + G + B =
13 + 29 + 45 = 87 (100%)
R 13 of 87 ~ 14.94%
G 29 of 87 ~ 33.33%
B 45 of 87 ~ 51.72%

%14.94
%33.33
%51.72

CMYK color model

#0D1D2D color CMYK value is (71,36,0,82).

  • cyan value is 71.11%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(71,36,0,82)
C71M36Y0K82 
(71%,36%,0%,82%)
(0.71/0.36/0.00/0.82)	

CMYK percentages

%71.11
%35.56
%0
%82.35

Codes

Color #0D1D2D in popluar color models

0D1D2D
RGB132945
HSL210°55.17%11.37%
HSB/HSV210°71.11%17.65%
CMYK71.11%35.56%0.00%
82.35%

Color #0D1D2D in popluar number systems.

HEX0D1D2D
Decimal132945
Binary110111101101101
Octal153555

Shades and tints

Shades of #0D1D2D

#0D1D2D
(13,29,45)
#0C1B29
(12,27,41)
#0B1925
(11,25,37)
#0A1721
(10,23,33)
#09151D
(9,21,29)
#081319
(8,19,25)
#071115
(7,17,21)
#060F11
(6,15,17)
#050D0D
(5,13,13)
#040B09
(4,11,9)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #0D1D2D

#0D1D2D
(13,29,45)
#233140
(35,49,64)
#394553
(57,69,83)
#4F5966
(79,89,102)
#656D79
(101,109,121)
#7B818C
(123,129,140)
#91959F
(145,149,159)
#A7A9B2
(167,169,178)
#BDBDC5
(189,189,197)
#D3D1D8
(211,209,216)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1D2D; }

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

This text font color is #0D1D2D.


Background Color

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

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

This div background color is #0D1D2D.


Border color

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

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

This div border color is #0D1D2D.


Opacity

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

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

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

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

This text has shadow with #0D1D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1D2D on black background.


Color preview on white background

This text has color #0D1D2D on white background.



Black color preview on #0D1D2D background

This text has black color on #0D1D2D background.


White color preview on #0D1D2D background

This text has white color on #0D1D2D background.