COLOR #00060D

HEX: #00060D
RGB: (0,6,13)

Color info

#00060D contains only green and blue colors. Web safe color of #00060D is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

0
6
13

R + G + B ~ 2%. #00060D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 13 = 19 (100%)
R 0 of 19 ~ 0%
G 6 of 19 ~ 31.58%
B 13 of 19 ~ 68.42%

%31.58
%68.42

CMYK color model

#00060D color CMYK value is (100,54,0,95).

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

CMYK percentages

%100
%53.85
%0
%94.9

Codes

Color #00060D in popluar color models

00060D
RGB0613
HSL212°100.00%2.55%
HSB/HSV212°100.00%5.10%
CMYK100.00%53.85%0.00%
94.90%

Color #00060D in popluar number systems.

HEX00060D
Decimal0613
Binary01101101
Octal0615

Shades and tints

Shades of #00060D

#00060D
(0,6,13)
#00060C
(0,6,12)
#00060B
(0,6,11)
#00060A
(0,6,10)
#000609
(0,6,9)
#000608
(0,6,8)
#000607
(0,6,7)
#000606
(0,6,6)
#000605
(0,6,5)
#000604
(0,6,4)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #00060D

#00060D
(0,6,13)
#171C23
(23,28,35)
#2E3239
(46,50,57)
#45484F
(69,72,79)
#5C5E65
(92,94,101)
#73747B
(115,116,123)
#8A8A91
(138,138,145)
#A1A0A7
(161,160,167)
#B8B6BD
(184,182,189)
#CFCCD3
(207,204,211)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00060D; }

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

This text font color is #00060D.


Background Color

.myBgColor { background-color: #00060D; }

<div style="background-color:#00060D">Inner text</div>

This div background color is #00060D.


Border color

.myBorderColor { border: 1px solid #00060D; }

<div style="border:3px solid #00060D">Div</div>

This div border color is #00060D.


Opacity

.myOpacity80 { color: #00060D; opacity: 0.8; }

<p style="color:#00060D;opacity:0.8;">80%</p>

Text with #00060D 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 #00060D;}

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

This text has shadow with #00060D color.

.textShadow {text-shadow: 3px 3px 1px #00060D, 3px 3px 1px red;}

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

This text has shadow with #00060D primary color and red secondary color.


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

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

This text has shadow with #00060D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00060D on black background.


Color preview on white background

This text has color #00060D on white background.



Black color preview on #00060D background

This text has black color on #00060D background.


White color preview on #00060D background

This text has white color on #00060D background.