COLOR #174D6C

HEX: #174D6C
RGB: (23,77,108)

Color info

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

RGB color model

#174D6C color RGB value is (23,77,108).

  • red value is 23;
  • green value is 77;
  • blue value is 108.
RGB:
(23,77,108)
(9%,30%,42%)

RGB channels and saturation

R 23 of 255 = 9%
G 77 of 255 = 30%
B 108 of 255 = 42%

23
77
108

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

Portions of RGB colors in percentages

R + G + B =
23 + 77 + 108 = 208 (100%)
R 23 of 208 ~ 11.06%
G 77 of 208 ~ 37.02%
B 108 of 208 ~ 51.92%

%11.06
%37.02
%51.92

CMYK color model

#174D6C color CMYK value is (79,29,0,58).

  • cyan value is 78.70%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(79,29,0,58)
C79M29Y0K58 
(79%,29%,0%,58%)
(0.79/0.29/0.00/0.58)	

CMYK percentages

%78.7
%28.7
%0
%57.65

Codes

Color #174D6C in popluar color models

174D6C
RGB2377108
HSL202°64.89%25.69%
HSB/HSV202°78.70%42.35%
CMYK78.70%28.70%0.00%
57.65%

Color #174D6C in popluar number systems.

HEX174D6C
Decimal2377108
Binary1011110011011101100
Octal27115154

Shades and tints

Shades of #174D6C

#174D6C
(23,77,108)
#154663
(21,70,99)
#133F5A
(19,63,90)
#113851
(17,56,81)
#0F3148
(15,49,72)
#0D2A3F
(13,42,63)
#0B2336
(11,35,54)
#091C2D
(9,28,45)
#071524
(7,21,36)
#050E1B
(5,14,27)
#030712
(3,7,18)
#000000
(0,0,0)

Tints of #174D6C

#174D6C
(23,77,108)
#2C5D79
(44,93,121)
#416D86
(65,109,134)
#567D93
(86,125,147)
#6B8DA0
(107,141,160)
#809DAD
(128,157,173)
#95ADBA
(149,173,186)
#AABDC7
(170,189,199)
#BFCDD4
(191,205,212)
#D4DDE1
(212,221,225)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174D6C color. Also use rgb(23,77,108) instead hex code.

Text Font Color

.myTextColor { color: #174D6C; }

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

This text font color is #174D6C.


Background Color

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

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

This div background color is #174D6C.


Border color

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

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

This div border color is #174D6C.


Opacity

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

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

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

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

This text has shadow with #174D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174D6C on black background.


Color preview on white background

This text has color #174D6C on white background.



Black color preview on #174D6C background

This text has black color on #174D6C background.


White color preview on #174D6C background

This text has white color on #174D6C background.