COLOR #050417

HEX: #050417
RGB: (5,4,23)

Color info

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

RGB color model

#050417 color RGB value is (5,4,23).

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

RGB channels and saturation

R 5 of 255 = 2%
G 4 of 255 = 2%
B 23 of 255 = 9%

5
4
23

R + G + B ~ 4%. #050417 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 4 + 23 = 32 (100%)
R 5 of 32 ~ 15.63%
G 4 of 32 ~ 12.5%
B 23 of 32 ~ 71.88%

%15.63
%12.5
%71.88

CMYK color model

#050417 color CMYK value is (78,83,0,91).

  • cyan value is 78.26%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(78,83,0,91)
C78M83Y0K91 
(78%,83%,0%,91%)
(0.78/0.83/0.00/0.91)	

CMYK percentages

%78.26
%82.61
%0
%90.98

Codes

Color #050417 in popluar color models

050417
RGB5423
HSL243°70.37%5.29%
HSB/HSV243°82.61%9.02%
CMYK78.26%82.61%0.00%
90.98%

Color #050417 in popluar number systems.

HEX050417
Decimal5423
Binary10110010111
Octal5427

Shades and tints

Shades of #050417

#050417
(5,4,23)
#050415
(5,4,21)
#050413
(5,4,19)
#050411
(5,4,17)
#05040F
(5,4,15)
#05040D
(5,4,13)
#05040B
(5,4,11)
#050409
(5,4,9)
#050407
(5,4,7)
#050405
(5,4,5)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #050417

#050417
(5,4,23)
#1B1A2C
(27,26,44)
#313041
(49,48,65)
#474656
(71,70,86)
#5D5C6B
(93,92,107)
#737280
(115,114,128)
#898895
(137,136,149)
#9F9EAA
(159,158,170)
#B5B4BF
(181,180,191)
#CBCAD4
(203,202,212)
#E1E0E9
(225,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050417; }

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

This text font color is #050417.


Background Color

.myBgColor { background-color: #050417; }

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

This div background color is #050417.


Border color

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

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

This div border color is #050417.


Opacity

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

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

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

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

This text has shadow with #050417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050417 on black background.


Color preview on white background

This text has color #050417 on white background.



Black color preview on #050417 background

This text has black color on #050417 background.


White color preview on #050417 background

This text has white color on #050417 background.