COLOR #050916

HEX: #050916
RGB: (5,9,22)

Color info

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

RGB color model

#050916 color RGB value is (5,9,22).

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

RGB channels and saturation

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

5
9
22

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

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 22 = 36 (100%)
R 5 of 36 ~ 13.89%
G 9 of 36 ~ 25%
B 22 of 36 ~ 61.11%

%13.89
%25
%61.11

CMYK color model

#050916 color CMYK value is (77,59,0,91).

  • cyan value is 77.27%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(77,59,0,91)
C77M59Y0K91 
(77%,59%,0%,91%)
(0.77/0.59/0.00/0.91)	

CMYK percentages

%77.27
%59.09
%0
%91.37

Codes

Color #050916 in popluar color models

050916
RGB5922
HSL226°62.96%5.29%
HSB/HSV226°77.27%8.63%
CMYK77.27%59.09%0.00%
91.37%

Color #050916 in popluar number systems.

HEX050916
Decimal5922
Binary101100110110
Octal51126

Shades and tints

Shades of #050916

#050916
(5,9,22)
#050914
(5,9,20)
#050912
(5,9,18)
#050910
(5,9,16)
#05090E
(5,9,14)
#05090C
(5,9,12)
#05090A
(5,9,10)
#050908
(5,9,8)
#050906
(5,9,6)
#050904
(5,9,4)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #050916

#050916
(5,9,22)
#1B1F2B
(27,31,43)
#313540
(49,53,64)
#474B55
(71,75,85)
#5D616A
(93,97,106)
#73777F
(115,119,127)
#898D94
(137,141,148)
#9FA3A9
(159,163,169)
#B5B9BE
(181,185,190)
#CBCFD3
(203,207,211)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050916 color. Also use rgb(5,9,22) instead hex code.

Text Font Color

.myTextColor { color: #050916; }

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

This text font color is #050916.


Background Color

.myBgColor { background-color: #050916; }

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

This div background color is #050916.


Border color

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

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

This div border color is #050916.


Opacity

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

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

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

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

This text has shadow with #050916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050916 on black background.


Color preview on white background

This text has color #050916 on white background.



Black color preview on #050916 background

This text has black color on #050916 background.


White color preview on #050916 background

This text has white color on #050916 background.