COLOR #0D2429

HEX: #0D2429
RGB: (13,36,41)

Color info

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

RGB color model

#0D2429 color RGB value is (13,36,41).

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

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 41 of 255 = 16%

13
36
41

R + G + B ~ 12%. #0D2429 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 41 = 90 (100%)
R 13 of 90 ~ 14.44%
G 36 of 90 ~ 40%
B 41 of 90 ~ 45.56%

%14.44
%40
%45.56

CMYK color model

#0D2429 color CMYK value is (68,12,0,84).

  • cyan value is 68.29%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(68,12,0,84)
C68M12Y0K84 
(68%,12%,0%,84%)
(0.68/0.12/0.00/0.84)	

CMYK percentages

%68.29
%12.2
%0
%83.92

Codes

Color #0D2429 in popluar color models

0D2429
RGB133641
HSL191°51.85%10.59%
HSB/HSV191°68.29%16.08%
CMYK68.29%12.20%0.00%
83.92%

Color #0D2429 in popluar number systems.

HEX0D2429
Decimal133641
Binary1101100100101001
Octal154451

Shades and tints

Shades of #0D2429

#0D2429
(13,36,41)
#0C2126
(12,33,38)
#0B1E23
(11,30,35)
#0A1B20
(10,27,32)
#09181D
(9,24,29)
#08151A
(8,21,26)
#071217
(7,18,23)
#060F14
(6,15,20)
#050C11
(5,12,17)
#04090E
(4,9,14)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #0D2429

#0D2429
(13,36,41)
#23373C
(35,55,60)
#394A4F
(57,74,79)
#4F5D62
(79,93,98)
#657075
(101,112,117)
#7B8388
(123,131,136)
#91969B
(145,150,155)
#A7A9AE
(167,169,174)
#BDBCC1
(189,188,193)
#D3CFD4
(211,207,212)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2429; }

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

This text font color is #0D2429.


Background Color

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

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

This div background color is #0D2429.


Border color

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

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

This div border color is #0D2429.


Opacity

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

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

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

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

This text has shadow with #0D2429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2429 on black background.


Color preview on white background

This text has color #0D2429 on white background.



Black color preview on #0D2429 background

This text has black color on #0D2429 background.


White color preview on #0D2429 background

This text has white color on #0D2429 background.