COLOR #081419

HEX: #081419
RGB: (8,20,25)

Color info

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

RGB color model

#081419 color RGB value is (8,20,25).

  • red value is 8;
  • green value is 20;
  • blue value is 25.
RGB:
(8,20,25)
(3%,8%,10%)

RGB channels and saturation

R 8 of 255 = 3%
G 20 of 255 = 8%
B 25 of 255 = 10%

8
20
25

R + G + B ~ 7%. #081419 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 20 + 25 = 53 (100%)
R 8 of 53 ~ 15.09%
G 20 of 53 ~ 37.74%
B 25 of 53 ~ 47.17%

%15.09
%37.74
%47.17

CMYK color model

#081419 color CMYK value is (68,20,0,90).

  • cyan value is 68.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(68,20,0,90)
C68M20Y0K90 
(68%,20%,0%,90%)
(0.68/0.20/0.00/0.90)	

CMYK percentages

%68
%20
%0
%90.2

Codes

Color #081419 in popluar color models

081419
RGB82025
HSL198°51.52%6.47%
HSB/HSV198°68.00%9.80%
CMYK68.00%20.00%0.00%
90.20%

Color #081419 in popluar number systems.

HEX081419
Decimal82025
Binary10001010011001
Octal102431

Shades and tints

Shades of #081419

#081419
(8,20,25)
#081317
(8,19,23)
#081215
(8,18,21)
#081113
(8,17,19)
#081011
(8,16,17)
#080F0F
(8,15,15)
#080E0D
(8,14,13)
#080D0B
(8,13,11)
#080C09
(8,12,9)
#080B07
(8,11,7)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #081419

#081419
(8,20,25)
#1E292D
(30,41,45)
#343E41
(52,62,65)
#4A5355
(74,83,85)
#606869
(96,104,105)
#767D7D
(118,125,125)
#8C9291
(140,146,145)
#A2A7A5
(162,167,165)
#B8BCB9
(184,188,185)
#CED1CD
(206,209,205)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081419; }

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

This text font color is #081419.


Background Color

.myBgColor { background-color: #081419; }

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

This div background color is #081419.


Border color

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

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

This div border color is #081419.


Opacity

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

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

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

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

This text has shadow with #081419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081419 on black background.


Color preview on white background

This text has color #081419 on white background.



Black color preview on #081419 background

This text has black color on #081419 background.


White color preview on #081419 background

This text has white color on #081419 background.