COLOR #0D1D29

HEX: #0D1D29
RGB: (13,29,41)

Color info

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

RGB color model

#0D1D29 color RGB value is (13,29,41).

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

RGB channels and saturation

R 13 of 255 = 5%
G 29 of 255 = 11%
B 41 of 255 = 16%

13
29
41

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

Portions of RGB colors in percentages

R + G + B =
13 + 29 + 41 = 83 (100%)
R 13 of 83 ~ 15.66%
G 29 of 83 ~ 34.94%
B 41 of 83 ~ 49.4%

%15.66
%34.94
%49.4

CMYK color model

#0D1D29 color CMYK value is (68,29,0,84).

  • cyan value is 68.29%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(68,29,0,84)
C68M29Y0K84 
(68%,29%,0%,84%)
(0.68/0.29/0.00/0.84)	

CMYK percentages

%68.29
%29.27
%0
%83.92

Codes

Color #0D1D29 in popluar color models

0D1D29
RGB132941
HSL206°51.85%10.59%
HSB/HSV206°68.29%16.08%
CMYK68.29%29.27%0.00%
83.92%

Color #0D1D29 in popluar number systems.

HEX0D1D29
Decimal132941
Binary110111101101001
Octal153551

Shades and tints

Shades of #0D1D29

#0D1D29
(13,29,41)
#0C1B26
(12,27,38)
#0B1923
(11,25,35)
#0A1720
(10,23,32)
#09151D
(9,21,29)
#08131A
(8,19,26)
#071117
(7,17,23)
#060F14
(6,15,20)
#050D11
(5,13,17)
#040B0E
(4,11,14)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #0D1D29

#0D1D29
(13,29,41)
#23313C
(35,49,60)
#39454F
(57,69,79)
#4F5962
(79,89,98)
#656D75
(101,109,117)
#7B8188
(123,129,136)
#91959B
(145,149,155)
#A7A9AE
(167,169,174)
#BDBDC1
(189,189,193)
#D3D1D4
(211,209,212)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1D29; }

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

This text font color is #0D1D29.


Background Color

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

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

This div background color is #0D1D29.


Border color

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

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

This div border color is #0D1D29.


Opacity

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

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

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

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

This text has shadow with #0D1D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1D29 on black background.


Color preview on white background

This text has color #0D1D29 on white background.



Black color preview on #0D1D29 background

This text has black color on #0D1D29 background.


White color preview on #0D1D29 background

This text has white color on #0D1D29 background.