COLOR #0D1832

HEX: #0D1832
RGB: (13,24,50)

Color info

#0D1832 contains red, green and blue colors in about the same proportion. Web safe color of #0D1832 is #000033 (or #003).

RGB color model

#0D1832 color RGB value is (13,24,50).

  • red value is 13;
  • green value is 24;
  • blue value is 50.
RGB:
(13,24,50)
(5%,9%,20%)

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 50 of 255 = 20%

13
24
50

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

Portions of RGB colors in percentages

R + G + B =
13 + 24 + 50 = 87 (100%)
R 13 of 87 ~ 14.94%
G 24 of 87 ~ 27.59%
B 50 of 87 ~ 57.47%

%14.94
%27.59
%57.47

CMYK color model

#0D1832 color CMYK value is (74,52,0,80).

  • cyan value is 74.00%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(74,52,0,80)
C74M52Y0K80 
(74%,52%,0%,80%)
(0.74/0.52/0.00/0.80)	

CMYK percentages

%74
%52
%0
%80.39

Codes

Color #0D1832 in popluar color models

0D1832
RGB132450
HSL222°58.73%12.35%
HSB/HSV222°74.00%19.61%
CMYK74.00%52.00%0.00%
80.39%

Color #0D1832 in popluar number systems.

HEX0D1832
Decimal132450
Binary110111000110010
Octal153062

Shades and tints

Shades of #0D1832

#0D1832
(13,24,50)
#0C162E
(12,22,46)
#0B142A
(11,20,42)
#0A1226
(10,18,38)
#091022
(9,16,34)
#080E1E
(8,14,30)
#070C1A
(7,12,26)
#060A16
(6,10,22)
#050812
(5,8,18)
#04060E
(4,6,14)
#03040A
(3,4,10)
#000000
(0,0,0)

Tints of #0D1832

#0D1832
(13,24,50)
#232D44
(35,45,68)
#394256
(57,66,86)
#4F5768
(79,87,104)
#656C7A
(101,108,122)
#7B818C
(123,129,140)
#91969E
(145,150,158)
#A7ABB0
(167,171,176)
#BDC0C2
(189,192,194)
#D3D5D4
(211,213,212)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1832 color. Also use rgb(13,24,50) instead hex code.

Text Font Color

.myTextColor { color: #0D1832; }

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

This text font color is #0D1832.


Background Color

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

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

This div background color is #0D1832.


Border color

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

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

This div border color is #0D1832.


Opacity

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

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

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

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

This text has shadow with #0D1832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1832 on black background.


Color preview on white background

This text has color #0D1832 on white background.



Black color preview on #0D1832 background

This text has black color on #0D1832 background.


White color preview on #0D1832 background

This text has white color on #0D1832 background.