COLOR #050002

HEX: #050002
RGB: (5,0,2)

Color info

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

RGB color model

#050002 color RGB value is (5,0,2).

  • red value is 5;
  • green value is 0;
  • blue value is 2.
RGB:
(5,0,2)
(2%,0%,1%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 2 of 255 = 1%

5
0
2

R + G + B ~ 1%. #050002 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 2 = 7 (100%)
R 5 of 7 ~ 71.43%
G 0 of 7 ~ 0%
B 2 of 7 ~ 28.57%

%71.43
%28.57

CMYK color model

#050002 color CMYK value is (0,100,60,98).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 60.00%
  • key color value is 98.04%
CMYK:
(0,100,60,98)
C0M100Y60K98 
(0%,100%,60%,98%)
(0.00/1.00/0.60/0.98)	

CMYK percentages

%0
%100
%60
%98.04

Codes

Color #050002 in popluar color models

050002
RGB502
HSL336°100.00%0.98%
HSB/HSV336°100.00%1.96%
CMYK0.00%100.00%60.00%
98.04%

Color #050002 in popluar number systems.

HEX050002
Decimal502
Binary101010
Octal502

Shades and tints

Tints of #050002

#050002
(5,0,2)
#1B1719
(27,23,25)
#312E30
(49,46,48)
#474547
(71,69,71)
#5D5C5E
(93,92,94)
#737375
(115,115,117)
#898A8C
(137,138,140)
#9FA1A3
(159,161,163)
#B5B8BA
(181,184,186)
#CBCFD1
(203,207,209)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050002 color. Also use rgb(5,0,2) instead hex code.

Text Font Color

.myTextColor { color: #050002; }

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

This text font color is #050002.


Background Color

.myBgColor { background-color: #050002; }

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

This div background color is #050002.


Border color

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

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

This div border color is #050002.


Opacity

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

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

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

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

This text has shadow with #050002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050002 on black background.


Color preview on white background

This text has color #050002 on white background.



Black color preview on #050002 background

This text has black color on #050002 background.


White color preview on #050002 background

This text has white color on #050002 background.