COLOR #080500

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
5
0

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

Portions of RGB colors in percentages

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

%61.54
%38.46

CMYK color model

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

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

CMYK percentages

%0
%37.5
%100
%96.86

Codes

Color #080500 in popluar color models

080500
RGB850
HSL38°100.00%1.57%
HSB/HSV38°100.00%3.14%
CMYK0.00%37.50%100.00%
96.86%

Color #080500 in popluar number systems.

HEX080500
Decimal850
Binary10001010
Octal1050

Shades and tints

Tints of #080500

#080500
(8,5,0)
#1E1B17
(30,27,23)
#34312E
(52,49,46)
#4A4745
(74,71,69)
#605D5C
(96,93,92)
#767373
(118,115,115)
#8C898A
(140,137,138)
#A29FA1
(162,159,161)
#B8B5B8
(184,181,184)
#CECBCF
(206,203,207)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080500; }

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

This text font color is #080500.


Background Color

.myBgColor { background-color: #080500; }

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

This div background color is #080500.


Border color

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

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

This div border color is #080500.


Opacity

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

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

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

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

This text has shadow with #080500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080500 on black background.


Color preview on white background

This text has color #080500 on white background.



Black color preview on #080500 background

This text has black color on #080500 background.


White color preview on #080500 background

This text has white color on #080500 background.