COLOR #050E1A

HEX: #050E1A
RGB: (5,14,26)

Color info

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

RGB color model

#050E1A color RGB value is (5,14,26).

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

RGB channels and saturation

R 5 of 255 = 2%
G 14 of 255 = 5%
B 26 of 255 = 10%

5
14
26

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

Portions of RGB colors in percentages

R + G + B =
5 + 14 + 26 = 45 (100%)
R 5 of 45 ~ 11.11%
G 14 of 45 ~ 31.11%
B 26 of 45 ~ 57.78%

%11.11
%31.11
%57.78

CMYK color model

#050E1A color CMYK value is (81,46,0,90).

  • cyan value is 80.77%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(81,46,0,90)
C81M46Y0K90 
(81%,46%,0%,90%)
(0.81/0.46/0.00/0.90)	

CMYK percentages

%80.77
%46.15
%0
%89.8

Codes

Color #050E1A in popluar color models

050E1A
RGB51426
HSL214°67.74%6.08%
HSB/HSV214°80.77%10.20%
CMYK80.77%46.15%0.00%
89.80%

Color #050E1A in popluar number systems.

HEX050E1A
Decimal51426
Binary101111011010
Octal51632

Shades and tints

Shades of #050E1A

#050E1A
(5,14,26)
#050D18
(5,13,24)
#050C16
(5,12,22)
#050B14
(5,11,20)
#050A12
(5,10,18)
#050910
(5,9,16)
#05080E
(5,8,14)
#05070C
(5,7,12)
#05060A
(5,6,10)
#050508
(5,5,8)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #050E1A

#050E1A
(5,14,26)
#1B232E
(27,35,46)
#313842
(49,56,66)
#474D56
(71,77,86)
#5D626A
(93,98,106)
#73777E
(115,119,126)
#898C92
(137,140,146)
#9FA1A6
(159,161,166)
#B5B6BA
(181,182,186)
#CBCBCE
(203,203,206)
#E1E0E2
(225,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050E1A; }

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

This text font color is #050E1A.


Background Color

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

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

This div background color is #050E1A.


Border color

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

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

This div border color is #050E1A.


Opacity

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

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

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

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

This text has shadow with #050E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050E1A on black background.


Color preview on white background

This text has color #050E1A on white background.



Black color preview on #050E1A background

This text has black color on #050E1A background.


White color preview on #050E1A background

This text has white color on #050E1A background.