COLOR #00060C

HEX: #00060C
RGB: (0,6,12)

Color info

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

RGB color model

#00060C color RGB value is (0,6,12).

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

RGB channels and saturation

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

0
6
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 12 = 18 (100%)
R 0 of 18 ~ 0%
G 6 of 18 ~ 33.33%
B 12 of 18 ~ 66.67%

%33.33
%66.67

CMYK color model

#00060C color CMYK value is (100,50,0,95).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(100,50,0,95)
C100M50Y0K95 
(100%,50%,0%,95%)
(1.00/0.50/0.00/0.95)	

CMYK percentages

%100
%50
%0
%95.29

Codes

Color #00060C in popluar color models

00060C
RGB0612
HSL210°100.00%2.35%
HSB/HSV210°100.00%4.71%
CMYK100.00%50.00%0.00%
95.29%

Color #00060C in popluar number systems.

HEX00060C
Decimal0612
Binary01101100
Octal0614

Shades and tints

Shades of #00060C

#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)
#000602
(0,6,2)
#000000
(0,0,0)

Tints of #00060C

#00060C
(0,6,12)
#171C22
(23,28,34)
#2E3238
(46,50,56)
#45484E
(69,72,78)
#5C5E64
(92,94,100)
#73747A
(115,116,122)
#8A8A90
(138,138,144)
#A1A0A6
(161,160,166)
#B8B6BC
(184,182,188)
#CFCCD2
(207,204,210)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00060C; }

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

This text font color is #00060C.


Background Color

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

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

This div background color is #00060C.


Border color

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

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

This div border color is #00060C.


Opacity

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

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

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

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

This text has shadow with #00060C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00060C on black background.


Color preview on white background

This text has color #00060C on white background.



Black color preview on #00060C background

This text has black color on #00060C background.


White color preview on #00060C background

This text has white color on #00060C background.