COLOR #172C4F

HEX: #172C4F
RGB: (23,44,79)

Color info

#172C4F contains red, green and blue colors in about the same proportion. Web safe color of #172C4F is #003366 (or #036).

RGB color model

#172C4F color RGB value is (23,44,79).

  • red value is 23;
  • green value is 44;
  • blue value is 79.
RGB:
(23,44,79)
(9%,17%,31%)

RGB channels and saturation

R 23 of 255 = 9%
G 44 of 255 = 17%
B 79 of 255 = 31%

23
44
79

R + G + B ~ 19%. #172C4F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 44 + 79 = 146 (100%)
R 23 of 146 ~ 15.75%
G 44 of 146 ~ 30.14%
B 79 of 146 ~ 54.11%

%15.75
%30.14
%54.11

CMYK color model

#172C4F color CMYK value is (71,44,0,69).

  • cyan value is 70.89%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(71,44,0,69)
C71M44Y0K69 
(71%,44%,0%,69%)
(0.71/0.44/0.00/0.69)	

CMYK percentages

%70.89
%44.3
%0
%69.02

Codes

Color #172C4F in popluar color models

172C4F
RGB234479
HSL218°54.90%20.00%
HSB/HSV218°70.89%30.98%
CMYK70.89%44.30%0.00%
69.02%

Color #172C4F in popluar number systems.

HEX172C4F
Decimal234479
Binary101111011001001111
Octal2754117

Shades and tints

Shades of #172C4F

#172C4F
(23,44,79)
#152848
(21,40,72)
#132441
(19,36,65)
#11203A
(17,32,58)
#0F1C33
(15,28,51)
#0D182C
(13,24,44)
#0B1425
(11,20,37)
#09101E
(9,16,30)
#070C17
(7,12,23)
#050810
(5,8,16)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #172C4F

#172C4F
(23,44,79)
#2C3F5F
(44,63,95)
#41526F
(65,82,111)
#56657F
(86,101,127)
#6B788F
(107,120,143)
#808B9F
(128,139,159)
#959EAF
(149,158,175)
#AAB1BF
(170,177,191)
#BFC4CF
(191,196,207)
#D4D7DF
(212,215,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172C4F color. Also use rgb(23,44,79) instead hex code.

Text Font Color

.myTextColor { color: #172C4F; }

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

This text font color is #172C4F.


Background Color

.myBgColor { background-color: #172C4F; }

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

This div background color is #172C4F.


Border color

.myBorderColor { border: 1px solid #172C4F; }

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

This div border color is #172C4F.


Opacity

.myOpacity80 { color: #172C4F; opacity: 0.8; }

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

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

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

This text has shadow with #172C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172C4F on black background.


Color preview on white background

This text has color #172C4F on white background.



Black color preview on #172C4F background

This text has black color on #172C4F background.


White color preview on #172C4F background

This text has white color on #172C4F background.