COLOR #080409

HEX: #080409 RGB: (8,4,9)

Color info

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

RGB color model

#080409 color RGB value is (8,4,9).

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

RGB channels and saturation

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

8
4
9

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

Portions of RGB colors in percentages

R + G + B = 8 + 4 + 9 = 21 (100%)
R 8 of 21 ~ 38.1%
G 4 of 21 ~ 19.05%
B 9 of 21 ~ 42.86'%

%38.1
%19.05
%42.86

CMYK color model

#080409 color CMYK value is (11,56,0,96).

  • cyan value is 11.11%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (11,56,0,96)
C11M56Y0K96 (11%, 56%, 0%, 96%)
(0.11 / 0.56 / 0.00 / 0.96)

CMYK percentages

%11.11
%55.56
%0
%96.47

Codes

Color #080409 in popluar color models

08 04 09
RGB 8 4 9
HSL 288° 38.46% 2.55%
HSB/HSV 288° 55.56% 3.53%
CMYK 11.11% 55.56% 0.00%
96.47%

Color #080409 in popluar number systems.

HEX 08 04 09
Decimal 8 4 9
Binary 1000 100 1001
Octal 10 4 11

Shades and tints

Tints of #080409

#080409
(8,4,9)
#1E1A1F
(30,26,31)
#343035
(52,48,53)
#4A464B
(74,70,75)
#605C61
(96,92,97)
#767277
(118,114,119)
#8C888D
(140,136,141)
#A29EA3
(162,158,163)
#B8B4B9
(184,180,185)
#CECACF
(206,202,207)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080409; }

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

This text font color is #080409.

Background Color

.myBgColor { background-color: #080409; }

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

This div background color is #080409.

Border color

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

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

This div border color is #080409.

Opacity

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

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

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

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

This text has shadow with #080409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080409.

Preview

Color preview on black background

This text has color #080409 on black background.


Color preview on white background

This text has color #080409 on white background.


Black color preview on #080409 background

This text has black color on #080409 background.


White color preview on #080409 background

This text has white color on #080409 background.


Related colors

Complementary color

Complementary color for #hex is #F7FBF6.


I love getcolorcode.com

Triadic colors

1 #090804 and #040908 with #080409 are triadic colors.

2 #090408 and #040809 with #080409 are triadic colors.