COLOR #080608

HEX: #080608
RGB: (8,6,8)

Color info

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

RGB color model

#080608 color RGB value is (8,6,8).

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

RGB channels and saturation

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

8
6
8

R + G + B ~ 3%. #080608 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 6 + 8 = 22 (100%)
R 8 of 22 ~ 36.36%
G 6 of 22 ~ 27.27%
B 8 of 22 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

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

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

CMYK percentages

%0
%25
%0
%96.86

Codes

Color #080608 in popluar color models

080608
RGB868
HSL300°14.29%2.75%
HSB/HSV300°25.00%3.14%
CMYK0.00%25.00%0.00%
96.86%

Color #080608 in popluar number systems.

HEX080608
Decimal868
Binary10001101000
Octal10610

Shades and tints

Tints of #080608

#080608
(8,6,8)
#1E1C1E
(30,28,30)
#343234
(52,50,52)
#4A484A
(74,72,74)
#605E60
(96,94,96)
#767476
(118,116,118)
#8C8A8C
(140,138,140)
#A2A0A2
(162,160,162)
#B8B6B8
(184,182,184)
#CECCCE
(206,204,206)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080608; }

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

This text font color is #080608.


Background Color

.myBgColor { background-color: #080608; }

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

This div background color is #080608.


Border color

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

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

This div border color is #080608.


Opacity

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

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

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

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

This text has shadow with #080608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080608 on black background.


Color preview on white background

This text has color #080608 on white background.



Black color preview on #080608 background

This text has black color on #080608 background.


White color preview on #080608 background

This text has white color on #080608 background.