COLOR #080605

HEX: #080605
RGB: (8,6,5)

Color info

#080605 contains red, green and blue colors in about the same proportion. Web safe color of #080605 is #000000 (or #000).

RGB color model

#080605 color RGB value is (8,6,5).

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

RGB channels and saturation

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

8
6
5

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

Portions of RGB colors in percentages

R + G + B =
8 + 6 + 5 = 19 (100%)
R 8 of 19 ~ 42.11%
G 6 of 19 ~ 31.58%
B 5 of 19 ~ 26.32%

%42.11
%31.58
%26.32

CMYK color model

#080605 color CMYK value is (0,25,37,97).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 37.50%
  • key color value is 96.86%
CMYK:
(0,25,37,97)
C0M25Y37K97 
(0%,25%,37%,97%)
(0.00/0.25/0.37/0.97)	

CMYK percentages

%0
%25
%37.5
%96.86

Codes

Color #080605 in popluar color models

080605
RGB865
HSL20°23.08%2.55%
HSB/HSV20°37.50%3.14%
CMYK0.00%25.00%37.50%
96.86%

Color #080605 in popluar number systems.

HEX080605
Decimal865
Binary1000110101
Octal1065

Shades and tints

Tints of #080605

#080605
(8,6,5)
#1E1C1B
(30,28,27)
#343231
(52,50,49)
#4A4847
(74,72,71)
#605E5D
(96,94,93)
#767473
(118,116,115)
#8C8A89
(140,138,137)
#A2A09F
(162,160,159)
#B8B6B5
(184,182,181)
#CECCCB
(206,204,203)
#E4E2E1
(228,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080605; }

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

This text font color is #080605.


Background Color

.myBgColor { background-color: #080605; }

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

This div background color is #080605.


Border color

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

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

This div border color is #080605.


Opacity

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

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

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

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

This text has shadow with #080605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080605 on black background.


Color preview on white background

This text has color #080605 on white background.



Black color preview on #080605 background

This text has black color on #080605 background.


White color preview on #080605 background

This text has white color on #080605 background.