COLOR #080D16

HEX: #080D16
RGB: (8,13,22)

Color info

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

RGB color model

#080D16 color RGB value is (8,13,22).

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

RGB channels and saturation

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

8
13
22

R + G + B ~ 6%. #080D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 22 = 43 (100%)
R 8 of 43 ~ 18.6%
G 13 of 43 ~ 30.23%
B 22 of 43 ~ 51.16%

%18.6
%30.23
%51.16

CMYK color model

#080D16 color CMYK value is (64,41,0,91).

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

CMYK percentages

%63.64
%40.91
%0
%91.37

Codes

Color #080D16 in popluar color models

080D16
RGB81322
HSL219°46.67%5.88%
HSB/HSV219°63.64%8.63%
CMYK63.64%40.91%0.00%
91.37%

Color #080D16 in popluar number systems.

HEX080D16
Decimal81322
Binary1000110110110
Octal101526

Shades and tints

Shades of #080D16

#080D16
(8,13,22)
#080C14
(8,12,20)
#080B12
(8,11,18)
#080A10
(8,10,16)
#08090E
(8,9,14)
#08080C
(8,8,12)
#08070A
(8,7,10)
#080608
(8,6,8)
#080506
(8,5,6)
#080404
(8,4,4)
#080302
(8,3,2)
#000000
(0,0,0)

Tints of #080D16

#080D16
(8,13,22)
#1E232B
(30,35,43)
#343940
(52,57,64)
#4A4F55
(74,79,85)
#60656A
(96,101,106)
#767B7F
(118,123,127)
#8C9194
(140,145,148)
#A2A7A9
(162,167,169)
#B8BDBE
(184,189,190)
#CED3D3
(206,211,211)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080D16; }

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

This text font color is #080D16.


Background Color

.myBgColor { background-color: #080D16; }

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

This div background color is #080D16.


Border color

.myBorderColor { border: 1px solid #080D16; }

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

This div border color is #080D16.


Opacity

.myOpacity80 { color: #080D16; opacity: 0.8; }

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

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

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

This text has shadow with #080D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D16 on black background.


Color preview on white background

This text has color #080D16 on white background.



Black color preview on #080D16 background

This text has black color on #080D16 background.


White color preview on #080D16 background

This text has white color on #080D16 background.