COLOR #171141

HEX: #171141
RGB: (23,17,65)

Color info

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

RGB color model

#171141 color RGB value is (23,17,65).

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

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 65 of 255 = 25%

23
17
65

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

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 65 = 105 (100%)
R 23 of 105 ~ 21.9%
G 17 of 105 ~ 16.19%
B 65 of 105 ~ 61.9%

%21.9
%16.19
%61.9

CMYK color model

#171141 color CMYK value is (65,74,0,75).

  • cyan value is 64.62%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(65,74,0,75)
C65M74Y0K75 
(65%,74%,0%,75%)
(0.65/0.74/0.00/0.75)	

CMYK percentages

%64.62
%73.85
%0
%74.51

Codes

Color #171141 in popluar color models

171141
RGB231765
HSL248°58.54%16.08%
HSB/HSV248°73.85%25.49%
CMYK64.62%73.85%0.00%
74.51%

Color #171141 in popluar number systems.

HEX171141
Decimal231765
Binary10111100011000001
Octal2721101

Shades and tints

Shades of #171141

#171141
(23,17,65)
#15103C
(21,16,60)
#130F37
(19,15,55)
#110E32
(17,14,50)
#0F0D2D
(15,13,45)
#0D0C28
(13,12,40)
#0B0B23
(11,11,35)
#090A1E
(9,10,30)
#070919
(7,9,25)
#050814
(5,8,20)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #171141

#171141
(23,17,65)
#2C2652
(44,38,82)
#413B63
(65,59,99)
#565074
(86,80,116)
#6B6585
(107,101,133)
#807A96
(128,122,150)
#958FA7
(149,143,167)
#AAA4B8
(170,164,184)
#BFB9C9
(191,185,201)
#D4CEDA
(212,206,218)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171141; }

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

This text font color is #171141.


Background Color

.myBgColor { background-color: #171141; }

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

This div background color is #171141.


Border color

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

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

This div border color is #171141.


Opacity

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

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

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

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

This text has shadow with #171141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171141 on black background.


Color preview on white background

This text has color #171141 on white background.



Black color preview on #171141 background

This text has black color on #171141 background.


White color preview on #171141 background

This text has white color on #171141 background.