COLOR #11171F

HEX: #11171F
RGB: (17,23,31)

Color info

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

RGB color model

#11171F color RGB value is (17,23,31).

  • red value is 17;
  • green value is 23;
  • blue value is 31.
RGB:
(17,23,31)
(7%,9%,12%)

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 31 of 255 = 12%

17
23
31

R + G + B ~ 9%. #11171F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 31 = 71 (100%)
R 17 of 71 ~ 23.94%
G 23 of 71 ~ 32.39%
B 31 of 71 ~ 43.66%

%23.94
%32.39
%43.66

CMYK color model

#11171F color CMYK value is (45,26,0,88).

  • cyan value is 45.16%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(45,26,0,88)
C45M26Y0K88 
(45%,26%,0%,88%)
(0.45/0.26/0.00/0.88)	

CMYK percentages

%45.16
%25.81
%0
%87.84

Codes

Color #11171F in popluar color models

11171F
RGB172331
HSL214°29.17%9.41%
HSB/HSV214°45.16%12.16%
CMYK45.16%25.81%0.00%
87.84%

Color #11171F in popluar number systems.

HEX11171F
Decimal172331
Binary100011011111111
Octal212737

Shades and tints

Shades of #11171F

#11171F
(17,23,31)
#10151D
(16,21,29)
#0F131B
(15,19,27)
#0E1119
(14,17,25)
#0D0F17
(13,15,23)
#0C0D15
(12,13,21)
#0B0B13
(11,11,19)
#0A0911
(10,9,17)
#09070F
(9,7,15)
#08050D
(8,5,13)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #11171F

#11171F
(17,23,31)
#262C33
(38,44,51)
#3B4147
(59,65,71)
#50565B
(80,86,91)
#656B6F
(101,107,111)
#7A8083
(122,128,131)
#8F9597
(143,149,151)
#A4AAAB
(164,170,171)
#B9BFBF
(185,191,191)
#CED4D3
(206,212,211)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11171F color. Also use rgb(17,23,31) instead hex code.

Text Font Color

.myTextColor { color: #11171F; }

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

This text font color is #11171F.


Background Color

.myBgColor { background-color: #11171F; }

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

This div background color is #11171F.


Border color

.myBorderColor { border: 1px solid #11171F; }

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

This div border color is #11171F.


Opacity

.myOpacity80 { color: #11171F; opacity: 0.8; }

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

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

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

This text has shadow with #11171F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11171F on black background.


Color preview on white background

This text has color #11171F on white background.



Black color preview on #11171F background

This text has black color on #11171F background.


White color preview on #11171F background

This text has white color on #11171F background.