COLOR #051116

HEX: #051116 RGB: (5,17,22)

Color info

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

RGB color model

#051116 color RGB value is (5,17,22).

RGB: (5,17,22) (2%, 7%, 9%)

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 22 of 255 = 9%

5
17
22

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

Portions of RGB colors in percentages

R + G + B = 5 + 17 + 22 = 44 (100%)
R 5 of 44 ~ 11.36%
G 17 of 44 ~ 38.64%
B 22 of 44 ~ 50'%

%11.36
%38.64
%50

CMYK color model

#051116 color CMYK value is (77,23,0,91).

  • cyan value is 77.27%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (77,23,0,91)
C77M23Y0K91 (77%, 23%, 0%, 91%)
(0.77 / 0.23 / 0.00 / 0.91)

CMYK percentages

%77.27
%22.73
%0
%91.37

Codes

Color #051116 in popluar color models

05 11 16
RGB 5 17 22
HSL 198° 62.96% 5.29%
HSB/HSV 198° 77.27% 8.63%
CMYK 77.27% 22.73% 0.00%
91.37%

Color #051116 in popluar number systems.

HEX 05 11 16
Decimal 5 17 22
Binary 101 10001 10110
Octal 5 21 26

Shades and tints

Shades of #051116

#051116
(5,17,22)
#051014
(5,16,20)
#050F12
(5,15,18)
#050E10
(5,14,16)
#050D0E
(5,13,14)
#050C0C
(5,12,12)
#050B0A
(5,11,10)
#050A08
(5,10,8)
#050906
(5,9,6)
#050804
(5,8,4)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #051116

#051116
(5,17,22)
#1B262B
(27,38,43)
#313B40
(49,59,64)
#475055
(71,80,85)
#5D656A
(93,101,106)
#737A7F
(115,122,127)
#898F94
(137,143,148)
#9FA4A9
(159,164,169)
#B5B9BE
(181,185,190)
#CBCED3
(203,206,211)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051116; }

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

This text font color is #051116.

Background Color

.myBgColor { background-color: #051116; }

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

This div background color is #051116.

Border color

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

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

This div border color is #051116.

Opacity

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

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

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

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

This text has shadow with #051116 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051116.

Preview

Color preview on black background

This text has color #051116 on black background.


Color preview on white background

This text has color #051116 on white background.


Black color preview on #051116 background

This text has black color on #051116 background.


White color preview on #051116 background

This text has white color on #051116 background.


Related colors

Complementary color

Complementary color for #hex is #FAEEE9.


I love getcolorcode.com

Triadic colors

1 #160511 and #111605 with #051116 are triadic colors.

2 #161105 and #110516 with #051116 are triadic colors.