COLOR #000805

HEX: #000805 RGB: (0,8,5)

Color info

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

RGB color model

#000805 color RGB value is (0,8,5).

RGB: (0,8,5) (0%, 3%, 2%)

RGB channels and saturation

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

0
8
5

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

Portions of RGB colors in percentages

R + G + B = 0 + 8 + 5 = 13 (100%)
R 0 of 13 ~ 0%
G 8 of 13 ~ 61.54%
B 5 of 13 ~ 38.46'%

%61.54
%38.46

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 96.86%

CMYK: (100,0,37,97)
C100M0Y37K97 (100%, 0%, 37%, 97%)
(1.00 / 0.00 / 0.37 / 0.97)

CMYK percentages

%100
%0
%37.5
%96.86

Codes

Color #000805 in popluar color models

00 08 05
RGB 0 8 5
HSL 158° 100.00% 1.57%
HSB/HSV 158° 100.00% 3.14%
CMYK 100.00% 0.00% 37.50%
96.86%

Color #000805 in popluar number systems.

HEX 00 08 05
Decimal 0 8 5
Binary 0 1000 101
Octal 0 10 5

Shades and tints

Tints of #000805

#000805
(0,8,5)
#171E1B
(23,30,27)
#2E3431
(46,52,49)
#454A47
(69,74,71)
#5C605D
(92,96,93)
#737673
(115,118,115)
#8A8C89
(138,140,137)
#A1A29F
(161,162,159)
#B8B8B5
(184,184,181)
#CFCECB
(207,206,203)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000805; }

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

This text font color is #000805.

Background Color

.myBgColor { background-color: #000805; }

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

This div background color is #000805.

Border color

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

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

This div border color is #000805.

Opacity

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

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

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

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

This text has shadow with #000805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000805.

Preview

Color preview on black background

This text has color #000805 on black background.


Color preview on white background

This text has color #000805 on white background.


Black color preview on #000805 background

This text has black color on #000805 background.


White color preview on #000805 background

This text has white color on #000805 background.


Related colors

Complementary color

Complementary color for #hex is #FFF7FA.


I love getcolorcode.com

Triadic colors

1 #050008 and #080500 with #000805 are triadic colors.

2 #050800 and #080005 with #000805 are triadic colors.