COLOR #0D0420

HEX: #0D0420
RGB: (13,4,32)

Color info

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

RGB color model

#0D0420 color RGB value is (13,4,32).

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

RGB channels and saturation

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

13
4
32

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

Portions of RGB colors in percentages

R + G + B =
13 + 4 + 32 = 49 (100%)
R 13 of 49 ~ 26.53%
G 4 of 49 ~ 8.16%
B 32 of 49 ~ 65.31%

%26.53
%65.31

CMYK color model

#0D0420 color CMYK value is (59,88,0,87).

  • cyan value is 59.38%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(59,88,0,87)
C59M88Y0K87 
(59%,88%,0%,87%)
(0.59/0.88/0.00/0.87)	

CMYK percentages

%59.38
%87.5
%0
%87.45

Codes

Color #0D0420 in popluar color models

0D0420
RGB13432
HSL259°77.78%7.06%
HSB/HSV259°87.50%12.55%
CMYK59.38%87.50%0.00%
87.45%

Color #0D0420 in popluar number systems.

HEX0D0420
Decimal13432
Binary1101100100000
Octal15440

Shades and tints

Shades of #0D0420

#0D0420
(13,4,32)
#0C041E
(12,4,30)
#0B041C
(11,4,28)
#0A041A
(10,4,26)
#090418
(9,4,24)
#080416
(8,4,22)
#070414
(7,4,20)
#060412
(6,4,18)
#050410
(5,4,16)
#04040E
(4,4,14)
#03040C
(3,4,12)
#000000
(0,0,0)

Tints of #0D0420

#0D0420
(13,4,32)
#231A34
(35,26,52)
#393048
(57,48,72)
#4F465C
(79,70,92)
#655C70
(101,92,112)
#7B7284
(123,114,132)
#918898
(145,136,152)
#A79EAC
(167,158,172)
#BDB4C0
(189,180,192)
#D3CAD4
(211,202,212)
#E9E0E8
(233,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0420; }

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

This text font color is #0D0420.


Background Color

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

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

This div background color is #0D0420.


Border color

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

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

This div border color is #0D0420.


Opacity

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

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

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

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

This text has shadow with #0D0420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0420 on black background.


Color preview on white background

This text has color #0D0420 on white background.



Black color preview on #0D0420 background

This text has black color on #0D0420 background.


White color preview on #0D0420 background

This text has white color on #0D0420 background.