COLOR #0D0F06

HEX: #0D0F06 RGB: (13,15,6)

Color info

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

RGB color model

#0D0F06 color RGB value is (13,15,6).

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

RGB channels and saturation

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

13
15
6

R + G + B ~ 4%. #0D0F06 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 15 + 6 = 34 (100%)
R 13 of 34 ~ 38.24%
G 15 of 34 ~ 44.12%
B 6 of 34 ~ 17.65'%

%38.24
%44.12
%17.65

CMYK color model

#0D0F06 color CMYK value is (13,0,60,94).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 94.12%

CMYK: (13,0,60,94)
C13M0Y60K94 (13%, 0%, 60%, 94%)
(0.13 / 0.00 / 0.60 / 0.94)

CMYK percentages

%13.33
%0
%60
%94.12

Codes

Color #0D0F06 in popluar color models

0D 0F 06
RGB 13 15 6
HSL 73° 42.86% 4.12%
HSB/HSV 73° 60.00% 5.88%
CMYK 13.33% 0.00% 60.00%
94.12%

Color #0D0F06 in popluar number systems.

HEX 0D 0F 06
Decimal 13 15 6
Binary 1101 1111 110
Octal 15 17 6

Shades and tints

Shades of #0D0F06

#0D0F06
(13,15,6)
#0C0E06
(12,14,6)
#0B0D06
(11,13,6)
#0A0C06
(10,12,6)
#090B06
(9,11,6)
#080A06
(8,10,6)
#070906
(7,9,6)
#060806
(6,8,6)
#050706
(5,7,6)
#040606
(4,6,6)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #0D0F06

#0D0F06
(13,15,6)
#23241C
(35,36,28)
#393932
(57,57,50)
#4F4E48
(79,78,72)
#65635E
(101,99,94)
#7B7874
(123,120,116)
#918D8A
(145,141,138)
#A7A2A0
(167,162,160)
#BDB7B6
(189,183,182)
#D3CCCC
(211,204,204)
#E9E1E2
(233,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F06; }

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

This text font color is #0D0F06.

Background Color

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

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

This div background color is #0D0F06.

Border color

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

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

This div border color is #0D0F06.

Opacity

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

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

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

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

This text has shadow with #0D0F06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0F06.

Preview

Color preview on black background

This text has color #0D0F06 on black background.


Color preview on white background

This text has color #0D0F06 on white background.


Black color preview on #0D0F06 background

This text has black color on #0D0F06 background.


White color preview on #0D0F06 background

This text has white color on #0D0F06 background.


Related colors

Complementary color

Complementary color for #hex is #F2F0F9.


I love getcolorcode.com

Triadic colors

1 #060D0F and #0F060D with #0D0F06 are triadic colors.

2 #060F0D and #0F0D06 with #0D0F06 are triadic colors.