COLOR #0D072E

HEX: #0D072E
RGB: (13,7,46)

Color info

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

RGB color model

#0D072E color RGB value is (13,7,46).

  • red value is 13;
  • green value is 7;
  • blue value is 46.
RGB:
(13,7,46)
(5%,3%,18%)

RGB channels and saturation

R 13 of 255 = 5%
G 7 of 255 = 3%
B 46 of 255 = 18%

13
7
46

R + G + B ~ 9%. #0D072E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 7 + 46 = 66 (100%)
R 13 of 66 ~ 19.7%
G 7 of 66 ~ 10.61%
B 46 of 66 ~ 69.7%

%19.7
%10.61
%69.7

CMYK color model

#0D072E color CMYK value is (72,85,0,82).

  • cyan value is 71.74%
  • magenta value is 84.78%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(72,85,0,82)
C72M85Y0K82 
(72%,85%,0%,82%)
(0.72/0.85/0.00/0.82)	

CMYK percentages

%71.74
%84.78
%0
%81.96

Codes

Color #0D072E in popluar color models

0D072E
RGB13746
HSL249°73.58%10.39%
HSB/HSV249°84.78%18.04%
CMYK71.74%84.78%0.00%
81.96%

Color #0D072E in popluar number systems.

HEX0D072E
Decimal13746
Binary1101111101110
Octal15756

Shades and tints

Shades of #0D072E

#0D072E
(13,7,46)
#0C072A
(12,7,42)
#0B0726
(11,7,38)
#0A0722
(10,7,34)
#09071E
(9,7,30)
#08071A
(8,7,26)
#070716
(7,7,22)
#060712
(6,7,18)
#05070E
(5,7,14)
#04070A
(4,7,10)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #0D072E

#0D072E
(13,7,46)
#231D41
(35,29,65)
#393354
(57,51,84)
#4F4967
(79,73,103)
#655F7A
(101,95,122)
#7B758D
(123,117,141)
#918BA0
(145,139,160)
#A7A1B3
(167,161,179)
#BDB7C6
(189,183,198)
#D3CDD9
(211,205,217)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D072E color. Also use rgb(13,7,46) instead hex code.

Text Font Color

.myTextColor { color: #0D072E; }

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

This text font color is #0D072E.


Background Color

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

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

This div background color is #0D072E.


Border color

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

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

This div border color is #0D072E.


Opacity

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

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

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

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

This text has shadow with #0D072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D072E on black background.


Color preview on white background

This text has color #0D072E on white background.



Black color preview on #0D072E background

This text has black color on #0D072E background.


White color preview on #0D072E background

This text has white color on #0D072E background.