COLOR #080404

HEX: #080404 RGB: (8,4,4)

Color info

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

RGB color model

#080404 color RGB value is (8,4,4).

RGB: (8,4,4) (3%, 2%, 2%)

RGB channels and saturation

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

8
4
4

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

Portions of RGB colors in percentages

R + G + B = 8 + 4 + 4 = 16 (100%)
R 8 of 16 ~ 50%
G 4 of 16 ~ 25%
B 4 of 16 ~ 25'%

%50
%25
%25

CMYK color model

#080404 color CMYK value is (0,50,50,97).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 96.86%

CMYK: (0,50,50,97)
C0M50Y50K97 (0%, 50%, 50%, 97%)
(0.00 / 0.50 / 0.50 / 0.97)

CMYK percentages

%0
%50
%50
%96.86

Codes

Color #080404 in popluar color models

08 04 04
RGB 8 4 4
HSL 33.33% 2.35%
HSB/HSV 50.00% 3.14%
CMYK 0.00% 50.00% 50.00%
96.86%

Color #080404 in popluar number systems.

HEX 08 04 04
Decimal 8 4 4
Binary 1000 100 100
Octal 10 4 4

Shades and tints

Tints of #080404

#080404
(8,4,4)
#1E1A1A
(30,26,26)
#343030
(52,48,48)
#4A4646
(74,70,70)
#605C5C
(96,92,92)
#767272
(118,114,114)
#8C8888
(140,136,136)
#A29E9E
(162,158,158)
#B8B4B4
(184,180,180)
#CECACA
(206,202,202)
#E4E0E0
(228,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080404; }

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

This text font color is #080404.

Background Color

.myBgColor { background-color: #080404; }

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

This div background color is #080404.

Border color

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

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

This div border color is #080404.

Opacity

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

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

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

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

This text has shadow with #080404 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080404.

Preview

Color preview on black background

This text has color #080404 on black background.


Color preview on white background

This text has color #080404 on white background.


Black color preview on #080404 background

This text has black color on #080404 background.


White color preview on #080404 background

This text has white color on #080404 background.


Related colors

Complementary color

Complementary color for #hex is #F7FBFB.


I love getcolorcode.com