COLOR #176C78

HEX: #176C78
RGB: (23,108,120)

Color info

#176C78 contains mainly green and blue colors. Web safe color of #176C78 is #006666 (or #066).

RGB color model

#176C78 color RGB value is (23,108,120).

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

RGB channels and saturation

R 23 of 255 = 9%
G 108 of 255 = 42%
B 120 of 255 = 47%

23
108
120

R + G + B ~ 33%. #176C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 108 + 120 = 251 (100%)
R 23 of 251 ~ 9.16%
G 108 of 251 ~ 43.03%
B 120 of 251 ~ 47.81%

%43.03
%47.81

CMYK color model

#176C78 color CMYK value is (81,10,0,53).

  • cyan value is 80.83%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(81,10,0,53)
C81M10Y0K53 
(81%,10%,0%,53%)
(0.81/0.10/0.00/0.53)	

CMYK percentages

%80.83
%10
%0
%52.94

Codes

Color #176C78 in popluar color models

176C78
RGB23108120
HSL187°67.83%28.04%
HSB/HSV187°80.83%47.06%
CMYK80.83%10.00%0.00%
52.94%

Color #176C78 in popluar number systems.

HEX176C78
Decimal23108120
Binary1011111011001111000
Octal27154170

Shades and tints

Shades of #176C78

#176C78
(23,108,120)
#15636E
(21,99,110)
#135A64
(19,90,100)
#11515A
(17,81,90)
#0F4850
(15,72,80)
#0D3F46
(13,63,70)
#0B363C
(11,54,60)
#092D32
(9,45,50)
#072428
(7,36,40)
#051B1E
(5,27,30)
#031214
(3,18,20)
#000000
(0,0,0)

Tints of #176C78

#176C78
(23,108,120)
#2C7984
(44,121,132)
#418690
(65,134,144)
#56939C
(86,147,156)
#6BA0A8
(107,160,168)
#80ADB4
(128,173,180)
#95BAC0
(149,186,192)
#AAC7CC
(170,199,204)
#BFD4D8
(191,212,216)
#D4E1E4
(212,225,228)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176C78 color. Also use rgb(23,108,120) instead hex code.

Text Font Color

.myTextColor { color: #176C78; }

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

This text font color is #176C78.


Background Color

.myBgColor { background-color: #176C78; }

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

This div background color is #176C78.


Border color

.myBorderColor { border: 1px solid #176C78; }

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

This div border color is #176C78.


Opacity

.myOpacity80 { color: #176C78; opacity: 0.8; }

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

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

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

This text has shadow with #176C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176C78 on black background.


Color preview on white background

This text has color #176C78 on white background.



Black color preview on #176C78 background

This text has black color on #176C78 background.


White color preview on #176C78 background

This text has white color on #176C78 background.