COLOR #080519

HEX: #080519 RGB: (8,5,25)

Color info

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

RGB color model

#080519 color RGB value is (8,5,25).

RGB: (8,5,25) (3%, 2%, 10%)

RGB channels and saturation

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

8
5
25

R + G + B ~ 5%. #080519 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 5 + 25 = 38 (100%)
R 8 of 38 ~ 21.05%
G 5 of 38 ~ 13.16%
B 25 of 38 ~ 65.79'%

%21.05
%13.16
%65.79

CMYK color model

#080519 color CMYK value is (68,80,0,90).

  • cyan value is 68.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (68,80,0,90)
C68M80Y0K90 (68%, 80%, 0%, 90%)
(0.68 / 0.80 / 0.00 / 0.90)

CMYK percentages

%68
%80
%0
%90.2

Codes

Color #080519 in popluar color models

08 05 19
RGB 8 5 25
HSL 249° 66.67% 5.88%
HSB/HSV 249° 80.00% 9.80%
CMYK 68.00% 80.00% 0.00%
90.20%

Color #080519 in popluar number systems.

HEX 08 05 19
Decimal 8 5 25
Binary 1000 101 11001
Octal 10 5 31

Shades and tints

Shades of #080519

#080519
(8,5,25)
#080517
(8,5,23)
#080515
(8,5,21)
#080513
(8,5,19)
#080511
(8,5,17)
#08050F
(8,5,15)
#08050D
(8,5,13)
#08050B
(8,5,11)
#080509
(8,5,9)
#080507
(8,5,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #080519

#080519
(8,5,25)
#1E1B2D
(30,27,45)
#343141
(52,49,65)
#4A4755
(74,71,85)
#605D69
(96,93,105)
#76737D
(118,115,125)
#8C8991
(140,137,145)
#A29FA5
(162,159,165)
#B8B5B9
(184,181,185)
#CECBCD
(206,203,205)
#E4E1E1
(228,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080519; }

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

This text font color is #080519.

Background Color

.myBgColor { background-color: #080519; }

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

This div background color is #080519.

Border color

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

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

This div border color is #080519.

Opacity

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

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

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

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

This text has shadow with #080519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080519.

Preview

Color preview on black background

This text has color #080519 on black background.


Color preview on white background

This text has color #080519 on white background.


Black color preview on #080519 background

This text has black color on #080519 background.


White color preview on #080519 background

This text has white color on #080519 background.


Related colors

Complementary color

Complementary color for #hex is #F7FAE6.


I love getcolorcode.com

Triadic colors

1 #190805 and #051908 with #080519 are triadic colors.

2 #190508 and #050819 with #080519 are triadic colors.