COLOR #0D0F20

HEX: #0D0F20
RGB: (13,15,32)

Color info

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

RGB color model

#0D0F20 color RGB value is (13,15,32).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 32 of 255 = 13%

13
15
32

R + G + B ~ 8%. #0D0F20 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 32 = 60 (100%)
R 13 of 60 ~ 21.67%
G 15 of 60 ~ 25%
B 32 of 60 ~ 53.33%

%21.67
%25
%53.33

CMYK color model

#0D0F20 color CMYK value is (59,53,0,87).

  • cyan value is 59.38%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(59,53,0,87)
C59M53Y0K87 
(59%,53%,0%,87%)
(0.59/0.53/0.00/0.87)	

CMYK percentages

%59.38
%53.13
%0
%87.45

Codes

Color #0D0F20 in popluar color models

0D0F20
RGB131532
HSL234°42.22%8.82%
HSB/HSV234°59.38%12.55%
CMYK59.38%53.13%0.00%
87.45%

Color #0D0F20 in popluar number systems.

HEX0D0F20
Decimal131532
Binary11011111100000
Octal151740

Shades and tints

Shades of #0D0F20

#0D0F20
(13,15,32)
#0C0E1E
(12,14,30)
#0B0D1C
(11,13,28)
#0A0C1A
(10,12,26)
#090B18
(9,11,24)
#080A16
(8,10,22)
#070914
(7,9,20)
#060812
(6,8,18)
#050710
(5,7,16)
#04060E
(4,6,14)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D0F20

#0D0F20
(13,15,32)
#232434
(35,36,52)
#393948
(57,57,72)
#4F4E5C
(79,78,92)
#656370
(101,99,112)
#7B7884
(123,120,132)
#918D98
(145,141,152)
#A7A2AC
(167,162,172)
#BDB7C0
(189,183,192)
#D3CCD4
(211,204,212)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F20; }

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

This text font color is #0D0F20.


Background Color

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

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

This div background color is #0D0F20.


Border color

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

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

This div border color is #0D0F20.


Opacity

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

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

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

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

This text has shadow with #0D0F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F20 on black background.


Color preview on white background

This text has color #0D0F20 on white background.



Black color preview on #0D0F20 background

This text has black color on #0D0F20 background.


White color preview on #0D0F20 background

This text has white color on #0D0F20 background.