COLOR #171114

HEX: #171114
RGB: (23,17,20)

Color info

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

RGB color model

#171114 color RGB value is (23,17,20).

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

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 20 of 255 = 8%

23
17
20

R + G + B ~ 8%. #171114 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 20 = 60 (100%)
R 23 of 60 ~ 38.33%
G 17 of 60 ~ 28.33%
B 20 of 60 ~ 33.33%

%38.33
%28.33
%33.33

CMYK color model

#171114 color CMYK value is (0,26,13,91).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 13.04%
  • key color value is 90.98%
CMYK:
(0,26,13,91)
C0M26Y13K91 
(0%,26%,13%,91%)
(0.00/0.26/0.13/0.91)	

CMYK percentages

%0
%26.09
%13.04
%90.98

Codes

Color #171114 in popluar color models

171114
RGB231720
HSL330°15.00%7.84%
HSB/HSV330°26.09%9.02%
CMYK0.00%26.09%13.04%
90.98%

Color #171114 in popluar number systems.

HEX171114
Decimal231720
Binary101111000110100
Octal272124

Shades and tints

Shades of #171114

#171114
(23,17,20)
#151013
(21,16,19)
#130F12
(19,15,18)
#110E11
(17,14,17)
#0F0D10
(15,13,16)
#0D0C0F
(13,12,15)
#0B0B0E
(11,11,14)
#090A0D
(9,10,13)
#07090C
(7,9,12)
#05080B
(5,8,11)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #171114

#171114
(23,17,20)
#2C2629
(44,38,41)
#413B3E
(65,59,62)
#565053
(86,80,83)
#6B6568
(107,101,104)
#807A7D
(128,122,125)
#958F92
(149,143,146)
#AAA4A7
(170,164,167)
#BFB9BC
(191,185,188)
#D4CED1
(212,206,209)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171114; }

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

This text font color is #171114.


Background Color

.myBgColor { background-color: #171114; }

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

This div background color is #171114.


Border color

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

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

This div border color is #171114.


Opacity

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

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

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

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

This text has shadow with #171114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171114 on black background.


Color preview on white background

This text has color #171114 on white background.



Black color preview on #171114 background

This text has black color on #171114 background.


White color preview on #171114 background

This text has white color on #171114 background.