COLOR #020500

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

2
5
0

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

Portions of RGB colors in percentages

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

%28.57
%71.43

CMYK color model

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

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

CMYK percentages

%60
%0
%100
%98.04

Codes

Color #020500 in popluar color models

020500
RGB250
HSL96°100.00%0.98%
HSB/HSV96°100.00%1.96%
CMYK60.00%0.00%100.00%
98.04%

Color #020500 in popluar number systems.

HEX020500
Decimal250
Binary101010
Octal250

Shades and tints

Tints of #020500

#020500
(2,5,0)
#191B17
(25,27,23)
#30312E
(48,49,46)
#474745
(71,71,69)
#5E5D5C
(94,93,92)
#757373
(117,115,115)
#8C898A
(140,137,138)
#A39FA1
(163,159,161)
#BAB5B8
(186,181,184)
#D1CBCF
(209,203,207)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020500; }

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

This text font color is #020500.


Background Color

.myBgColor { background-color: #020500; }

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

This div background color is #020500.


Border color

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

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

This div border color is #020500.


Opacity

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

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

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

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

This text has shadow with #020500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020500 on black background.


Color preview on white background

This text has color #020500 on white background.



Black color preview on #020500 background

This text has black color on #020500 background.


White color preview on #020500 background

This text has white color on #020500 background.