COLOR #000800

HEX: #000800
RGB: (0,8,0)

Color info

#000800 contains only green color. Web safe color of #000800 is #000000 (or #000).

RGB color model

#000800 color RGB value is (0,8,0).

  • red value is 0;
  • green value is 8;
  • blue value is 0.
RGB:
(0,8,0)
(0%,3%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 0 of 255 = 0%

0
8
0

R + G + B ~ 1%. #000800 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 0 = 8 (100%)
R 0 of 8 ~ 0%
G 8 of 8 ~ 100%
B 0 of 8 ~ 0%

%100

CMYK color model

#000800 color CMYK value is (100,0,100,97).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 96.86%
CMYK:
(100,0,100,97)
C100M0Y100K97 
(100%,0%,100%,97%)
(1.00/0.00/1.00/0.97)	

CMYK percentages

%100
%0
%100
%96.86

Codes

Color #000800 in popluar color models

000800
RGB080
HSL120°100.00%1.57%
HSB/HSV120°100.00%3.14%
CMYK100.00%0.00%100.00%
96.86%

Color #000800 in popluar number systems.

HEX000800
Decimal080
Binary010000
Octal0100

Shades and tints

Tints of #000800

#000800
(0,8,0)
#171E17
(23,30,23)
#2E342E
(46,52,46)
#454A45
(69,74,69)
#5C605C
(92,96,92)
#737673
(115,118,115)
#8A8C8A
(138,140,138)
#A1A2A1
(161,162,161)
#B8B8B8
(184,184,184)
#CFCECF
(207,206,207)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000800; }

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

This text font color is #000800.


Background Color

.myBgColor { background-color: #000800; }

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

This div background color is #000800.


Border color

.myBorderColor { border: 1px solid #000800; }

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

This div border color is #000800.


Opacity

.myOpacity80 { color: #000800; opacity: 0.8; }

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

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

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

This text has shadow with #000800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000800 on black background.


Color preview on white background

This text has color #000800 on white background.



Black color preview on #000800 background

This text has black color on #000800 background.


White color preview on #000800 background

This text has white color on #000800 background.