COLOR #0D061D

HEX: #0D061D
RGB: (13,6,29)

Color info

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

RGB color model

#0D061D color RGB value is (13,6,29).

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

RGB channels and saturation

R 13 of 255 = 5%
G 6 of 255 = 2%
B 29 of 255 = 11%

13
6
29

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

Portions of RGB colors in percentages

R + G + B =
13 + 6 + 29 = 48 (100%)
R 13 of 48 ~ 27.08%
G 6 of 48 ~ 12.5%
B 29 of 48 ~ 60.42%

%27.08
%12.5
%60.42

CMYK color model

#0D061D color CMYK value is (55,79,0,89).

  • cyan value is 55.17%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(55,79,0,89)
C55M79Y0K89 
(55%,79%,0%,89%)
(0.55/0.79/0.00/0.89)	

CMYK percentages

%55.17
%79.31
%0
%88.63

Codes

Color #0D061D in popluar color models

0D061D
RGB13629
HSL258°65.71%6.86%
HSB/HSV258°79.31%11.37%
CMYK55.17%79.31%0.00%
88.63%

Color #0D061D in popluar number systems.

HEX0D061D
Decimal13629
Binary110111011101
Octal15635

Shades and tints

Shades of #0D061D

#0D061D
(13,6,29)
#0C061B
(12,6,27)
#0B0619
(11,6,25)
#0A0617
(10,6,23)
#090615
(9,6,21)
#080613
(8,6,19)
#070611
(7,6,17)
#06060F
(6,6,15)
#05060D
(5,6,13)
#04060B
(4,6,11)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #0D061D

#0D061D
(13,6,29)
#231C31
(35,28,49)
#393245
(57,50,69)
#4F4859
(79,72,89)
#655E6D
(101,94,109)
#7B7481
(123,116,129)
#918A95
(145,138,149)
#A7A0A9
(167,160,169)
#BDB6BD
(189,182,189)
#D3CCD1
(211,204,209)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D061D; }

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

This text font color is #0D061D.


Background Color

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

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

This div background color is #0D061D.


Border color

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

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

This div border color is #0D061D.


Opacity

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

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

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

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

This text has shadow with #0D061D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D061D on black background.


Color preview on white background

This text has color #0D061D on white background.



Black color preview on #0D061D background

This text has black color on #0D061D background.


White color preview on #0D061D background

This text has white color on #0D061D background.