COLOR #171641

HEX: #171641
RGB: (23,22,65)

Color info

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

RGB color model

#171641 color RGB value is (23,22,65).

  • red value is 23;
  • green value is 22;
  • blue value is 65.
RGB:
(23,22,65)
(9%,9%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 22 of 255 = 9%
B 65 of 255 = 25%

23
22
65

R + G + B ~ 14%. #171641 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 22 + 65 = 110 (100%)
R 23 of 110 ~ 20.91%
G 22 of 110 ~ 20%
B 65 of 110 ~ 59.09%

%20.91
%20
%59.09

CMYK color model

#171641 color CMYK value is (65,66,0,75).

  • cyan value is 64.62%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(65,66,0,75)
C65M66Y0K75 
(65%,66%,0%,75%)
(0.65/0.66/0.00/0.75)	

CMYK percentages

%64.62
%66.15
%0
%74.51

Codes

Color #171641 in popluar color models

171641
RGB232265
HSL241°49.43%17.06%
HSB/HSV241°66.15%25.49%
CMYK64.62%66.15%0.00%
74.51%

Color #171641 in popluar number systems.

HEX171641
Decimal232265
Binary10111101101000001
Octal2726101

Shades and tints

Shades of #171641

#171641
(23,22,65)
#15143C
(21,20,60)
#131237
(19,18,55)
#111032
(17,16,50)
#0F0E2D
(15,14,45)
#0D0C28
(13,12,40)
#0B0A23
(11,10,35)
#09081E
(9,8,30)
#070619
(7,6,25)
#050414
(5,4,20)
#03020F
(3,2,15)
#000000
(0,0,0)

Tints of #171641

#171641
(23,22,65)
#2C2B52
(44,43,82)
#414063
(65,64,99)
#565574
(86,85,116)
#6B6A85
(107,106,133)
#807F96
(128,127,150)
#9594A7
(149,148,167)
#AAA9B8
(170,169,184)
#BFBEC9
(191,190,201)
#D4D3DA
(212,211,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171641 color. Also use rgb(23,22,65) instead hex code.

Text Font Color

.myTextColor { color: #171641; }

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

This text font color is #171641.


Background Color

.myBgColor { background-color: #171641; }

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

This div background color is #171641.


Border color

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

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

This div border color is #171641.


Opacity

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

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

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

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

This text has shadow with #171641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171641 on black background.


Color preview on white background

This text has color #171641 on white background.



Black color preview on #171641 background

This text has black color on #171641 background.


White color preview on #171641 background

This text has white color on #171641 background.