COLOR #0D0F2D

HEX: #0D0F2D
RGB: (13,15,45)

Color info

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

RGB color model

#0D0F2D color RGB value is (13,15,45).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 45 of 255 = 18%

13
15
45

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

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 45 = 73 (100%)
R 13 of 73 ~ 17.81%
G 15 of 73 ~ 20.55%
B 45 of 73 ~ 61.64%

%17.81
%20.55
%61.64

CMYK color model

#0D0F2D color CMYK value is (71,67,0,82).

  • cyan value is 71.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(71,67,0,82)
C71M67Y0K82 
(71%,67%,0%,82%)
(0.71/0.67/0.00/0.82)	

CMYK percentages

%71.11
%66.67
%0
%82.35

Codes

Color #0D0F2D in popluar color models

0D0F2D
RGB131545
HSL236°55.17%11.37%
HSB/HSV236°71.11%17.65%
CMYK71.11%66.67%0.00%
82.35%

Color #0D0F2D in popluar number systems.

HEX0D0F2D
Decimal131545
Binary11011111101101
Octal151755

Shades and tints

Shades of #0D0F2D

#0D0F2D
(13,15,45)
#0C0E29
(12,14,41)
#0B0D25
(11,13,37)
#0A0C21
(10,12,33)
#090B1D
(9,11,29)
#080A19
(8,10,25)
#070915
(7,9,21)
#060811
(6,8,17)
#05070D
(5,7,13)
#040609
(4,6,9)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #0D0F2D

#0D0F2D
(13,15,45)
#232440
(35,36,64)
#393953
(57,57,83)
#4F4E66
(79,78,102)
#656379
(101,99,121)
#7B788C
(123,120,140)
#918D9F
(145,141,159)
#A7A2B2
(167,162,178)
#BDB7C5
(189,183,197)
#D3CCD8
(211,204,216)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F2D; }

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

This text font color is #0D0F2D.


Background Color

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

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

This div background color is #0D0F2D.


Border color

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

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

This div border color is #0D0F2D.


Opacity

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

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

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

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

This text has shadow with #0D0F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F2D on black background.


Color preview on white background

This text has color #0D0F2D on white background.



Black color preview on #0D0F2D background

This text has black color on #0D0F2D background.


White color preview on #0D0F2D background

This text has white color on #0D0F2D background.