COLOR #080017

HEX: #080017
RGB: (8,0,23)

Color info

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

RGB color model

#080017 color RGB value is (8,0,23).

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

RGB channels and saturation

R 8 of 255 = 3%
G 0 of 255 = 0%
B 23 of 255 = 9%

8
0
23

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

Portions of RGB colors in percentages

R + G + B =
8 + 0 + 23 = 31 (100%)
R 8 of 31 ~ 25.81%
G 0 of 31 ~ 0%
B 23 of 31 ~ 74.19%

%25.81
%74.19

CMYK color model

#080017 color CMYK value is (65,100,0,91).

  • cyan value is 65.22%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(65,100,0,91)
C65M100Y0K91 
(65%,100%,0%,91%)
(0.65/1.00/0.00/0.91)	

CMYK percentages

%65.22
%100
%0
%90.98

Codes

Color #080017 in popluar color models

080017
RGB8023
HSL261°100.00%4.51%
HSB/HSV261°100.00%9.02%
CMYK65.22%100.00%0.00%
90.98%

Color #080017 in popluar number systems.

HEX080017
Decimal8023
Binary1000010111
Octal10027

Shades and tints

Shades of #080017

#080017
(8,0,23)
#080015
(8,0,21)
#080013
(8,0,19)
#080011
(8,0,17)
#08000F
(8,0,15)
#08000D
(8,0,13)
#08000B
(8,0,11)
#080009
(8,0,9)
#080007
(8,0,7)
#080005
(8,0,5)
#080003
(8,0,3)
#000000
(0,0,0)

Tints of #080017

#080017
(8,0,23)
#1E172C
(30,23,44)
#342E41
(52,46,65)
#4A4556
(74,69,86)
#605C6B
(96,92,107)
#767380
(118,115,128)
#8C8A95
(140,138,149)
#A2A1AA
(162,161,170)
#B8B8BF
(184,184,191)
#CECFD4
(206,207,212)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080017; }

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

This text font color is #080017.


Background Color

.myBgColor { background-color: #080017; }

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

This div background color is #080017.


Border color

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

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

This div border color is #080017.


Opacity

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

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

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

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

This text has shadow with #080017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080017 on black background.


Color preview on white background

This text has color #080017 on white background.



Black color preview on #080017 background

This text has black color on #080017 background.


White color preview on #080017 background

This text has white color on #080017 background.