COLOR #0D0A20

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
10
32

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

Portions of RGB colors in percentages

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

%23.64
%18.18
%58.18

CMYK color model

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

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

CMYK percentages

%59.38
%68.75
%0
%87.45

Codes

Color #0D0A20 in popluar color models

0D0A20
RGB131032
HSL248°52.38%8.24%
HSB/HSV248°68.75%12.55%
CMYK59.38%68.75%0.00%
87.45%

Color #0D0A20 in popluar number systems.

HEX0D0A20
Decimal131032
Binary11011010100000
Octal151240

Shades and tints

Shades of #0D0A20

#0D0A20
(13,10,32)
#0C0A1E
(12,10,30)
#0B0A1C
(11,10,28)
#0A0A1A
(10,10,26)
#090A18
(9,10,24)
#080A16
(8,10,22)
#070A14
(7,10,20)
#060A12
(6,10,18)
#050A10
(5,10,16)
#040A0E
(4,10,14)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #0D0A20

#0D0A20
(13,10,32)
#232034
(35,32,52)
#393648
(57,54,72)
#4F4C5C
(79,76,92)
#656270
(101,98,112)
#7B7884
(123,120,132)
#918E98
(145,142,152)
#A7A4AC
(167,164,172)
#BDBAC0
(189,186,192)
#D3D0D4
(211,208,212)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0A20; }

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

This text font color is #0D0A20.


Background Color

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

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

This div background color is #0D0A20.


Border color

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

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

This div border color is #0D0A20.


Opacity

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

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

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

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

This text has shadow with #0D0A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0A20 on black background.


Color preview on white background

This text has color #0D0A20 on white background.



Black color preview on #0D0A20 background

This text has black color on #0D0A20 background.


White color preview on #0D0A20 background

This text has white color on #0D0A20 background.