COLOR #0D060D

HEX: #0D060D
RGB: (13,6,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
6
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 6 + 13 = 32 (100%)
R 13 of 32 ~ 40.63%
G 6 of 32 ~ 18.75%
B 13 of 32 ~ 40.63%

%40.63
%18.75
%40.63

CMYK color model

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

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

CMYK percentages

%0
%53.85
%0
%94.9

Codes

Color #0D060D in popluar color models

0D060D
RGB13613
HSL300°36.84%3.73%
HSB/HSV300°53.85%5.10%
CMYK0.00%53.85%0.00%
94.90%

Color #0D060D in popluar number systems.

HEX0D060D
Decimal13613
Binary11011101101
Octal15615

Shades and tints

Shades of #0D060D

#0D060D
(13,6,13)
#0C060C
(12,6,12)
#0B060B
(11,6,11)
#0A060A
(10,6,10)
#090609
(9,6,9)
#080608
(8,6,8)
#070607
(7,6,7)
#060606
(6,6,6)
#050605
(5,6,5)
#040604
(4,6,4)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #0D060D

#0D060D
(13,6,13)
#231C23
(35,28,35)
#393239
(57,50,57)
#4F484F
(79,72,79)
#655E65
(101,94,101)
#7B747B
(123,116,123)
#918A91
(145,138,145)
#A7A0A7
(167,160,167)
#BDB6BD
(189,182,189)
#D3CCD3
(211,204,211)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D060D; }

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

This text font color is #0D060D.


Background Color

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

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

This div background color is #0D060D.


Border color

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

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

This div border color is #0D060D.


Opacity

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

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

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

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

This text has shadow with #0D060D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D060D on black background.


Color preview on white background

This text has color #0D060D on white background.



Black color preview on #0D060D background

This text has black color on #0D060D background.


White color preview on #0D060D background

This text has white color on #0D060D background.