COLOR #081819

HEX: #081819
RGB: (8,24,25)

Color info

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

RGB color model

#081819 color RGB value is (8,24,25).

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

RGB channels and saturation

R 8 of 255 = 3%
G 24 of 255 = 9%
B 25 of 255 = 10%

8
24
25

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

Portions of RGB colors in percentages

R + G + B =
8 + 24 + 25 = 57 (100%)
R 8 of 57 ~ 14.04%
G 24 of 57 ~ 42.11%
B 25 of 57 ~ 43.86%

%14.04
%42.11
%43.86

CMYK color model

#081819 color CMYK value is (68,4,0,90).

  • cyan value is 68.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(68,4,0,90)
C68M4Y0K90 
(68%,4%,0%,90%)
(0.68/0.04/0.00/0.90)	

CMYK percentages

%68
%4
%0
%90.2

Codes

Color #081819 in popluar color models

081819
RGB82425
HSL184°51.52%6.47%
HSB/HSV184°68.00%9.80%
CMYK68.00%4.00%0.00%
90.20%

Color #081819 in popluar number systems.

HEX081819
Decimal82425
Binary10001100011001
Octal103031

Shades and tints

Shades of #081819

#081819
(8,24,25)
#081617
(8,22,23)
#081415
(8,20,21)
#081213
(8,18,19)
#081011
(8,16,17)
#080E0F
(8,14,15)
#080C0D
(8,12,13)
#080A0B
(8,10,11)
#080809
(8,8,9)
#080607
(8,6,7)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #081819

#081819
(8,24,25)
#1E2D2D
(30,45,45)
#344241
(52,66,65)
#4A5755
(74,87,85)
#606C69
(96,108,105)
#76817D
(118,129,125)
#8C9691
(140,150,145)
#A2ABA5
(162,171,165)
#B8C0B9
(184,192,185)
#CED5CD
(206,213,205)
#E4EAE1
(228,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081819; }

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

This text font color is #081819.


Background Color

.myBgColor { background-color: #081819; }

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

This div background color is #081819.


Border color

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

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

This div border color is #081819.


Opacity

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

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

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

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

This text has shadow with #081819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081819 on black background.


Color preview on white background

This text has color #081819 on white background.



Black color preview on #081819 background

This text has black color on #081819 background.


White color preview on #081819 background

This text has white color on #081819 background.