COLOR #080816

HEX: #080816
RGB: (8,8,22)

Color info

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

RGB color model

#080816 color RGB value is (8,8,22).

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

RGB channels and saturation

R 8 of 255 = 3%
G 8 of 255 = 3%
B 22 of 255 = 9%

8
8
22

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

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 22 = 38 (100%)
R 8 of 38 ~ 21.05%
G 8 of 38 ~ 21.05%
B 22 of 38 ~ 57.89%

%21.05
%21.05
%57.89

CMYK color model

#080816 color CMYK value is (64,64,0,91).

  • cyan value is 63.64%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(64,64,0,91)
C64M64Y0K91 
(64%,64%,0%,91%)
(0.64/0.64/0.00/0.91)	

CMYK percentages

%63.64
%63.64
%0
%91.37

Codes

Color #080816 in popluar color models

080816
RGB8822
HSL240°46.67%5.88%
HSB/HSV240°63.64%8.63%
CMYK63.64%63.64%0.00%
91.37%

Color #080816 in popluar number systems.

HEX080816
Decimal8822
Binary1000100010110
Octal101026

Shades and tints

Shades of #080816

#080816
(8,8,22)
#080814
(8,8,20)
#080812
(8,8,18)
#080810
(8,8,16)
#08080E
(8,8,14)
#08080C
(8,8,12)
#08080A
(8,8,10)
#080808
(8,8,8)
#080806
(8,8,6)
#080804
(8,8,4)
#080802
(8,8,2)
#000000
(0,0,0)

Tints of #080816

#080816
(8,8,22)
#1E1E2B
(30,30,43)
#343440
(52,52,64)
#4A4A55
(74,74,85)
#60606A
(96,96,106)
#76767F
(118,118,127)
#8C8C94
(140,140,148)
#A2A2A9
(162,162,169)
#B8B8BE
(184,184,190)
#CECED3
(206,206,211)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080816; }

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

This text font color is #080816.


Background Color

.myBgColor { background-color: #080816; }

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

This div background color is #080816.


Border color

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

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

This div border color is #080816.


Opacity

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

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

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

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

This text has shadow with #080816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080816 on black background.


Color preview on white background

This text has color #080816 on white background.



Black color preview on #080816 background

This text has black color on #080816 background.


White color preview on #080816 background

This text has white color on #080816 background.