COLOR #050F19

HEX: #050F19
RGB: (5,15,25)

Color info

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

RGB color model

#050F19 color RGB value is (5,15,25).

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

RGB channels and saturation

R 5 of 255 = 2%
G 15 of 255 = 6%
B 25 of 255 = 10%

5
15
25

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

Portions of RGB colors in percentages

R + G + B =
5 + 15 + 25 = 45 (100%)
R 5 of 45 ~ 11.11%
G 15 of 45 ~ 33.33%
B 25 of 45 ~ 55.56%

%11.11
%33.33
%55.56

CMYK color model

#050F19 color CMYK value is (80,40,0,90).

  • cyan value is 80.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(80,40,0,90)
C80M40Y0K90 
(80%,40%,0%,90%)
(0.80/0.40/0.00/0.90)	

CMYK percentages

%80
%40
%0
%90.2

Codes

Color #050F19 in popluar color models

050F19
RGB51525
HSL210°66.67%5.88%
HSB/HSV210°80.00%9.80%
CMYK80.00%40.00%0.00%
90.20%

Color #050F19 in popluar number systems.

HEX050F19
Decimal51525
Binary101111111001
Octal51731

Shades and tints

Shades of #050F19

#050F19
(5,15,25)
#050E17
(5,14,23)
#050D15
(5,13,21)
#050C13
(5,12,19)
#050B11
(5,11,17)
#050A0F
(5,10,15)
#05090D
(5,9,13)
#05080B
(5,8,11)
#050709
(5,7,9)
#050607
(5,6,7)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #050F19

#050F19
(5,15,25)
#1B242D
(27,36,45)
#313941
(49,57,65)
#474E55
(71,78,85)
#5D6369
(93,99,105)
#73787D
(115,120,125)
#898D91
(137,141,145)
#9FA2A5
(159,162,165)
#B5B7B9
(181,183,185)
#CBCCCD
(203,204,205)
#E1E1E1
(225,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050F19 color. Also use rgb(5,15,25) instead hex code.

Text Font Color

.myTextColor { color: #050F19; }

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

This text font color is #050F19.


Background Color

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

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

This div background color is #050F19.


Border color

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

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

This div border color is #050F19.


Opacity

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

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

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

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

This text has shadow with #050F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050F19 on black background.


Color preview on white background

This text has color #050F19 on white background.



Black color preview on #050F19 background

This text has black color on #050F19 background.


White color preview on #050F19 background

This text has white color on #050F19 background.