COLOR #176078

HEX: #176078
RGB: (23,96,120)

Color info

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

RGB color model

#176078 color RGB value is (23,96,120).

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

RGB channels and saturation

R 23 of 255 = 9%
G 96 of 255 = 38%
B 120 of 255 = 47%

23
96
120

R + G + B ~ 31%. #176078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 96 + 120 = 239 (100%)
R 23 of 239 ~ 9.62%
G 96 of 239 ~ 40.17%
B 120 of 239 ~ 50.21%

%9.62
%40.17
%50.21

CMYK color model

#176078 color CMYK value is (81,20,0,53).

  • cyan value is 80.83%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(81,20,0,53)
C81M20Y0K53 
(81%,20%,0%,53%)
(0.81/0.20/0.00/0.53)	

CMYK percentages

%80.83
%20
%0
%52.94

Codes

Color #176078 in popluar color models

176078
RGB2396120
HSL195°67.83%28.04%
HSB/HSV195°80.83%47.06%
CMYK80.83%20.00%0.00%
52.94%

Color #176078 in popluar number systems.

HEX176078
Decimal2396120
Binary1011111000001111000
Octal27140170

Shades and tints

Shades of #176078

#176078
(23,96,120)
#15586E
(21,88,110)
#135064
(19,80,100)
#11485A
(17,72,90)
#0F4050
(15,64,80)
#0D3846
(13,56,70)
#0B303C
(11,48,60)
#092832
(9,40,50)
#072028
(7,32,40)
#05181E
(5,24,30)
#031014
(3,16,20)
#000000
(0,0,0)

Tints of #176078

#176078
(23,96,120)
#2C6E84
(44,110,132)
#417C90
(65,124,144)
#568A9C
(86,138,156)
#6B98A8
(107,152,168)
#80A6B4
(128,166,180)
#95B4C0
(149,180,192)
#AAC2CC
(170,194,204)
#BFD0D8
(191,208,216)
#D4DEE4
(212,222,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #176078; }

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

This text font color is #176078.


Background Color

.myBgColor { background-color: #176078; }

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

This div background color is #176078.


Border color

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

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

This div border color is #176078.


Opacity

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

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

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

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

This text has shadow with #176078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #176078 on black background.


Color preview on white background

This text has color #176078 on white background.



Black color preview on #176078 background

This text has black color on #176078 background.


White color preview on #176078 background

This text has white color on #176078 background.