COLOR #05020F

HEX: #05020F
RGB: (5,2,15)

Color info

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

RGB color model

#05020F color RGB value is (5,2,15).

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

RGB channels and saturation

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

5
2
15

R + G + B ~ 3%. #05020F is dark color.

Portions of RGB colors in percentages

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

%22.73
%68.18

CMYK color model

#05020F color CMYK value is (67,87,0,94).

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

CMYK percentages

%66.67
%86.67
%0
%94.12

Codes

Color #05020F in popluar color models

05020F
RGB5215
HSL254°76.47%3.33%
HSB/HSV254°86.67%5.88%
CMYK66.67%86.67%0.00%
94.12%

Color #05020F in popluar number systems.

HEX05020F
Decimal5215
Binary101101111
Octal5217

Shades and tints

Shades of #05020F

#05020F
(5,2,15)
#05020E
(5,2,14)
#05020D
(5,2,13)
#05020C
(5,2,12)
#05020B
(5,2,11)
#05020A
(5,2,10)
#050209
(5,2,9)
#050208
(5,2,8)
#050207
(5,2,7)
#050206
(5,2,6)
#050205
(5,2,5)
#000000
(0,0,0)

Tints of #05020F

#05020F
(5,2,15)
#1B1924
(27,25,36)
#313039
(49,48,57)
#47474E
(71,71,78)
#5D5E63
(93,94,99)
#737578
(115,117,120)
#898C8D
(137,140,141)
#9FA3A2
(159,163,162)
#B5BAB7
(181,186,183)
#CBD1CC
(203,209,204)
#E1E8E1
(225,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05020F; }

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

This text font color is #05020F.


Background Color

.myBgColor { background-color: #05020F; }

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

This div background color is #05020F.


Border color

.myBorderColor { border: 1px solid #05020F; }

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

This div border color is #05020F.


Opacity

.myOpacity80 { color: #05020F; opacity: 0.8; }

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

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

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

This text has shadow with #05020F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05020F on black background.


Color preview on white background

This text has color #05020F on white background.



Black color preview on #05020F background

This text has black color on #05020F background.


White color preview on #05020F background

This text has white color on #05020F background.