COLOR #080011

HEX: #080011 RGB: (8,0,17)

Color info

#080011 contains only red and blue colors. Web safe color of #080011 is #000000 (or #000).

RGB color model

#080011 color RGB value is (8,0,17).

RGB: (8,0,17) (3%, 0%, 7%)

RGB channels and saturation

R 8 of 255 = 3%
G 0 of 255 = 0%
B 17 of 255 = 7%

8
0
17

R + G + B ~ 3%. #080011 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 0 + 17 = 25 (100%)
R 8 of 25 ~ 32%
G 0 of 25 ~ 0%
B 17 of 25 ~ 68'%

%32
%68

CMYK color model

#080011 color CMYK value is (53,100,0,93).

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

CMYK: (53,100,0,93)
C53M100Y0K93 (53%, 100%, 0%, 93%)
(0.53 / 1.00 / 0.00 / 0.93)

CMYK percentages

%52.94
%100
%0
%93.33

Codes

Color #080011 in popluar color models

08 00 11
RGB 8 0 17
HSL 268° 100.00% 3.33%
HSB/HSV 268° 100.00% 6.67%
CMYK 52.94% 100.00% 0.00%
93.33%

Color #080011 in popluar number systems.

HEX 08 00 11
Decimal 8 0 17
Binary 1000 0 10001
Octal 10 0 21

Shades and tints

Shades of #080011

#080011
(8,0,17)
#080010
(8,0,16)
#08000F
(8,0,15)
#08000E
(8,0,14)
#08000D
(8,0,13)
#08000C
(8,0,12)
#08000B
(8,0,11)
#08000A
(8,0,10)
#080009
(8,0,9)
#080008
(8,0,8)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #080011

#080011
(8,0,17)
#1E1726
(30,23,38)
#342E3B
(52,46,59)
#4A4550
(74,69,80)
#605C65
(96,92,101)
#76737A
(118,115,122)
#8C8A8F
(140,138,143)
#A2A1A4
(162,161,164)
#B8B8B9
(184,184,185)
#CECFCE
(206,207,206)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080011; }

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

This text font color is #080011.

Background Color

.myBgColor { background-color: #080011; }

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

This div background color is #080011.

Border color

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

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

This div border color is #080011.

Opacity

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

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

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

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

This text has shadow with #080011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080011.

Preview

Color preview on black background

This text has color #080011 on black background.


Color preview on white background

This text has color #080011 on white background.


Black color preview on #080011 background

This text has black color on #080011 background.


White color preview on #080011 background

This text has white color on #080011 background.


Related colors

Complementary color

Complementary color for #hex is #F7FFEE.


I love getcolorcode.com

Triadic colors

1 #110800 and #001108 with #080011 are triadic colors.

2 #110008 and #000811 with #080011 are triadic colors.