COLOR #173145

HEX: #173145 RGB: (23,49,69)

Color info

#173145 contains red, green and blue colors in about the same proportion. Web safe color of #173145 is #003333 (or #033).

RGB color model

#173145 color RGB value is (23,49,69).

RGB: (23,49,69) (9%, 19%, 27%)

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 69 of 255 = 27%

23
49
69

R + G + B ~ 18%. #173145 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 49 + 69 = 141 (100%)
R 23 of 141 ~ 16.31%
G 49 of 141 ~ 34.75%
B 69 of 141 ~ 48.94'%

%16.31
%34.75
%48.94

CMYK color model

#173145 color CMYK value is (67,29,0,73).

  • cyan value is 66.67%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK: (67,29,0,73) C67M29Y0K73 (67%,29%,0%,73%) (0.67/0.29/0.00/0.73) 

CMYK percentages

%66.67
%28.99
%0
%72.94

Codes

Color #173145 in popluar color models

17 31 45
RGB 23 49 69
HSL 206° 50.00% 18.04%
HSB/HSV 206° 66.67% 27.06%
CMYK 66.67% 28.99% 0.00%
72.94%

Color #173145 in popluar number systems.

HEX 17 31 45
Decimal 23 49 69
Binary 10111 110001 1000101
Octal 27 61 105

Shades and tints

Shades of #173145

#173145
(23,49,69)
#152D3F
(21,45,63)
#132939
(19,41,57)
#112533
(17,37,51)
#0F212D
(15,33,45)
#0D1D27
(13,29,39)
#0B1921
(11,25,33)
#09151B
(9,21,27)
#071115
(7,17,21)
#050D0F
(5,13,15)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #173145

#173145
(23,49,69)
#2C4355
(44,67,85)
#415565
(65,85,101)
#566775
(86,103,117)
#6B7985
(107,121,133)
#808B95
(128,139,149)
#959DA5
(149,157,165)
#AAAFB5
(170,175,181)
#BFC1C5
(191,193,197)
#D4D3D5
(212,211,213)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173145 color. Also use rgb(23,49,69) instead hex code.

Text Font Color

.myTextColor { color: #173145; }

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

This text font color is #173145.

Background Color

.myBgColor { background-color: #173145; }

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

This div background color is #173145.

Border color

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

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

This div border color is #173145.

Opacity

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

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

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

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

This text has shadow with #173145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173145.

Preview

Color preview on black background

This text has color #173145 on black background.


Color preview on white background

This text has color #173145 on white background.


Black color preview on #173145 background

This text has black color on #173145 background.


White color preview on #173145 background

This text has white color on #173145 background.


Related colors

Complementary color

Complementary color for #hex is #E8CEBA.


I love getcolorcode.com

Triadic colors

1 #451731 and #314517 with #173145 are triadic colors.

2 #453117 and #311745 with #173145 are triadic colors.