COLOR #171321

HEX: #171321
RGB: (23,19,33)

Color info

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

RGB color model

#171321 color RGB value is (23,19,33).

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

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 33 of 255 = 13%

23
19
33

R + G + B ~ 10%. #171321 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 33 = 75 (100%)
R 23 of 75 ~ 30.67%
G 19 of 75 ~ 25.33%
B 33 of 75 ~ 44%

%30.67
%25.33
%44

CMYK color model

#171321 color CMYK value is (30,42,0,87).

  • cyan value is 30.30%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(30,42,0,87)
C30M42Y0K87 
(30%,42%,0%,87%)
(0.30/0.42/0.00/0.87)	

CMYK percentages

%30.3
%42.42
%0
%87.06

Codes

Color #171321 in popluar color models

171321
RGB231933
HSL257°26.92%10.20%
HSB/HSV257°42.42%12.94%
CMYK30.30%42.42%0.00%
87.06%

Color #171321 in popluar number systems.

HEX171321
Decimal231933
Binary1011110011100001
Octal272341

Shades and tints

Shades of #171321

#171321
(23,19,33)
#15121E
(21,18,30)
#13111B
(19,17,27)
#111018
(17,16,24)
#0F0F15
(15,15,21)
#0D0E12
(13,14,18)
#0B0D0F
(11,13,15)
#090C0C
(9,12,12)
#070B09
(7,11,9)
#050A06
(5,10,6)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #171321

#171321
(23,19,33)
#2C2835
(44,40,53)
#413D49
(65,61,73)
#56525D
(86,82,93)
#6B6771
(107,103,113)
#807C85
(128,124,133)
#959199
(149,145,153)
#AAA6AD
(170,166,173)
#BFBBC1
(191,187,193)
#D4D0D5
(212,208,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171321; }

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

This text font color is #171321.


Background Color

.myBgColor { background-color: #171321; }

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

This div background color is #171321.


Border color

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

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

This div border color is #171321.


Opacity

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

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

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

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

This text has shadow with #171321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171321 on black background.


Color preview on white background

This text has color #171321 on white background.



Black color preview on #171321 background

This text has black color on #171321 background.


White color preview on #171321 background

This text has white color on #171321 background.