COLOR #050E1E

HEX: #050E1E
RGB: (5,14,30)

Color info

#050E1E contains red, green and blue colors in about the same proportion. Web safe color of #050E1E is #000033 (or #003).

RGB color model

#050E1E color RGB value is (5,14,30).

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

RGB channels and saturation

R 5 of 255 = 2%
G 14 of 255 = 5%
B 30 of 255 = 12%

5
14
30

R + G + B ~ 6%. #050E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 14 + 30 = 49 (100%)
R 5 of 49 ~ 10.2%
G 14 of 49 ~ 28.57%
B 30 of 49 ~ 61.22%

%10.2
%28.57
%61.22

CMYK color model

#050E1E color CMYK value is (83,53,0,88).

  • cyan value is 83.33%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(83,53,0,88)
C83M53Y0K88 
(83%,53%,0%,88%)
(0.83/0.53/0.00/0.88)	

CMYK percentages

%83.33
%53.33
%0
%88.24

Codes

Color #050E1E in popluar color models

050E1E
RGB51430
HSL218°71.43%6.86%
HSB/HSV218°83.33%11.76%
CMYK83.33%53.33%0.00%
88.24%

Color #050E1E in popluar number systems.

HEX050E1E
Decimal51430
Binary101111011110
Octal51636

Shades and tints

Shades of #050E1E

#050E1E
(5,14,30)
#050D1C
(5,13,28)
#050C1A
(5,12,26)
#050B18
(5,11,24)
#050A16
(5,10,22)
#050914
(5,9,20)
#050812
(5,8,18)
#050710
(5,7,16)
#05060E
(5,6,14)
#05050C
(5,5,12)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #050E1E

#050E1E
(5,14,30)
#1B2332
(27,35,50)
#313846
(49,56,70)
#474D5A
(71,77,90)
#5D626E
(93,98,110)
#737782
(115,119,130)
#898C96
(137,140,150)
#9FA1AA
(159,161,170)
#B5B6BE
(181,182,190)
#CBCBD2
(203,203,210)
#E1E0E6
(225,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E1E color. Also use rgb(5,14,30) instead hex code.

Text Font Color

.myTextColor { color: #050E1E; }

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

This text font color is #050E1E.


Background Color

.myBgColor { background-color: #050E1E; }

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

This div background color is #050E1E.


Border color

.myBorderColor { border: 1px solid #050E1E; }

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

This div border color is #050E1E.


Opacity

.myOpacity80 { color: #050E1E; opacity: 0.8; }

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

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

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

This text has shadow with #050E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050E1E on black background.


Color preview on white background

This text has color #050E1E on white background.



Black color preview on #050E1E background

This text has black color on #050E1E background.


White color preview on #050E1E background

This text has white color on #050E1E background.