COLOR #172540

HEX: #172540
RGB: (23,37,64)

Color info

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

RGB color model

#172540 color RGB value is (23,37,64).

  • red value is 23;
  • green value is 37;
  • blue value is 64.
RGB:
(23,37,64)
(9%,15%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 64 of 255 = 25%

23
37
64

R + G + B ~ 16%. #172540 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 64 = 124 (100%)
R 23 of 124 ~ 18.55%
G 37 of 124 ~ 29.84%
B 64 of 124 ~ 51.61%

%18.55
%29.84
%51.61

CMYK color model

#172540 color CMYK value is (64,42,0,75).

  • cyan value is 64.06%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(64,42,0,75)
C64M42Y0K75 
(64%,42%,0%,75%)
(0.64/0.42/0.00/0.75)	

CMYK percentages

%64.06
%42.19
%0
%74.9

Codes

Color #172540 in popluar color models

172540
RGB233764
HSL220°47.13%17.06%
HSB/HSV220°64.06%25.10%
CMYK64.06%42.19%0.00%
74.90%

Color #172540 in popluar number systems.

HEX172540
Decimal233764
Binary101111001011000000
Octal2745100

Shades and tints

Shades of #172540

#172540
(23,37,64)
#15223B
(21,34,59)
#131F36
(19,31,54)
#111C31
(17,28,49)
#0F192C
(15,25,44)
#0D1627
(13,22,39)
#0B1322
(11,19,34)
#09101D
(9,16,29)
#070D18
(7,13,24)
#050A13
(5,10,19)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #172540

#172540
(23,37,64)
#2C3851
(44,56,81)
#414B62
(65,75,98)
#565E73
(86,94,115)
#6B7184
(107,113,132)
#808495
(128,132,149)
#9597A6
(149,151,166)
#AAAAB7
(170,170,183)
#BFBDC8
(191,189,200)
#D4D0D9
(212,208,217)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172540 color. Also use rgb(23,37,64) instead hex code.

Text Font Color

.myTextColor { color: #172540; }

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

This text font color is #172540.


Background Color

.myBgColor { background-color: #172540; }

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

This div background color is #172540.


Border color

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

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

This div border color is #172540.


Opacity

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

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

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

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

This text has shadow with #172540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172540 on black background.


Color preview on white background

This text has color #172540 on white background.



Black color preview on #172540 background

This text has black color on #172540 background.


White color preview on #172540 background

This text has white color on #172540 background.