COLOR #051617

HEX: #051617 RGB: (5,22,23)

Color info

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

RGB color model

#051617 color RGB value is (5,22,23).

RGB: (5,22,23) (2%, 9%, 9%)

RGB channels and saturation

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

5
22
23

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

Portions of RGB colors in percentages

R + G + B = 5 + 22 + 23 = 50 (100%)
R 5 of 50 ~ 10%
G 22 of 50 ~ 44%
B 23 of 50 ~ 46'%

%44
%46

CMYK color model

#051617 color CMYK value is (78,4,0,91).

  • cyan value is 78.26%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (78,4,0,91)
C78M4Y0K91 (78%, 4%, 0%, 91%)
(0.78 / 0.04 / 0.00 / 0.91)

CMYK percentages

%78.26
%4.35
%0
%90.98

Codes

Color #051617 in popluar color models

05 16 17
RGB 5 22 23
HSL 183° 64.29% 5.49%
HSB/HSV 183° 78.26% 9.02%
CMYK 78.26% 4.35% 0.00%
90.98%

Color #051617 in popluar number systems.

HEX 05 16 17
Decimal 5 22 23
Binary 101 10110 10111
Octal 5 26 27

Shades and tints

Shades of #051617

#051617
(5,22,23)
#051415
(5,20,21)
#051213
(5,18,19)
#051011
(5,16,17)
#050E0F
(5,14,15)
#050C0D
(5,12,13)
#050A0B
(5,10,11)
#050809
(5,8,9)
#050607
(5,6,7)
#050405
(5,4,5)
#050203
(5,2,3)
#000000
(0,0,0)

Tints of #051617

#051617
(5,22,23)
#1B2B2C
(27,43,44)
#314041
(49,64,65)
#475556
(71,85,86)
#5D6A6B
(93,106,107)
#737F80
(115,127,128)
#899495
(137,148,149)
#9FA9AA
(159,169,170)
#B5BEBF
(181,190,191)
#CBD3D4
(203,211,212)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051617; }

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

This text font color is #051617.

Background Color

.myBgColor { background-color: #051617; }

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

This div background color is #051617.

Border color

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

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

This div border color is #051617.

Opacity

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

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

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

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

This text has shadow with #051617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051617.

Preview

Color preview on black background

This text has color #051617 on black background.


Color preview on white background

This text has color #051617 on white background.


Black color preview on #051617 background

This text has black color on #051617 background.


White color preview on #051617 background

This text has white color on #051617 background.


Related colors

Complementary color

Complementary color for #hex is #FAE9E8.


I love getcolorcode.com

Triadic colors

1 #170516 and #161705 with #051617 are triadic colors.

2 #171605 and #160517 with #051617 are triadic colors.