COLOR #0D0602

HEX: #0D0602 RGB: (13,6,2)

Color info

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

RGB color model

#0D0602 color RGB value is (13,6,2).

RGB: (13,6,2) (5%, 2%, 1%)

RGB channels and saturation

R 13 of 255 = 5%
G 6 of 255 = 2%
B 2 of 255 = 1%

13
6
2

R + G + B ~ 3%. #0D0602 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 6 + 2 = 21 (100%)
R 13 of 21 ~ 61.9%
G 6 of 21 ~ 28.57%
B 2 of 21 ~ 9.52'%

%61.9
%28.57
%9.52

CMYK color model

#0D0602 color CMYK value is (0,54,85,95).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 84.62%
  • key color value is 94.90%
CMYK: (0,54,85,95) C0M54Y85K95 (0%,54%,85%,95%) (0.00/0.54/0.85/0.95) 

CMYK percentages

%0
%53.85
%84.62
%94.9

Codes

Color #0D0602 in popluar color models

0D 06 02
RGB 13 6 2
HSL 22° 73.33% 2.94%
HSB/HSV 22° 84.62% 5.10%
CMYK 0.00% 53.85% 84.62%
94.90%

Color #0D0602 in popluar number systems.

HEX 0D 06 02
Decimal 13 6 2
Binary 1101 110 10
Octal 15 6 2

Shades and tints

Shades of #0D0602

#0D0602
(13,6,2)
#0C0602
(12,6,2)
#0B0602
(11,6,2)
#0A0602
(10,6,2)
#090602
(9,6,2)
#080602
(8,6,2)
#070602
(7,6,2)
#060602
(6,6,2)
#050602
(5,6,2)
#040602
(4,6,2)
#030602
(3,6,2)
#000000
(0,0,0)

Tints of #0D0602

#0D0602
(13,6,2)
#231C19
(35,28,25)
#393230
(57,50,48)
#4F4847
(79,72,71)
#655E5E
(101,94,94)
#7B7475
(123,116,117)
#918A8C
(145,138,140)
#A7A0A3
(167,160,163)
#BDB6BA
(189,182,186)
#D3CCD1
(211,204,209)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0602; }

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

This text font color is #0D0602.

Background Color

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

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

This div background color is #0D0602.

Border color

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

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

This div border color is #0D0602.

Opacity

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

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

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

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

This text has shadow with #0D0602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0602.

Preview

Color preview on black background

This text has color #0D0602 on black background.


Color preview on white background

This text has color #0D0602 on white background.


Black color preview on #0D0602 background

This text has black color on #0D0602 background.


White color preview on #0D0602 background

This text has white color on #0D0602 background.


Related colors

Complementary color

Complementary color for #hex is #F2F9FD.


I love getcolorcode.com

Triadic colors

1 #020D06 and #06020D with #0D0602 are triadic colors.

2 #02060D and #060D02 with #0D0602 are triadic colors.