COLOR #0D201C

HEX: #0D201C
RGB: (13,32,28)

Color info

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

RGB color model

#0D201C color RGB value is (13,32,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 28 of 255 = 11%

13
32
28

R + G + B ~ 10%. #0D201C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 28 = 73 (100%)
R 13 of 73 ~ 17.81%
G 32 of 73 ~ 43.84%
B 28 of 73 ~ 38.36%

%17.81
%43.84
%38.36

CMYK color model

#0D201C color CMYK value is (59,0,13,87).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 87.45%
CMYK:
(59,0,13,87)
C59M0Y13K87 
(59%,0%,13%,87%)
(0.59/0.00/0.13/0.87)	

CMYK percentages

%59.38
%0
%12.5
%87.45

Codes

Color #0D201C in popluar color models

0D201C
RGB133228
HSL167°42.22%8.82%
HSB/HSV167°59.38%12.55%
CMYK59.38%0.00%12.50%
87.45%

Color #0D201C in popluar number systems.

HEX0D201C
Decimal133228
Binary110110000011100
Octal154034

Shades and tints

Shades of #0D201C

#0D201C
(13,32,28)
#0C1E1A
(12,30,26)
#0B1C18
(11,28,24)
#0A1A16
(10,26,22)
#091814
(9,24,20)
#081612
(8,22,18)
#071410
(7,20,16)
#06120E
(6,18,14)
#05100C
(5,16,12)
#040E0A
(4,14,10)
#030C08
(3,12,8)
#000000
(0,0,0)

Tints of #0D201C

#0D201C
(13,32,28)
#233430
(35,52,48)
#394844
(57,72,68)
#4F5C58
(79,92,88)
#65706C
(101,112,108)
#7B8480
(123,132,128)
#919894
(145,152,148)
#A7ACA8
(167,172,168)
#BDC0BC
(189,192,188)
#D3D4D0
(211,212,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D201C; }

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

This text font color is #0D201C.


Background Color

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

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

This div background color is #0D201C.


Border color

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

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

This div border color is #0D201C.


Opacity

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

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

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

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

This text has shadow with #0D201C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D201C on black background.


Color preview on white background

This text has color #0D201C on white background.



Black color preview on #0D201C background

This text has black color on #0D201C background.


White color preview on #0D201C background

This text has white color on #0D201C background.