COLOR #0D200A

HEX: #0D200A
RGB: (13,32,10)

Color info

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

RGB color model

#0D200A color RGB value is (13,32,10).

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

RGB channels and saturation

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

13
32
10

R + G + B ~ 7%. #0D200A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 10 = 55 (100%)
R 13 of 55 ~ 23.64%
G 32 of 55 ~ 58.18%
B 10 of 55 ~ 18.18%

%23.64
%58.18
%18.18

CMYK color model

#0D200A color CMYK value is (59,0,69,87).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 87.45%
CMYK:
(59,0,69,87)
C59M0Y69K87 
(59%,0%,69%,87%)
(0.59/0.00/0.69/0.87)	

CMYK percentages

%59.38
%0
%68.75
%87.45

Codes

Color #0D200A in popluar color models

0D200A
RGB133210
HSL112°52.38%8.24%
HSB/HSV112°68.75%12.55%
CMYK59.38%0.00%68.75%
87.45%

Color #0D200A in popluar number systems.

HEX0D200A
Decimal133210
Binary11011000001010
Octal154012

Shades and tints

Shades of #0D200A

#0D200A
(13,32,10)
#0C1E0A
(12,30,10)
#0B1C0A
(11,28,10)
#0A1A0A
(10,26,10)
#09180A
(9,24,10)
#08160A
(8,22,10)
#07140A
(7,20,10)
#06120A
(6,18,10)
#05100A
(5,16,10)
#040E0A
(4,14,10)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #0D200A

#0D200A
(13,32,10)
#233420
(35,52,32)
#394836
(57,72,54)
#4F5C4C
(79,92,76)
#657062
(101,112,98)
#7B8478
(123,132,120)
#91988E
(145,152,142)
#A7ACA4
(167,172,164)
#BDC0BA
(189,192,186)
#D3D4D0
(211,212,208)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D200A; }

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

This text font color is #0D200A.


Background Color

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

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

This div background color is #0D200A.


Border color

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

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

This div border color is #0D200A.


Opacity

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

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

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

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

This text has shadow with #0D200A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D200A on black background.


Color preview on white background

This text has color #0D200A on white background.



Black color preview on #0D200A background

This text has black color on #0D200A background.


White color preview on #0D200A background

This text has white color on #0D200A background.