COLOR #171921

HEX: #171921
RGB: (23,25,33)

Color info

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

RGB color model

#171921 color RGB value is (23,25,33).

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

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 33 of 255 = 13%

23
25
33

R + G + B ~ 11%. #171921 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 33 = 81 (100%)
R 23 of 81 ~ 28.4%
G 25 of 81 ~ 30.86%
B 33 of 81 ~ 40.74%

%28.4
%30.86
%40.74

CMYK color model

#171921 color CMYK value is (30,24,0,87).

  • cyan value is 30.30%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(30,24,0,87)
C30M24Y0K87 
(30%,24%,0%,87%)
(0.30/0.24/0.00/0.87)	

CMYK percentages

%30.3
%24.24
%0
%87.06

Codes

Color #171921 in popluar color models

171921
RGB232533
HSL228°17.86%10.98%
HSB/HSV228°30.30%12.94%
CMYK30.30%24.24%0.00%
87.06%

Color #171921 in popluar number systems.

HEX171921
Decimal232533
Binary1011111001100001
Octal273141

Shades and tints

Shades of #171921

#171921
(23,25,33)
#15171E
(21,23,30)
#13151B
(19,21,27)
#111318
(17,19,24)
#0F1115
(15,17,21)
#0D0F12
(13,15,18)
#0B0D0F
(11,13,15)
#090B0C
(9,11,12)
#070909
(7,9,9)
#050706
(5,7,6)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #171921

#171921
(23,25,33)
#2C2D35
(44,45,53)
#414149
(65,65,73)
#56555D
(86,85,93)
#6B6971
(107,105,113)
#807D85
(128,125,133)
#959199
(149,145,153)
#AAA5AD
(170,165,173)
#BFB9C1
(191,185,193)
#D4CDD5
(212,205,213)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171921; }

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

This text font color is #171921.


Background Color

.myBgColor { background-color: #171921; }

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

This div background color is #171921.


Border color

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

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

This div border color is #171921.


Opacity

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

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

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

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

This text has shadow with #171921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171921 on black background.


Color preview on white background

This text has color #171921 on white background.



Black color preview on #171921 background

This text has black color on #171921 background.


White color preview on #171921 background

This text has white color on #171921 background.