COLOR #0D061A

HEX: #0D061A RGB: (13,6,26)

Color info

#0D061A contains red, green and blue colors in about the same proportion. Web safe color of #0D061A is #000000 (or #000).

RGB color model

#0D061A color RGB value is (13,6,26).

RGB: (13,6,26) (5%, 2%, 10%)

RGB channels and saturation

R 13 of 255 = 5%
G 6 of 255 = 2%
B 26 of 255 = 10%

13
6
26

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

Portions of RGB colors in percentages

R + G + B = 13 + 6 + 26 = 45 (100%)
R 13 of 45 ~ 28.89%
G 6 of 45 ~ 13.33%
B 26 of 45 ~ 57.78'%

%28.89
%13.33
%57.78

CMYK color model

#0D061A color CMYK value is (50,77,0,90).

  • cyan value is 50.00%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (50,77,0,90)
C50M77Y0K90 (50%, 77%, 0%, 90%)
(0.50 / 0.77 / 0.00 / 0.90)

CMYK percentages

%50
%76.92
%0
%89.8

Codes

Color #0D061A in popluar color models

0D 06 1A
RGB 13 6 26
HSL 261° 62.50% 6.27%
HSB/HSV 261° 76.92% 10.20%
CMYK 50.00% 76.92% 0.00%
89.80%

Color #0D061A in popluar number systems.

HEX 0D 06 1A
Decimal 13 6 26
Binary 1101 110 11010
Octal 15 6 32

Shades and tints

Shades of #0D061A

#0D061A
(13,6,26)
#0C0618
(12,6,24)
#0B0616
(11,6,22)
#0A0614
(10,6,20)
#090612
(9,6,18)
#080610
(8,6,16)
#07060E
(7,6,14)
#06060C
(6,6,12)
#05060A
(5,6,10)
#040608
(4,6,8)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #0D061A

#0D061A
(13,6,26)
#231C2E
(35,28,46)
#393242
(57,50,66)
#4F4856
(79,72,86)
#655E6A
(101,94,106)
#7B747E
(123,116,126)
#918A92
(145,138,146)
#A7A0A6
(167,160,166)
#BDB6BA
(189,182,186)
#D3CCCE
(211,204,206)
#E9E2E2
(233,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D061A; }

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

This text font color is #0D061A.

Background Color

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

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

This div background color is #0D061A.

Border color

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

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

This div border color is #0D061A.

Opacity

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

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

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

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

This text has shadow with #0D061A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D061A.

Preview

Color preview on black background

This text has color #0D061A on black background.


Color preview on white background

This text has color #0D061A on white background.


Black color preview on #0D061A background

This text has black color on #0D061A background.


White color preview on #0D061A background

This text has white color on #0D061A background.


Related colors

Complementary color

Complementary color for #hex is #F2F9E5.


I love getcolorcode.com

Triadic colors

1 #1A0D06 and #061A0D with #0D061A are triadic colors.

2 #1A060D and #060D1A with #0D061A are triadic colors.