COLOR #0D202B

HEX: #0D202B
RGB: (13,32,43)

Color info

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

RGB color model

#0D202B color RGB value is (13,32,43).

  • red value is 13;
  • green value is 32;
  • blue value is 43.
RGB:
(13,32,43)
(5%,13%,17%)

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 43 of 255 = 17%

13
32
43

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

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 43 = 88 (100%)
R 13 of 88 ~ 14.77%
G 32 of 88 ~ 36.36%
B 43 of 88 ~ 48.86%

%14.77
%36.36
%48.86

CMYK color model

#0D202B color CMYK value is (70,26,0,83).

  • cyan value is 69.77%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(70,26,0,83)
C70M26Y0K83 
(70%,26%,0%,83%)
(0.70/0.26/0.00/0.83)	

CMYK percentages

%69.77
%25.58
%0
%83.14

Codes

Color #0D202B in popluar color models

0D202B
RGB133243
HSL202°53.57%10.98%
HSB/HSV202°69.77%16.86%
CMYK69.77%25.58%0.00%
83.14%

Color #0D202B in popluar number systems.

HEX0D202B
Decimal133243
Binary1101100000101011
Octal154053

Shades and tints

Shades of #0D202B

#0D202B
(13,32,43)
#0C1E28
(12,30,40)
#0B1C25
(11,28,37)
#0A1A22
(10,26,34)
#09181F
(9,24,31)
#08161C
(8,22,28)
#071419
(7,20,25)
#061216
(6,18,22)
#051013
(5,16,19)
#040E10
(4,14,16)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #0D202B

#0D202B
(13,32,43)
#23343E
(35,52,62)
#394851
(57,72,81)
#4F5C64
(79,92,100)
#657077
(101,112,119)
#7B848A
(123,132,138)
#91989D
(145,152,157)
#A7ACB0
(167,172,176)
#BDC0C3
(189,192,195)
#D3D4D6
(211,212,214)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D202B color. Also use rgb(13,32,43) instead hex code.

Text Font Color

.myTextColor { color: #0D202B; }

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

This text font color is #0D202B.


Background Color

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

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

This div background color is #0D202B.


Border color

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

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

This div border color is #0D202B.


Opacity

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

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

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

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

This text has shadow with #0D202B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D202B on black background.


Color preview on white background

This text has color #0D202B on white background.



Black color preview on #0D202B background

This text has black color on #0D202B background.


White color preview on #0D202B background

This text has white color on #0D202B background.