COLOR #080005

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
0
5

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

Portions of RGB colors in percentages

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

%61.54
%38.46

CMYK color model

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

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

CMYK percentages

%0
%100
%37.5
%96.86

Codes

Color #080005 in popluar color models

080005
RGB805
HSL323°100.00%1.57%
HSB/HSV323°100.00%3.14%
CMYK0.00%100.00%37.50%
96.86%

Color #080005 in popluar number systems.

HEX080005
Decimal805
Binary10000101
Octal1005

Shades and tints

Tints of #080005

#080005
(8,0,5)
#1E171B
(30,23,27)
#342E31
(52,46,49)
#4A4547
(74,69,71)
#605C5D
(96,92,93)
#767373
(118,115,115)
#8C8A89
(140,138,137)
#A2A19F
(162,161,159)
#B8B8B5
(184,184,181)
#CECFCB
(206,207,203)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080005; }

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

This text font color is #080005.


Background Color

.myBgColor { background-color: #080005; }

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

This div background color is #080005.


Border color

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

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

This div border color is #080005.


Opacity

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

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

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

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

This text has shadow with #080005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080005 on black background.


Color preview on white background

This text has color #080005 on white background.



Black color preview on #080005 background

This text has black color on #080005 background.


White color preview on #080005 background

This text has white color on #080005 background.