COLOR #171D39

HEX: #171D39
RGB: (23,29,57)

Color info

#171D39 contains red, green and blue colors in about the same proportion. Web safe color of #171D39 is #003333 (or #033).

RGB color model

#171D39 color RGB value is (23,29,57).

  • red value is 23;
  • green value is 29;
  • blue value is 57.
RGB:
(23,29,57)
(9%,11%,22%)

RGB channels and saturation

R 23 of 255 = 9%
G 29 of 255 = 11%
B 57 of 255 = 22%

23
29
57

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

Portions of RGB colors in percentages

R + G + B =
23 + 29 + 57 = 109 (100%)
R 23 of 109 ~ 21.1%
G 29 of 109 ~ 26.61%
B 57 of 109 ~ 52.29%

%21.1
%26.61
%52.29

CMYK color model

#171D39 color CMYK value is (60,49,0,78).

  • cyan value is 59.65%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(60,49,0,78)
C60M49Y0K78 
(60%,49%,0%,78%)
(0.60/0.49/0.00/0.78)	

CMYK percentages

%59.65
%49.12
%0
%77.65

Codes

Color #171D39 in popluar color models

171D39
RGB232957
HSL229°42.50%15.69%
HSB/HSV229°59.65%22.35%
CMYK59.65%49.12%0.00%
77.65%

Color #171D39 in popluar number systems.

HEX171D39
Decimal232957
Binary1011111101111001
Octal273571

Shades and tints

Shades of #171D39

#171D39
(23,29,57)
#151B34
(21,27,52)
#13192F
(19,25,47)
#11172A
(17,23,42)
#0F1525
(15,21,37)
#0D1320
(13,19,32)
#0B111B
(11,17,27)
#090F16
(9,15,22)
#070D11
(7,13,17)
#050B0C
(5,11,12)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #171D39

#171D39
(23,29,57)
#2C314B
(44,49,75)
#41455D
(65,69,93)
#56596F
(86,89,111)
#6B6D81
(107,109,129)
#808193
(128,129,147)
#9595A5
(149,149,165)
#AAA9B7
(170,169,183)
#BFBDC9
(191,189,201)
#D4D1DB
(212,209,219)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171D39 color. Also use rgb(23,29,57) instead hex code.

Text Font Color

.myTextColor { color: #171D39; }

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

This text font color is #171D39.


Background Color

.myBgColor { background-color: #171D39; }

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

This div background color is #171D39.


Border color

.myBorderColor { border: 1px solid #171D39; }

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

This div border color is #171D39.


Opacity

.myOpacity80 { color: #171D39; opacity: 0.8; }

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

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

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

This text has shadow with #171D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171D39 on black background.


Color preview on white background

This text has color #171D39 on white background.



Black color preview on #171D39 background

This text has black color on #171D39 background.


White color preview on #171D39 background

This text has white color on #171D39 background.