COLOR #174C68

HEX: #174C68
RGB: (23,76,104)

Color info

#174C68 contains mainly green and blue colors. Web safe color of #174C68 is #003366 (or #036).

RGB color model

#174C68 color RGB value is (23,76,104).

  • red value is 23;
  • green value is 76;
  • blue value is 104.
RGB:
(23,76,104)
(9%,30%,41%)

RGB channels and saturation

R 23 of 255 = 9%
G 76 of 255 = 30%
B 104 of 255 = 41%

23
76
104

R + G + B ~ 27%. #174C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 76 + 104 = 203 (100%)
R 23 of 203 ~ 11.33%
G 76 of 203 ~ 37.44%
B 104 of 203 ~ 51.23%

%11.33
%37.44
%51.23

CMYK color model

#174C68 color CMYK value is (78,27,0,59).

  • cyan value is 77.88%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(78,27,0,59)
C78M27Y0K59 
(78%,27%,0%,59%)
(0.78/0.27/0.00/0.59)	

CMYK percentages

%77.88
%26.92
%0
%59.22

Codes

Color #174C68 in popluar color models

174C68
RGB2376104
HSL201°63.78%24.90%
HSB/HSV201°77.88%40.78%
CMYK77.88%26.92%0.00%
59.22%

Color #174C68 in popluar number systems.

HEX174C68
Decimal2376104
Binary1011110011001101000
Octal27114150

Shades and tints

Shades of #174C68

#174C68
(23,76,104)
#15465F
(21,70,95)
#134056
(19,64,86)
#113A4D
(17,58,77)
#0F3444
(15,52,68)
#0D2E3B
(13,46,59)
#0B2832
(11,40,50)
#092229
(9,34,41)
#071C20
(7,28,32)
#051617
(5,22,23)
#03100E
(3,16,14)
#000000
(0,0,0)

Tints of #174C68

#174C68
(23,76,104)
#2C5C75
(44,92,117)
#416C82
(65,108,130)
#567C8F
(86,124,143)
#6B8C9C
(107,140,156)
#809CA9
(128,156,169)
#95ACB6
(149,172,182)
#AABCC3
(170,188,195)
#BFCCD0
(191,204,208)
#D4DCDD
(212,220,221)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174C68 color. Also use rgb(23,76,104) instead hex code.

Text Font Color

.myTextColor { color: #174C68; }

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

This text font color is #174C68.


Background Color

.myBgColor { background-color: #174C68; }

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

This div background color is #174C68.


Border color

.myBorderColor { border: 1px solid #174C68; }

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

This div border color is #174C68.


Opacity

.myOpacity80 { color: #174C68; opacity: 0.8; }

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

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

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

This text has shadow with #174C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174C68 on black background.


Color preview on white background

This text has color #174C68 on white background.



Black color preview on #174C68 background

This text has black color on #174C68 background.


White color preview on #174C68 background

This text has white color on #174C68 background.