COLOR #020F05

HEX: #020F05
RGB: (2,15,5)

Color info

#020F05 contains red, green and blue colors in about the same proportion. Web safe color of #020F05 is #000000 (or #000).

RGB color model

#020F05 color RGB value is (2,15,5).

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

RGB channels and saturation

R 2 of 255 = 1%
G 15 of 255 = 6%
B 5 of 255 = 2%

2
15
5

R + G + B ~ 3%. #020F05 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 15 + 5 = 22 (100%)
R 2 of 22 ~ 9.09%
G 15 of 22 ~ 68.18%
B 5 of 22 ~ 22.73%

%68.18
%22.73

CMYK color model

#020F05 color CMYK value is (87,0,67,94).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 94.12%
CMYK:
(87,0,67,94)
C87M0Y67K94 
(87%,0%,67%,94%)
(0.87/0.00/0.67/0.94)	

CMYK percentages

%86.67
%0
%66.67
%94.12

Codes

Color #020F05 in popluar color models

020F05
RGB2155
HSL134°76.47%3.33%
HSB/HSV134°86.67%5.88%
CMYK86.67%0.00%66.67%
94.12%

Color #020F05 in popluar number systems.

HEX020F05
Decimal2155
Binary101111101
Octal2175

Shades and tints

Shades of #020F05

#020F05
(2,15,5)
#020E05
(2,14,5)
#020D05
(2,13,5)
#020C05
(2,12,5)
#020B05
(2,11,5)
#020A05
(2,10,5)
#020905
(2,9,5)
#020805
(2,8,5)
#020705
(2,7,5)
#020605
(2,6,5)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #020F05

#020F05
(2,15,5)
#19241B
(25,36,27)
#303931
(48,57,49)
#474E47
(71,78,71)
#5E635D
(94,99,93)
#757873
(117,120,115)
#8C8D89
(140,141,137)
#A3A29F
(163,162,159)
#BAB7B5
(186,183,181)
#D1CCCB
(209,204,203)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F05; }

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

This text font color is #020F05.


Background Color

.myBgColor { background-color: #020F05; }

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

This div background color is #020F05.


Border color

.myBorderColor { border: 1px solid #020F05; }

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

This div border color is #020F05.


Opacity

.myOpacity80 { color: #020F05; opacity: 0.8; }

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

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

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

This text has shadow with #020F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020F05 on black background.


Color preview on white background

This text has color #020F05 on white background.



Black color preview on #020F05 background

This text has black color on #020F05 background.


White color preview on #020F05 background

This text has white color on #020F05 background.