COLOR #080E11

HEX: #080E11 RGB: (8,14,17)

Color info

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

RGB color model

#080E11 color RGB value is (8,14,17).

RGB: (8,14,17) (3%, 5%, 7%)

RGB channels and saturation

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

8
14
17

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

Portions of RGB colors in percentages

R + G + B = 8 + 14 + 17 = 39 (100%)
R 8 of 39 ~ 20.51%
G 14 of 39 ~ 35.9%
B 17 of 39 ~ 43.59'%

%20.51
%35.9
%43.59

CMYK color model

#080E11 color CMYK value is (53,18,0,93).

  • cyan value is 52.94%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (53,18,0,93)
C53M18Y0K93 (53%, 18%, 0%, 93%)
(0.53 / 0.18 / 0.00 / 0.93)

CMYK percentages

%52.94
%17.65
%0
%93.33

Codes

Color #080E11 in popluar color models

08 0E 11
RGB 8 14 17
HSL 200° 36.00% 4.90%
HSB/HSV 200° 52.94% 6.67%
CMYK 52.94% 17.65% 0.00%
93.33%

Color #080E11 in popluar number systems.

HEX 08 0E 11
Decimal 8 14 17
Binary 1000 1110 10001
Octal 10 16 21

Shades and tints

Shades of #080E11

#080E11
(8,14,17)
#080D10
(8,13,16)
#080C0F
(8,12,15)
#080B0E
(8,11,14)
#080A0D
(8,10,13)
#08090C
(8,9,12)
#08080B
(8,8,11)
#08070A
(8,7,10)
#080609
(8,6,9)
#080508
(8,5,8)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #080E11

#080E11
(8,14,17)
#1E2326
(30,35,38)
#34383B
(52,56,59)
#4A4D50
(74,77,80)
#606265
(96,98,101)
#76777A
(118,119,122)
#8C8C8F
(140,140,143)
#A2A1A4
(162,161,164)
#B8B6B9
(184,182,185)
#CECBCE
(206,203,206)
#E4E0E3
(228,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080E11; }

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

This text font color is #080E11.

Background Color

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

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

This div background color is #080E11.

Border color

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

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

This div border color is #080E11.

Opacity

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

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

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

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

This text has shadow with #080E11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080E11.

Preview

Color preview on black background

This text has color #080E11 on black background.


Color preview on white background

This text has color #080E11 on white background.


Black color preview on #080E11 background

This text has black color on #080E11 background.


White color preview on #080E11 background

This text has white color on #080E11 background.


Related colors

Complementary color

Complementary color for #hex is #F7F1EE.


I love getcolorcode.com

Triadic colors

1 #11080E and #0E1108 with #080E11 are triadic colors.

2 #110E08 and #0E0811 with #080E11 are triadic colors.