COLOR #050817

HEX: #050817
RGB: (5,8,23)

Color info

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

RGB color model

#050817 color RGB value is (5,8,23).

  • red value is 5;
  • green value is 8;
  • blue value is 23.
RGB:
(5,8,23)
(2%,3%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 23 of 255 = 9%

5
8
23

R + G + B ~ 5%. #050817 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 23 = 36 (100%)
R 5 of 36 ~ 13.89%
G 8 of 36 ~ 22.22%
B 23 of 36 ~ 63.89%

%13.89
%22.22
%63.89

CMYK color model

#050817 color CMYK value is (78,65,0,91).

  • cyan value is 78.26%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(78,65,0,91)
C78M65Y0K91 
(78%,65%,0%,91%)
(0.78/0.65/0.00/0.91)	

CMYK percentages

%78.26
%65.22
%0
%90.98

Codes

Color #050817 in popluar color models

050817
RGB5823
HSL230°64.29%5.49%
HSB/HSV230°78.26%9.02%
CMYK78.26%65.22%0.00%
90.98%

Color #050817 in popluar number systems.

HEX050817
Decimal5823
Binary101100010111
Octal51027

Shades and tints

Shades of #050817

#050817
(5,8,23)
#050815
(5,8,21)
#050813
(5,8,19)
#050811
(5,8,17)
#05080F
(5,8,15)
#05080D
(5,8,13)
#05080B
(5,8,11)
#050809
(5,8,9)
#050807
(5,8,7)
#050805
(5,8,5)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #050817

#050817
(5,8,23)
#1B1E2C
(27,30,44)
#313441
(49,52,65)
#474A56
(71,74,86)
#5D606B
(93,96,107)
#737680
(115,118,128)
#898C95
(137,140,149)
#9FA2AA
(159,162,170)
#B5B8BF
(181,184,191)
#CBCED4
(203,206,212)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050817 color. Also use rgb(5,8,23) instead hex code.

Text Font Color

.myTextColor { color: #050817; }

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

This text font color is #050817.


Background Color

.myBgColor { background-color: #050817; }

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

This div background color is #050817.


Border color

.myBorderColor { border: 1px solid #050817; }

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

This div border color is #050817.


Opacity

.myOpacity80 { color: #050817; opacity: 0.8; }

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

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

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

This text has shadow with #050817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050817 on black background.


Color preview on white background

This text has color #050817 on white background.



Black color preview on #050817 background

This text has black color on #050817 background.


White color preview on #050817 background

This text has white color on #050817 background.