COLOR #177394

HEX: #177394
RGB: (23,115,148)

Color info

#177394 contains mainly green and blue colors. Web safe color of #177394 is #006699 (or #069).

RGB color model

#177394 color RGB value is (23,115,148).

  • red value is 23;
  • green value is 115;
  • blue value is 148.
RGB:
(23,115,148)
(9%,45%,58%)

RGB channels and saturation

R 23 of 255 = 9%
G 115 of 255 = 45%
B 148 of 255 = 58%

23
115
148

R + G + B ~ 37%. #177394 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 115 + 148 = 286 (100%)
R 23 of 286 ~ 8.04%
G 115 of 286 ~ 40.21%
B 148 of 286 ~ 51.75%

%40.21
%51.75

CMYK color model

#177394 color CMYK value is (84,22,0,42).

  • cyan value is 84.46%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(84,22,0,42)
C84M22Y0K42 
(84%,22%,0%,42%)
(0.84/0.22/0.00/0.42)	

CMYK percentages

%84.46
%22.3
%0
%41.96

Codes

Color #177394 in popluar color models

177394
RGB23115148
HSL196°73.10%33.53%
HSB/HSV196°84.46%58.04%
CMYK84.46%22.30%0.00%
41.96%

Color #177394 in popluar number systems.

HEX177394
Decimal23115148
Binary10111111001110010100
Octal27163224

Shades and tints

Shades of #177394

#177394
(23,115,148)
#156987
(21,105,135)
#135F7A
(19,95,122)
#11556D
(17,85,109)
#0F4B60
(15,75,96)
#0D4153
(13,65,83)
#0B3746
(11,55,70)
#092D39
(9,45,57)
#07232C
(7,35,44)
#05191F
(5,25,31)
#030F12
(3,15,18)
#000000
(0,0,0)

Tints of #177394

#177394
(23,115,148)
#2C7F9D
(44,127,157)
#418BA6
(65,139,166)
#5697AF
(86,151,175)
#6BA3B8
(107,163,184)
#80AFC1
(128,175,193)
#95BBCA
(149,187,202)
#AAC7D3
(170,199,211)
#BFD3DC
(191,211,220)
#D4DFE5
(212,223,229)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177394 color. Also use rgb(23,115,148) instead hex code.

Text Font Color

.myTextColor { color: #177394; }

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

This text font color is #177394.


Background Color

.myBgColor { background-color: #177394; }

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

This div background color is #177394.


Border color

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

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

This div border color is #177394.


Opacity

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

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

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

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

This text has shadow with #177394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #177394 on black background.


Color preview on white background

This text has color #177394 on white background.



Black color preview on #177394 background

This text has black color on #177394 background.


White color preview on #177394 background

This text has white color on #177394 background.