COLOR #05171D

HEX: #05171D
RGB: (5,23,29)

Color info

#05171D contains red, green and blue colors in about the same proportion. Web safe color of #05171D is #000033 (or #003).

RGB color model

#05171D color RGB value is (5,23,29).

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

RGB channels and saturation

R 5 of 255 = 2%
G 23 of 255 = 9%
B 29 of 255 = 11%

5
23
29

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

Portions of RGB colors in percentages

R + G + B =
5 + 23 + 29 = 57 (100%)
R 5 of 57 ~ 8.77%
G 23 of 57 ~ 40.35%
B 29 of 57 ~ 50.88%

%40.35
%50.88

CMYK color model

#05171D color CMYK value is (83,21,0,89).

  • cyan value is 82.76%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(83,21,0,89)
C83M21Y0K89 
(83%,21%,0%,89%)
(0.83/0.21/0.00/0.89)	

CMYK percentages

%82.76
%20.69
%0
%88.63

Codes

Color #05171D in popluar color models

05171D
RGB52329
HSL195°70.59%6.67%
HSB/HSV195°82.76%11.37%
CMYK82.76%20.69%0.00%
88.63%

Color #05171D in popluar number systems.

HEX05171D
Decimal52329
Binary1011011111101
Octal52735

Shades and tints

Shades of #05171D

#05171D
(5,23,29)
#05151B
(5,21,27)
#051319
(5,19,25)
#051117
(5,17,23)
#050F15
(5,15,21)
#050D13
(5,13,19)
#050B11
(5,11,17)
#05090F
(5,9,15)
#05070D
(5,7,13)
#05050B
(5,5,11)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #05171D

#05171D
(5,23,29)
#1B2C31
(27,44,49)
#314145
(49,65,69)
#475659
(71,86,89)
#5D6B6D
(93,107,109)
#738081
(115,128,129)
#899595
(137,149,149)
#9FAAA9
(159,170,169)
#B5BFBD
(181,191,189)
#CBD4D1
(203,212,209)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05171D; }

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

This text font color is #05171D.


Background Color

.myBgColor { background-color: #05171D; }

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

This div background color is #05171D.


Border color

.myBorderColor { border: 1px solid #05171D; }

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

This div border color is #05171D.


Opacity

.myOpacity80 { color: #05171D; opacity: 0.8; }

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

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

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

This text has shadow with #05171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05171D on black background.


Color preview on white background

This text has color #05171D on white background.



Black color preview on #05171D background

This text has black color on #05171D background.


White color preview on #05171D background

This text has white color on #05171D background.