COLOR #051917

HEX: #051917
RGB: (5,25,23)

Color info

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

RGB color model

#051917 color RGB value is (5,25,23).

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

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 23 of 255 = 9%

5
25
23

R + G + B ~ 7%. #051917 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 23 = 53 (100%)
R 5 of 53 ~ 9.43%
G 25 of 53 ~ 47.17%
B 23 of 53 ~ 43.4%

%47.17
%43.4

CMYK color model

#051917 color CMYK value is (80,0,8,90).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(80,0,8,90)
C80M0Y8K90 
(80%,0%,8%,90%)
(0.80/0.00/0.08/0.90)	

CMYK percentages

%80
%0
%8
%90.2

Codes

Color #051917 in popluar color models

051917
RGB52523
HSL174°66.67%5.88%
HSB/HSV174°80.00%9.80%
CMYK80.00%0.00%8.00%
90.20%

Color #051917 in popluar number systems.

HEX051917
Decimal52523
Binary1011100110111
Octal53127

Shades and tints

Shades of #051917

#051917
(5,25,23)
#051715
(5,23,21)
#051513
(5,21,19)
#051311
(5,19,17)
#05110F
(5,17,15)
#050F0D
(5,15,13)
#050D0B
(5,13,11)
#050B09
(5,11,9)
#050907
(5,9,7)
#050705
(5,7,5)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #051917

#051917
(5,25,23)
#1B2D2C
(27,45,44)
#314141
(49,65,65)
#475556
(71,85,86)
#5D696B
(93,105,107)
#737D80
(115,125,128)
#899195
(137,145,149)
#9FA5AA
(159,165,170)
#B5B9BF
(181,185,191)
#CBCDD4
(203,205,212)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051917; }

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

This text font color is #051917.


Background Color

.myBgColor { background-color: #051917; }

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

This div background color is #051917.


Border color

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

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

This div border color is #051917.


Opacity

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

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

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

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

This text has shadow with #051917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051917 on black background.


Color preview on white background

This text has color #051917 on white background.



Black color preview on #051917 background

This text has black color on #051917 background.


White color preview on #051917 background

This text has white color on #051917 background.