COLOR #05020C

HEX: #05020C
RGB: (5,2,12)

Color info

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

RGB color model

#05020C color RGB value is (5,2,12).

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

RGB channels and saturation

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

5
2
12

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

Portions of RGB colors in percentages

R + G + B =
5 + 2 + 12 = 19 (100%)
R 5 of 19 ~ 26.32%
G 2 of 19 ~ 10.53%
B 12 of 19 ~ 63.16%

%26.32
%10.53
%63.16

CMYK color model

#05020C color CMYK value is (58,83,0,95).

  • cyan value is 58.33%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(58,83,0,95)
C58M83Y0K95 
(58%,83%,0%,95%)
(0.58/0.83/0.00/0.95)	

CMYK percentages

%58.33
%83.33
%0
%95.29

Codes

Color #05020C in popluar color models

05020C
RGB5212
HSL258°71.43%2.75%
HSB/HSV258°83.33%4.71%
CMYK58.33%83.33%0.00%
95.29%

Color #05020C in popluar number systems.

HEX05020C
Decimal5212
Binary101101100
Octal5214

Shades and tints

Shades of #05020C

#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)
#050204
(5,2,4)
#050203
(5,2,3)
#050202
(5,2,2)
#000000
(0,0,0)

Tints of #05020C

#05020C
(5,2,12)
#1B1922
(27,25,34)
#313038
(49,48,56)
#47474E
(71,71,78)
#5D5E64
(93,94,100)
#73757A
(115,117,122)
#898C90
(137,140,144)
#9FA3A6
(159,163,166)
#B5BABC
(181,186,188)
#CBD1D2
(203,209,210)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05020C; }

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

This text font color is #05020C.


Background Color

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

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

This div background color is #05020C.


Border color

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

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

This div border color is #05020C.


Opacity

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

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

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

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

This text has shadow with #05020C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05020C on black background.


Color preview on white background

This text has color #05020C on white background.



Black color preview on #05020C background

This text has black color on #05020C background.


White color preview on #05020C background

This text has white color on #05020C background.