COLOR #080813

HEX: #080813
RGB: (8,8,19)

Color info

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

RGB color model

#080813 color RGB value is (8,8,19).

  • red value is 8;
  • green value is 8;
  • blue value is 19.
RGB:
(8,8,19)
(3%,3%,7%)

RGB channels and saturation

R 8 of 255 = 3%
G 8 of 255 = 3%
B 19 of 255 = 7%

8
8
19

R + G + B ~ 4%. #080813 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 19 = 35 (100%)
R 8 of 35 ~ 22.86%
G 8 of 35 ~ 22.86%
B 19 of 35 ~ 54.29%

%22.86
%22.86
%54.29

CMYK color model

#080813 color CMYK value is (58,58,0,93).

  • cyan value is 57.89%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(58,58,0,93)
C58M58Y0K93 
(58%,58%,0%,93%)
(0.58/0.58/0.00/0.93)	

CMYK percentages

%57.89
%57.89
%0
%92.55

Codes

Color #080813 in popluar color models

080813
RGB8819
HSL240°40.74%5.29%
HSB/HSV240°57.89%7.45%
CMYK57.89%57.89%0.00%
92.55%

Color #080813 in popluar number systems.

HEX080813
Decimal8819
Binary1000100010011
Octal101023

Shades and tints

Shades of #080813

#080813
(8,8,19)
#080812
(8,8,18)
#080811
(8,8,17)
#080810
(8,8,16)
#08080F
(8,8,15)
#08080E
(8,8,14)
#08080D
(8,8,13)
#08080C
(8,8,12)
#08080B
(8,8,11)
#08080A
(8,8,10)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #080813

#080813
(8,8,19)
#1E1E28
(30,30,40)
#34343D
(52,52,61)
#4A4A52
(74,74,82)
#606067
(96,96,103)
#76767C
(118,118,124)
#8C8C91
(140,140,145)
#A2A2A6
(162,162,166)
#B8B8BB
(184,184,187)
#CECED0
(206,206,208)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080813; }

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

This text font color is #080813.


Background Color

.myBgColor { background-color: #080813; }

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

This div background color is #080813.


Border color

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

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

This div border color is #080813.


Opacity

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

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

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

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

This text has shadow with #080813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080813 on black background.


Color preview on white background

This text has color #080813 on white background.



Black color preview on #080813 background

This text has black color on #080813 background.


White color preview on #080813 background

This text has white color on #080813 background.