COLOR #0D2129

HEX: #0D2129
RGB: (13,33,41)

Color info

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

RGB color model

#0D2129 color RGB value is (13,33,41).

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

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 41 of 255 = 16%

13
33
41

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

Portions of RGB colors in percentages

R + G + B =
13 + 33 + 41 = 87 (100%)
R 13 of 87 ~ 14.94%
G 33 of 87 ~ 37.93%
B 41 of 87 ~ 47.13%

%14.94
%37.93
%47.13

CMYK color model

#0D2129 color CMYK value is (68,20,0,84).

  • cyan value is 68.29%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(68,20,0,84)
C68M20Y0K84 
(68%,20%,0%,84%)
(0.68/0.20/0.00/0.84)	

CMYK percentages

%68.29
%19.51
%0
%83.92

Codes

Color #0D2129 in popluar color models

0D2129
RGB133341
HSL197°51.85%10.59%
HSB/HSV197°68.29%16.08%
CMYK68.29%19.51%0.00%
83.92%

Color #0D2129 in popluar number systems.

HEX0D2129
Decimal133341
Binary1101100001101001
Octal154151

Shades and tints

Shades of #0D2129

#0D2129
(13,33,41)
#0C1E26
(12,30,38)
#0B1B23
(11,27,35)
#0A1820
(10,24,32)
#09151D
(9,21,29)
#08121A
(8,18,26)
#070F17
(7,15,23)
#060C14
(6,12,20)
#050911
(5,9,17)
#04060E
(4,6,14)
#03030B
(3,3,11)
#000000
(0,0,0)

Tints of #0D2129

#0D2129
(13,33,41)
#23353C
(35,53,60)
#39494F
(57,73,79)
#4F5D62
(79,93,98)
#657175
(101,113,117)
#7B8588
(123,133,136)
#91999B
(145,153,155)
#A7ADAE
(167,173,174)
#BDC1C1
(189,193,193)
#D3D5D4
(211,213,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2129; }

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

This text font color is #0D2129.


Background Color

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

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

This div background color is #0D2129.


Border color

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

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

This div border color is #0D2129.


Opacity

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

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

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

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

This text has shadow with #0D2129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2129 on black background.


Color preview on white background

This text has color #0D2129 on white background.



Black color preview on #0D2129 background

This text has black color on #0D2129 background.


White color preview on #0D2129 background

This text has white color on #0D2129 background.