COLOR #173141

HEX: #173141
RGB: (23,49,65)

Color info

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

RGB color model

#173141 color RGB value is (23,49,65).

  • red value is 23;
  • green value is 49;
  • blue value is 65.
RGB:
(23,49,65)
(9%,19%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 65 of 255 = 25%

23
49
65

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

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 65 = 137 (100%)
R 23 of 137 ~ 16.79%
G 49 of 137 ~ 35.77%
B 65 of 137 ~ 47.45%

%16.79
%35.77
%47.45

CMYK color model

#173141 color CMYK value is (65,25,0,75).

  • cyan value is 64.62%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(65,25,0,75)
C65M25Y0K75 
(65%,25%,0%,75%)
(0.65/0.25/0.00/0.75)	

CMYK percentages

%64.62
%24.62
%0
%74.51

Codes

Color #173141 in popluar color models

173141
RGB234965
HSL203°47.73%17.25%
HSB/HSV203°64.62%25.49%
CMYK64.62%24.62%0.00%
74.51%

Color #173141 in popluar number systems.

HEX173141
Decimal234965
Binary101111100011000001
Octal2761101

Shades and tints

Shades of #173141

#173141
(23,49,65)
#152D3C
(21,45,60)
#132937
(19,41,55)
#112532
(17,37,50)
#0F212D
(15,33,45)
#0D1D28
(13,29,40)
#0B1923
(11,25,35)
#09151E
(9,21,30)
#071119
(7,17,25)
#050D14
(5,13,20)
#03090F
(3,9,15)
#000000
(0,0,0)

Tints of #173141

#173141
(23,49,65)
#2C4352
(44,67,82)
#415563
(65,85,99)
#566774
(86,103,116)
#6B7985
(107,121,133)
#808B96
(128,139,150)
#959DA7
(149,157,167)
#AAAFB8
(170,175,184)
#BFC1C9
(191,193,201)
#D4D3DA
(212,211,218)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173141; }

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

This text font color is #173141.


Background Color

.myBgColor { background-color: #173141; }

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

This div background color is #173141.


Border color

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

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

This div border color is #173141.


Opacity

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

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

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

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

This text has shadow with #173141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173141 on black background.


Color preview on white background

This text has color #173141 on white background.



Black color preview on #173141 background

This text has black color on #173141 background.


White color preview on #173141 background

This text has white color on #173141 background.