COLOR #080012

HEX: #080012
RGB: (8,0,18)

Color info

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

RGB color model

#080012 color RGB value is (8,0,18).

  • red value is 8;
  • green value is 0;
  • blue value is 18.
RGB:
(8,0,18)
(3%,0%,7%)

RGB channels and saturation

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

8
0
18

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

Portions of RGB colors in percentages

R + G + B =
8 + 0 + 18 = 26 (100%)
R 8 of 26 ~ 30.77%
G 0 of 26 ~ 0%
B 18 of 26 ~ 69.23%

%30.77
%69.23

CMYK color model

#080012 color CMYK value is (56,100,0,93).

  • cyan value is 55.56%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(56,100,0,93)
C56M100Y0K93 
(56%,100%,0%,93%)
(0.56/1.00/0.00/0.93)	

CMYK percentages

%55.56
%100
%0
%92.94

Codes

Color #080012 in popluar color models

080012
RGB8018
HSL267°100.00%3.53%
HSB/HSV267°100.00%7.06%
CMYK55.56%100.00%0.00%
92.94%

Color #080012 in popluar number systems.

HEX080012
Decimal8018
Binary1000010010
Octal10022

Shades and tints

Shades of #080012

#080012
(8,0,18)
#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)
#000000
(0,0,0)

Tints of #080012

#080012
(8,0,18)
#1E1727
(30,23,39)
#342E3C
(52,46,60)
#4A4551
(74,69,81)
#605C66
(96,92,102)
#76737B
(118,115,123)
#8C8A90
(140,138,144)
#A2A1A5
(162,161,165)
#B8B8BA
(184,184,186)
#CECFCF
(206,207,207)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080012; }

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

This text font color is #080012.


Background Color

.myBgColor { background-color: #080012; }

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

This div background color is #080012.


Border color

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

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

This div border color is #080012.


Opacity

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

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

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

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

This text has shadow with #080012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080012 on black background.


Color preview on white background

This text has color #080012 on white background.



Black color preview on #080012 background

This text has black color on #080012 background.


White color preview on #080012 background

This text has white color on #080012 background.