COLOR #17111C

HEX: #17111C
RGB: (23,17,28)

Color info

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

RGB color model

#17111C color RGB value is (23,17,28).

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

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 28 of 255 = 11%

23
17
28

R + G + B ~ 9%. #17111C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 28 = 68 (100%)
R 23 of 68 ~ 33.82%
G 17 of 68 ~ 25%
B 28 of 68 ~ 41.18%

%33.82
%25
%41.18

CMYK color model

#17111C color CMYK value is (18,39,0,89).

  • cyan value is 17.86%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(18,39,0,89)
C18M39Y0K89 
(18%,39%,0%,89%)
(0.18/0.39/0.00/0.89)	

CMYK percentages

%17.86
%39.29
%0
%89.02

Codes

Color #17111C in popluar color models

17111C
RGB231728
HSL273°24.44%8.82%
HSB/HSV273°39.29%10.98%
CMYK17.86%39.29%0.00%
89.02%

Color #17111C in popluar number systems.

HEX17111C
Decimal231728
Binary101111000111100
Octal272134

Shades and tints

Shades of #17111C

#17111C
(23,17,28)
#15101A
(21,16,26)
#130F18
(19,15,24)
#110E16
(17,14,22)
#0F0D14
(15,13,20)
#0D0C12
(13,12,18)
#0B0B10
(11,11,16)
#090A0E
(9,10,14)
#07090C
(7,9,12)
#05080A
(5,8,10)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #17111C

#17111C
(23,17,28)
#2C2630
(44,38,48)
#413B44
(65,59,68)
#565058
(86,80,88)
#6B656C
(107,101,108)
#807A80
(128,122,128)
#958F94
(149,143,148)
#AAA4A8
(170,164,168)
#BFB9BC
(191,185,188)
#D4CED0
(212,206,208)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17111C color. Also use rgb(23,17,28) instead hex code.

Text Font Color

.myTextColor { color: #17111C; }

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

This text font color is #17111C.


Background Color

.myBgColor { background-color: #17111C; }

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

This div background color is #17111C.


Border color

.myBorderColor { border: 1px solid #17111C; }

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

This div border color is #17111C.


Opacity

.myOpacity80 { color: #17111C; opacity: 0.8; }

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

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

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

This text has shadow with #17111C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17111C on black background.


Color preview on white background

This text has color #17111C on white background.



Black color preview on #17111C background

This text has black color on #17111C background.


White color preview on #17111C background

This text has white color on #17111C background.