COLOR #080D11

HEX: #080D11
RGB: (8,13,17)

Color info

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

RGB color model

#080D11 color RGB value is (8,13,17).

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

RGB channels and saturation

R 8 of 255 = 3%
G 13 of 255 = 5%
B 17 of 255 = 7%

8
13
17

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

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 17 = 38 (100%)
R 8 of 38 ~ 21.05%
G 13 of 38 ~ 34.21%
B 17 of 38 ~ 44.74%

%21.05
%34.21
%44.74

CMYK color model

#080D11 color CMYK value is (53,24,0,93).

  • cyan value is 52.94%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(53,24,0,93)
C53M24Y0K93 
(53%,24%,0%,93%)
(0.53/0.24/0.00/0.93)	

CMYK percentages

%52.94
%23.53
%0
%93.33

Codes

Color #080D11 in popluar color models

080D11
RGB81317
HSL207°36.00%4.90%
HSB/HSV207°52.94%6.67%
CMYK52.94%23.53%0.00%
93.33%

Color #080D11 in popluar number systems.

HEX080D11
Decimal81317
Binary1000110110001
Octal101521

Shades and tints

Shades of #080D11

#080D11
(8,13,17)
#080C10
(8,12,16)
#080B0F
(8,11,15)
#080A0E
(8,10,14)
#08090D
(8,9,13)
#08080C
(8,8,12)
#08070B
(8,7,11)
#08060A
(8,6,10)
#080509
(8,5,9)
#080408
(8,4,8)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #080D11

#080D11
(8,13,17)
#1E2326
(30,35,38)
#34393B
(52,57,59)
#4A4F50
(74,79,80)
#606565
(96,101,101)
#767B7A
(118,123,122)
#8C918F
(140,145,143)
#A2A7A4
(162,167,164)
#B8BDB9
(184,189,185)
#CED3CE
(206,211,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080D11; }

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

This text font color is #080D11.


Background Color

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

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

This div background color is #080D11.


Border color

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

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

This div border color is #080D11.


Opacity

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

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

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

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

This text has shadow with #080D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D11 on black background.


Color preview on white background

This text has color #080D11 on white background.



Black color preview on #080D11 background

This text has black color on #080D11 background.


White color preview on #080D11 background

This text has white color on #080D11 background.