COLOR #0D201A

HEX: #0D201A
RGB: (13,32,26)

Color info

#0D201A contains red, green and blue colors in about the same proportion. Web safe color of #0D201A is #003300 (or #030).

RGB color model

#0D201A color RGB value is (13,32,26).

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

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 26 of 255 = 10%

13
32
26

R + G + B ~ 9%. #0D201A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 26 = 71 (100%)
R 13 of 71 ~ 18.31%
G 32 of 71 ~ 45.07%
B 26 of 71 ~ 36.62%

%18.31
%45.07
%36.62

CMYK color model

#0D201A color CMYK value is (59,0,19,87).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 87.45%
CMYK:
(59,0,19,87)
C59M0Y19K87 
(59%,0%,19%,87%)
(0.59/0.00/0.19/0.87)	

CMYK percentages

%59.38
%0
%18.75
%87.45

Codes

Color #0D201A in popluar color models

0D201A
RGB133226
HSL161°42.22%8.82%
HSB/HSV161°59.38%12.55%
CMYK59.38%0.00%18.75%
87.45%

Color #0D201A in popluar number systems.

HEX0D201A
Decimal133226
Binary110110000011010
Octal154032

Shades and tints

Shades of #0D201A

#0D201A
(13,32,26)
#0C1E18
(12,30,24)
#0B1C16
(11,28,22)
#0A1A14
(10,26,20)
#091812
(9,24,18)
#081610
(8,22,16)
#07140E
(7,20,14)
#06120C
(6,18,12)
#05100A
(5,16,10)
#040E08
(4,14,8)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #0D201A

#0D201A
(13,32,26)
#23342E
(35,52,46)
#394842
(57,72,66)
#4F5C56
(79,92,86)
#65706A
(101,112,106)
#7B847E
(123,132,126)
#919892
(145,152,146)
#A7ACA6
(167,172,166)
#BDC0BA
(189,192,186)
#D3D4CE
(211,212,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D201A; }

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

This text font color is #0D201A.


Background Color

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

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

This div background color is #0D201A.


Border color

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

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

This div border color is #0D201A.


Opacity

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

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

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

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

This text has shadow with #0D201A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D201A on black background.


Color preview on white background

This text has color #0D201A on white background.



Black color preview on #0D201A background

This text has black color on #0D201A background.


White color preview on #0D201A background

This text has white color on #0D201A background.