COLOR #051316

HEX: #051316
RGB: (5,19,22)

Color info

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

RGB color model

#051316 color RGB value is (5,19,22).

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

RGB channels and saturation

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

5
19
22

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

Portions of RGB colors in percentages

R + G + B =
5 + 19 + 22 = 46 (100%)
R 5 of 46 ~ 10.87%
G 19 of 46 ~ 41.3%
B 22 of 46 ~ 47.83%

%10.87
%41.3
%47.83

CMYK color model

#051316 color CMYK value is (77,14,0,91).

  • cyan value is 77.27%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(77,14,0,91)
C77M14Y0K91 
(77%,14%,0%,91%)
(0.77/0.14/0.00/0.91)	

CMYK percentages

%77.27
%13.64
%0
%91.37

Codes

Color #051316 in popluar color models

051316
RGB51922
HSL191°62.96%5.29%
HSB/HSV191°77.27%8.63%
CMYK77.27%13.64%0.00%
91.37%

Color #051316 in popluar number systems.

HEX051316
Decimal51922
Binary1011001110110
Octal52326

Shades and tints

Shades of #051316

#051316
(5,19,22)
#051214
(5,18,20)
#051112
(5,17,18)
#051010
(5,16,16)
#050F0E
(5,15,14)
#050E0C
(5,14,12)
#050D0A
(5,13,10)
#050C08
(5,12,8)
#050B06
(5,11,6)
#050A04
(5,10,4)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #051316

#051316
(5,19,22)
#1B282B
(27,40,43)
#313D40
(49,61,64)
#475255
(71,82,85)
#5D676A
(93,103,106)
#737C7F
(115,124,127)
#899194
(137,145,148)
#9FA6A9
(159,166,169)
#B5BBBE
(181,187,190)
#CBD0D3
(203,208,211)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051316; }

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

This text font color is #051316.


Background Color

.myBgColor { background-color: #051316; }

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

This div background color is #051316.


Border color

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

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

This div border color is #051316.


Opacity

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

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

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

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

This text has shadow with #051316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051316 on black background.


Color preview on white background

This text has color #051316 on white background.



Black color preview on #051316 background

This text has black color on #051316 background.


White color preview on #051316 background

This text has white color on #051316 background.