COLOR #0D031E

HEX: #0D031E
RGB: (13,3,30)

Color info

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

RGB color model

#0D031E color RGB value is (13,3,30).

  • red value is 13;
  • green value is 3;
  • blue value is 30.
RGB:
(13,3,30)
(5%,1%,12%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 30 of 255 = 12%

13
3
30

R + G + B ~ 6%. #0D031E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 30 = 46 (100%)
R 13 of 46 ~ 28.26%
G 3 of 46 ~ 6.52%
B 30 of 46 ~ 65.22%

%28.26
%65.22

CMYK color model

#0D031E color CMYK value is (57,90,0,88).

  • cyan value is 56.67%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(57,90,0,88)
C57M90Y0K88 
(57%,90%,0%,88%)
(0.57/0.90/0.00/0.88)	

CMYK percentages

%56.67
%90
%0
%88.24

Codes

Color #0D031E in popluar color models

0D031E
RGB13330
HSL262°81.82%6.47%
HSB/HSV262°90.00%11.76%
CMYK56.67%90.00%0.00%
88.24%

Color #0D031E in popluar number systems.

HEX0D031E
Decimal13330
Binary11011111110
Octal15336

Shades and tints

Shades of #0D031E

#0D031E
(13,3,30)
#0C031C
(12,3,28)
#0B031A
(11,3,26)
#0A0318
(10,3,24)
#090316
(9,3,22)
#080314
(8,3,20)
#070312
(7,3,18)
#060310
(6,3,16)
#05030E
(5,3,14)
#04030C
(4,3,12)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D031E

#0D031E
(13,3,30)
#231932
(35,25,50)
#392F46
(57,47,70)
#4F455A
(79,69,90)
#655B6E
(101,91,110)
#7B7182
(123,113,130)
#918796
(145,135,150)
#A79DAA
(167,157,170)
#BDB3BE
(189,179,190)
#D3C9D2
(211,201,210)
#E9DFE6
(233,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D031E color. Also use rgb(13,3,30) instead hex code.

Text Font Color

.myTextColor { color: #0D031E; }

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

This text font color is #0D031E.


Background Color

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

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

This div background color is #0D031E.


Border color

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

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

This div border color is #0D031E.


Opacity

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

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

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

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

This text has shadow with #0D031E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D031E on black background.


Color preview on white background

This text has color #0D031E on white background.



Black color preview on #0D031E background

This text has black color on #0D031E background.


White color preview on #0D031E background

This text has white color on #0D031E background.