COLOR #171311

HEX: #171311
RGB: (23,19,17)

Color info

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

RGB color model

#171311 color RGB value is (23,19,17).

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

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 17 of 255 = 7%

23
19
17

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

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 17 = 59 (100%)
R 23 of 59 ~ 38.98%
G 19 of 59 ~ 32.2%
B 17 of 59 ~ 28.81%

%38.98
%32.2
%28.81

CMYK color model

#171311 color CMYK value is (0,17,26,91).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 26.09%
  • key color value is 90.98%
CMYK:
(0,17,26,91)
C0M17Y26K91 
(0%,17%,26%,91%)
(0.00/0.17/0.26/0.91)	

CMYK percentages

%0
%17.39
%26.09
%90.98

Codes

Color #171311 in popluar color models

171311
RGB231917
HSL20°15.00%7.84%
HSB/HSV20°26.09%9.02%
CMYK0.00%17.39%26.09%
90.98%

Color #171311 in popluar number systems.

HEX171311
Decimal231917
Binary101111001110001
Octal272321

Shades and tints

Shades of #171311

#171311
(23,19,17)
#151210
(21,18,16)
#13110F
(19,17,15)
#11100E
(17,16,14)
#0F0F0D
(15,15,13)
#0D0E0C
(13,14,12)
#0B0D0B
(11,13,11)
#090C0A
(9,12,10)
#070B09
(7,11,9)
#050A08
(5,10,8)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #171311

#171311
(23,19,17)
#2C2826
(44,40,38)
#413D3B
(65,61,59)
#565250
(86,82,80)
#6B6765
(107,103,101)
#807C7A
(128,124,122)
#95918F
(149,145,143)
#AAA6A4
(170,166,164)
#BFBBB9
(191,187,185)
#D4D0CE
(212,208,206)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171311; }

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

This text font color is #171311.


Background Color

.myBgColor { background-color: #171311; }

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

This div background color is #171311.


Border color

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

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

This div border color is #171311.


Opacity

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

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

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

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

This text has shadow with #171311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171311 on black background.


Color preview on white background

This text has color #171311 on white background.



Black color preview on #171311 background

This text has black color on #171311 background.


White color preview on #171311 background

This text has white color on #171311 background.