COLOR #080508

HEX: #080508
RGB: (8,5,8)

Color info

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

RGB color model

#080508 color RGB value is (8,5,8).

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

RGB channels and saturation

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

8
5
8

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

Portions of RGB colors in percentages

R + G + B =
8 + 5 + 8 = 21 (100%)
R 8 of 21 ~ 38.1%
G 5 of 21 ~ 23.81%
B 8 of 21 ~ 38.1%

%38.1
%23.81
%38.1

CMYK color model

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

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

CMYK percentages

%0
%37.5
%0
%96.86

Codes

Color #080508 in popluar color models

080508
RGB858
HSL300°23.08%2.55%
HSB/HSV300°37.50%3.14%
CMYK0.00%37.50%0.00%
96.86%

Color #080508 in popluar number systems.

HEX080508
Decimal858
Binary10001011000
Octal10510

Shades and tints

Tints of #080508

#080508
(8,5,8)
#1E1B1E
(30,27,30)
#343134
(52,49,52)
#4A474A
(74,71,74)
#605D60
(96,93,96)
#767376
(118,115,118)
#8C898C
(140,137,140)
#A29FA2
(162,159,162)
#B8B5B8
(184,181,184)
#CECBCE
(206,203,206)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080508; }

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

This text font color is #080508.


Background Color

.myBgColor { background-color: #080508; }

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

This div background color is #080508.


Border color

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

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

This div border color is #080508.


Opacity

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

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

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

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

This text has shadow with #080508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080508 on black background.


Color preview on white background

This text has color #080508 on white background.



Black color preview on #080508 background

This text has black color on #080508 background.


White color preview on #080508 background

This text has white color on #080508 background.