COLOR #11171E

HEX: #11171E
RGB: (17,23,30)

Color info

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

RGB color model

#11171E color RGB value is (17,23,30).

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

RGB channels and saturation

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

17
23
30

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

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 30 = 70 (100%)
R 17 of 70 ~ 24.29%
G 23 of 70 ~ 32.86%
B 30 of 70 ~ 42.86%

%24.29
%32.86
%42.86

CMYK color model

#11171E color CMYK value is (43,23,0,88).

  • cyan value is 43.33%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(43,23,0,88)
C43M23Y0K88 
(43%,23%,0%,88%)
(0.43/0.23/0.00/0.88)	

CMYK percentages

%43.33
%23.33
%0
%88.24

Codes

Color #11171E in popluar color models

11171E
RGB172330
HSL212°27.66%9.22%
HSB/HSV212°43.33%11.76%
CMYK43.33%23.33%0.00%
88.24%

Color #11171E in popluar number systems.

HEX11171E
Decimal172330
Binary100011011111110
Octal212736

Shades and tints

Shades of #11171E

#11171E
(17,23,30)
#10151C
(16,21,28)
#0F131A
(15,19,26)
#0E1118
(14,17,24)
#0D0F16
(13,15,22)
#0C0D14
(12,13,20)
#0B0B12
(11,11,18)
#0A0910
(10,9,16)
#09070E
(9,7,14)
#08050C
(8,5,12)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #11171E

#11171E
(17,23,30)
#262C32
(38,44,50)
#3B4146
(59,65,70)
#50565A
(80,86,90)
#656B6E
(101,107,110)
#7A8082
(122,128,130)
#8F9596
(143,149,150)
#A4AAAA
(164,170,170)
#B9BFBE
(185,191,190)
#CED4D2
(206,212,210)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11171E; }

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

This text font color is #11171E.


Background Color

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

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

This div background color is #11171E.


Border color

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

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

This div border color is #11171E.


Opacity

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

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

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

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

This text has shadow with #11171E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11171E on black background.


Color preview on white background

This text has color #11171E on white background.



Black color preview on #11171E background

This text has black color on #11171E background.


White color preview on #11171E background

This text has white color on #11171E background.