COLOR #0D061E

HEX: #0D061E
RGB: (13,6,30)

Color info

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

RGB color model

#0D061E color RGB value is (13,6,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 6 of 255 = 2%
B 30 of 255 = 12%

13
6
30

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

Portions of RGB colors in percentages

R + G + B =
13 + 6 + 30 = 49 (100%)
R 13 of 49 ~ 26.53%
G 6 of 49 ~ 12.24%
B 30 of 49 ~ 61.22%

%26.53
%12.24
%61.22

CMYK color model

#0D061E color CMYK value is (57,80,0,88).

  • cyan value is 56.67%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(57,80,0,88)
C57M80Y0K88 
(57%,80%,0%,88%)
(0.57/0.80/0.00/0.88)	

CMYK percentages

%56.67
%80
%0
%88.24

Codes

Color #0D061E in popluar color models

0D061E
RGB13630
HSL258°66.67%7.06%
HSB/HSV258°80.00%11.76%
CMYK56.67%80.00%0.00%
88.24%

Color #0D061E in popluar number systems.

HEX0D061E
Decimal13630
Binary110111011110
Octal15636

Shades and tints

Shades of #0D061E

#0D061E
(13,6,30)
#0C061C
(12,6,28)
#0B061A
(11,6,26)
#0A0618
(10,6,24)
#090616
(9,6,22)
#080614
(8,6,20)
#070612
(7,6,18)
#060610
(6,6,16)
#05060E
(5,6,14)
#04060C
(4,6,12)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #0D061E

#0D061E
(13,6,30)
#231C32
(35,28,50)
#393246
(57,50,70)
#4F485A
(79,72,90)
#655E6E
(101,94,110)
#7B7482
(123,116,130)
#918A96
(145,138,150)
#A7A0AA
(167,160,170)
#BDB6BE
(189,182,190)
#D3CCD2
(211,204,210)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D061E; }

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

This text font color is #0D061E.


Background Color

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

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

This div background color is #0D061E.


Border color

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

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

This div border color is #0D061E.


Opacity

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

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

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

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

This text has shadow with #0D061E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D061E on black background.


Color preview on white background

This text has color #0D061E on white background.



Black color preview on #0D061E background

This text has black color on #0D061E background.


White color preview on #0D061E background

This text has white color on #0D061E background.