COLOR #00060F

HEX: #00060F
RGB: (0,6,15)

Color info

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

RGB color model

#00060F color RGB value is (0,6,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 15 of 255 = 6%

0
6
15

R + G + B ~ 3%. #00060F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 15 = 21 (100%)
R 0 of 21 ~ 0%
G 6 of 21 ~ 28.57%
B 15 of 21 ~ 71.43%

%28.57
%71.43

CMYK color model

#00060F color CMYK value is (100,60,0,94).

  • cyan value is 100.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(100,60,0,94)
C100M60Y0K94 
(100%,60%,0%,94%)
(1.00/0.60/0.00/0.94)	

CMYK percentages

%100
%60
%0
%94.12

Codes

Color #00060F in popluar color models

00060F
RGB0615
HSL216°100.00%2.94%
HSB/HSV216°100.00%5.88%
CMYK100.00%60.00%0.00%
94.12%

Color #00060F in popluar number systems.

HEX00060F
Decimal0615
Binary01101111
Octal0617

Shades and tints

Shades of #00060F

#00060F
(0,6,15)
#00060E
(0,6,14)
#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)
#000000
(0,0,0)

Tints of #00060F

#00060F
(0,6,15)
#171C24
(23,28,36)
#2E3239
(46,50,57)
#45484E
(69,72,78)
#5C5E63
(92,94,99)
#737478
(115,116,120)
#8A8A8D
(138,138,141)
#A1A0A2
(161,160,162)
#B8B6B7
(184,182,183)
#CFCCCC
(207,204,204)
#E6E2E1
(230,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00060F; }

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

This text font color is #00060F.


Background Color

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

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

This div background color is #00060F.


Border color

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

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

This div border color is #00060F.


Opacity

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

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

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

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

This text has shadow with #00060F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00060F on black background.


Color preview on white background

This text has color #00060F on white background.



Black color preview on #00060F background

This text has black color on #00060F background.


White color preview on #00060F background

This text has white color on #00060F background.