COLOR #00060B

HEX: #00060B
RGB: (0,6,11)

Color info

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

RGB color model

#00060B color RGB value is (0,6,11).

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

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 11 of 255 = 4%

0
6
11

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

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 11 = 17 (100%)
R 0 of 17 ~ 0%
G 6 of 17 ~ 35.29%
B 11 of 17 ~ 64.71%

%35.29
%64.71

CMYK color model

#00060B color CMYK value is (100,45,0,96).

  • cyan value is 100.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(100,45,0,96)
C100M45Y0K96 
(100%,45%,0%,96%)
(1.00/0.45/0.00/0.96)	

CMYK percentages

%100
%45.45
%0
%95.69

Codes

Color #00060B in popluar color models

00060B
RGB0611
HSL207°100.00%2.16%
HSB/HSV207°100.00%4.31%
CMYK100.00%45.45%0.00%
95.69%

Color #00060B in popluar number systems.

HEX00060B
Decimal0611
Binary01101011
Octal0613

Shades and tints

Shades of #00060B

#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)
#000601
(0,6,1)
#000000
(0,0,0)

Tints of #00060B

#00060B
(0,6,11)
#171C21
(23,28,33)
#2E3237
(46,50,55)
#45484D
(69,72,77)
#5C5E63
(92,94,99)
#737479
(115,116,121)
#8A8A8F
(138,138,143)
#A1A0A5
(161,160,165)
#B8B6BB
(184,182,187)
#CFCCD1
(207,204,209)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00060B; }

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

This text font color is #00060B.


Background Color

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

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

This div background color is #00060B.


Border color

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

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

This div border color is #00060B.


Opacity

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

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

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

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

This text has shadow with #00060B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00060B on black background.


Color preview on white background

This text has color #00060B on white background.



Black color preview on #00060B background

This text has black color on #00060B background.


White color preview on #00060B background

This text has white color on #00060B background.