COLOR #080028

HEX: #080028
RGB: (8,0,40)

Color info

#080028 contains only red and blue colors. Web safe color of #080028 is #000033 (or #003).

RGB color model

#080028 color RGB value is (8,0,40).

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

RGB channels and saturation

R 8 of 255 = 3%
G 0 of 255 = 0%
B 40 of 255 = 16%

8
0
40

R + G + B ~ 6%. #080028 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 0 + 40 = 48 (100%)
R 8 of 48 ~ 16.67%
G 0 of 48 ~ 0%
B 40 of 48 ~ 83.33%

%16.67
%83.33

CMYK color model

#080028 color CMYK value is (80,100,0,84).

  • cyan value is 80.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(80,100,0,84)
C80M100Y0K84 
(80%,100%,0%,84%)
(0.80/1.00/0.00/0.84)	

CMYK percentages

%80
%100
%0
%84.31

Codes

Color #080028 in popluar color models

080028
RGB8040
HSL252°100.00%7.84%
HSB/HSV252°100.00%15.69%
CMYK80.00%100.00%0.00%
84.31%

Color #080028 in popluar number systems.

HEX080028
Decimal8040
Binary10000101000
Octal10050

Shades and tints

Shades of #080028

#080028
(8,0,40)
#080025
(8,0,37)
#080022
(8,0,34)
#08001F
(8,0,31)
#08001C
(8,0,28)
#080019
(8,0,25)
#080016
(8,0,22)
#080013
(8,0,19)
#080010
(8,0,16)
#08000D
(8,0,13)
#08000A
(8,0,10)
#000000
(0,0,0)

Tints of #080028

#080028
(8,0,40)
#1E173B
(30,23,59)
#342E4E
(52,46,78)
#4A4561
(74,69,97)
#605C74
(96,92,116)
#767387
(118,115,135)
#8C8A9A
(140,138,154)
#A2A1AD
(162,161,173)
#B8B8C0
(184,184,192)
#CECFD3
(206,207,211)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080028; }

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

This text font color is #080028.


Background Color

.myBgColor { background-color: #080028; }

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

This div background color is #080028.


Border color

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

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

This div border color is #080028.


Opacity

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

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

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

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

This text has shadow with #080028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080028 on black background.


Color preview on white background

This text has color #080028 on white background.



Black color preview on #080028 background

This text has black color on #080028 background.


White color preview on #080028 background

This text has white color on #080028 background.