COLOR #176463

HEX: #176463 RGB: (23,100,99)

Color info

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

RGB color model

#176463 color RGB value is (23,100,99).

RGB: (23,100,99) (9%, 39%, 39%)

RGB channels and saturation

R 23 of 255 = 9%
G 100 of 255 = 39%
B 99 of 255 = 39%

23
100
99

R + G + B ~ 29%. #176463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 100 + 99 = 222 (100%)
R 23 of 222 ~ 10.36%
G 100 of 222 ~ 45.05%
B 99 of 222 ~ 44.59'%

%45.05
%44.59

CMYK color model

#176463 color CMYK value is (77,0,1,61).

  • cyan value is 77.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (77,0,1,61)
C77M0Y1K61 (77%, 0%, 1%, 61%)
(0.77 / 0.00 / 0.01 / 0.61)

CMYK percentages

%77
%0
%1
%60.78

Codes

Color #176463 in popluar color models

17 64 63
RGB 23 100 99
HSL 179° 62.60% 24.12%
HSB/HSV 179° 77.00% 39.22%
CMYK 77.00% 0.00% 1.00%
60.78%

Color #176463 in popluar number systems.

HEX 17 64 63
Decimal 23 100 99
Binary 10111 1100100 1100011
Octal 27 144 143

Shades and tints

Shades of #176463

#176463
(23,100,99)
#155B5A
(21,91,90)
#135251
(19,82,81)
#114948
(17,73,72)
#0F403F
(15,64,63)
#0D3736
(13,55,54)
#0B2E2D
(11,46,45)
#092524
(9,37,36)
#071C1B
(7,28,27)
#051312
(5,19,18)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #176463

#176463
(23,100,99)
#2C7271
(44,114,113)
#41807F
(65,128,127)
#568E8D
(86,142,141)
#6B9C9B
(107,156,155)
#80AAA9
(128,170,169)
#95B8B7
(149,184,183)
#AAC6C5
(170,198,197)
#BFD4D3
(191,212,211)
#D4E2E1
(212,226,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #176463 color. Also use rgb(23,100,99) instead hex code.

Text Font Color

.myTextColor { color: #176463; }

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

This text font color is #176463.

Background Color

.myBgColor { background-color: #176463; }

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

This div background color is #176463.

Border color

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

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

This div border color is #176463.

Opacity

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

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

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

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

This text has shadow with #176463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #176463.

Preview

Color preview on black background

This text has color #176463 on black background.


Color preview on white background

This text has color #176463 on white background.


Black color preview on #176463 background

This text has black color on #176463 background.


White color preview on #176463 background

This text has white color on #176463 background.


Related colors

Complementary color

Complementary color for #hex is #E89B9C.


I love getcolorcode.com

Triadic colors

1 #631764 and #646317 with #176463 are triadic colors.

2 #636417 and #641763 with #176463 are triadic colors.