COLOR #05020E

HEX: #05020E
RGB: (5,2,14)

Color info

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

RGB color model

#05020E color RGB value is (5,2,14).

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

RGB channels and saturation

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

5
2
14

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

Portions of RGB colors in percentages

R + G + B =
5 + 2 + 14 = 21 (100%)
R 5 of 21 ~ 23.81%
G 2 of 21 ~ 9.52%
B 14 of 21 ~ 66.67%

%23.81
%9.52
%66.67

CMYK color model

#05020E color CMYK value is (64,86,0,95).

  • cyan value is 64.29%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(64,86,0,95)
C64M86Y0K95 
(64%,86%,0%,95%)
(0.64/0.86/0.00/0.95)	

CMYK percentages

%64.29
%85.71
%0
%94.51

Codes

Color #05020E in popluar color models

05020E
RGB5214
HSL255°75.00%3.14%
HSB/HSV255°85.71%5.49%
CMYK64.29%85.71%0.00%
94.51%

Color #05020E in popluar number systems.

HEX05020E
Decimal5214
Binary101101110
Octal5216

Shades and tints

Shades of #05020E

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

Tints of #05020E

#05020E
(5,2,14)
#1B1923
(27,25,35)
#313038
(49,48,56)
#47474D
(71,71,77)
#5D5E62
(93,94,98)
#737577
(115,117,119)
#898C8C
(137,140,140)
#9FA3A1
(159,163,161)
#B5BAB6
(181,186,182)
#CBD1CB
(203,209,203)
#E1E8E0
(225,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05020E; }

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

This text font color is #05020E.


Background Color

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

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

This div background color is #05020E.


Border color

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

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

This div border color is #05020E.


Opacity

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

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

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

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

This text has shadow with #05020E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05020E on black background.


Color preview on white background

This text has color #05020E on white background.



Black color preview on #05020E background

This text has black color on #05020E background.


White color preview on #05020E background

This text has white color on #05020E background.