COLOR #080D18

HEX: #080D18
RGB: (8,13,24)

Color info

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

RGB color model

#080D18 color RGB value is (8,13,24).

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

RGB channels and saturation

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

8
13
24

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

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 24 = 45 (100%)
R 8 of 45 ~ 17.78%
G 13 of 45 ~ 28.89%
B 24 of 45 ~ 53.33%

%17.78
%28.89
%53.33

CMYK color model

#080D18 color CMYK value is (67,46,0,91).

  • cyan value is 66.67%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(67,46,0,91)
C67M46Y0K91 
(67%,46%,0%,91%)
(0.67/0.46/0.00/0.91)	

CMYK percentages

%66.67
%45.83
%0
%90.59

Codes

Color #080D18 in popluar color models

080D18
RGB81324
HSL221°50.00%6.27%
HSB/HSV221°66.67%9.41%
CMYK66.67%45.83%0.00%
90.59%

Color #080D18 in popluar number systems.

HEX080D18
Decimal81324
Binary1000110111000
Octal101530

Shades and tints

Shades of #080D18

#080D18
(8,13,24)
#080C16
(8,12,22)
#080B14
(8,11,20)
#080A12
(8,10,18)
#080910
(8,9,16)
#08080E
(8,8,14)
#08070C
(8,7,12)
#08060A
(8,6,10)
#080508
(8,5,8)
#080406
(8,4,6)
#080304
(8,3,4)
#000000
(0,0,0)

Tints of #080D18

#080D18
(8,13,24)
#1E232D
(30,35,45)
#343942
(52,57,66)
#4A4F57
(74,79,87)
#60656C
(96,101,108)
#767B81
(118,123,129)
#8C9196
(140,145,150)
#A2A7AB
(162,167,171)
#B8BDC0
(184,189,192)
#CED3D5
(206,211,213)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080D18; }

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

This text font color is #080D18.


Background Color

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

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

This div background color is #080D18.


Border color

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

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

This div border color is #080D18.


Opacity

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

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

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

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

This text has shadow with #080D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D18 on black background.


Color preview on white background

This text has color #080D18 on white background.



Black color preview on #080D18 background

This text has black color on #080D18 background.


White color preview on #080D18 background

This text has white color on #080D18 background.