COLOR #080015

HEX: #080015
RGB: (8,0,21)

Color info

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

RGB color model

#080015 color RGB value is (8,0,21).

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

RGB channels and saturation

R 8 of 255 = 3%
G 0 of 255 = 0%
B 21 of 255 = 8%

8
0
21

R + G + B ~ 4%. #080015 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 0 + 21 = 29 (100%)
R 8 of 29 ~ 27.59%
G 0 of 29 ~ 0%
B 21 of 29 ~ 72.41%

%27.59
%72.41

CMYK color model

#080015 color CMYK value is (62,100,0,92).

  • cyan value is 61.90%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(62,100,0,92)
C62M100Y0K92 
(62%,100%,0%,92%)
(0.62/1.00/0.00/0.92)	

CMYK percentages

%61.9
%100
%0
%91.76

Codes

Color #080015 in popluar color models

080015
RGB8021
HSL263°100.00%4.12%
HSB/HSV263°100.00%8.24%
CMYK61.90%100.00%0.00%
91.76%

Color #080015 in popluar number systems.

HEX080015
Decimal8021
Binary1000010101
Octal10025

Shades and tints

Shades of #080015

#080015
(8,0,21)
#080014
(8,0,20)
#080013
(8,0,19)
#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)
#000000
(0,0,0)

Tints of #080015

#080015
(8,0,21)
#1E172A
(30,23,42)
#342E3F
(52,46,63)
#4A4554
(74,69,84)
#605C69
(96,92,105)
#76737E
(118,115,126)
#8C8A93
(140,138,147)
#A2A1A8
(162,161,168)
#B8B8BD
(184,184,189)
#CECFD2
(206,207,210)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080015; }

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

This text font color is #080015.


Background Color

.myBgColor { background-color: #080015; }

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

This div background color is #080015.


Border color

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

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

This div border color is #080015.


Opacity

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

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

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

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

This text has shadow with #080015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080015 on black background.


Color preview on white background

This text has color #080015 on white background.



Black color preview on #080015 background

This text has black color on #080015 background.


White color preview on #080015 background

This text has white color on #080015 background.