COLOR #173041

HEX: #173041
RGB: (23,48,65)

Color info

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

RGB color model

#173041 color RGB value is (23,48,65).

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

RGB channels and saturation

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

23
48
65

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

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 65 = 136 (100%)
R 23 of 136 ~ 16.91%
G 48 of 136 ~ 35.29%
B 65 of 136 ~ 47.79%

%16.91
%35.29
%47.79

CMYK color model

#173041 color CMYK value is (65,26,0,75).

  • cyan value is 64.62%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(65,26,0,75)
C65M26Y0K75 
(65%,26%,0%,75%)
(0.65/0.26/0.00/0.75)	

CMYK percentages

%64.62
%26.15
%0
%74.51

Codes

Color #173041 in popluar color models

173041
RGB234865
HSL204°47.73%17.25%
HSB/HSV204°64.62%25.49%
CMYK64.62%26.15%0.00%
74.51%

Color #173041 in popluar number systems.

HEX173041
Decimal234865
Binary101111100001000001
Octal2760101

Shades and tints

Shades of #173041

#173041
(23,48,65)
#152C3C
(21,44,60)
#132837
(19,40,55)
#112432
(17,36,50)
#0F202D
(15,32,45)
#0D1C28
(13,28,40)
#0B1823
(11,24,35)
#09141E
(9,20,30)
#071019
(7,16,25)
#050C14
(5,12,20)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #173041

#173041
(23,48,65)
#2C4252
(44,66,82)
#415463
(65,84,99)
#566674
(86,102,116)
#6B7885
(107,120,133)
#808A96
(128,138,150)
#959CA7
(149,156,167)
#AAAEB8
(170,174,184)
#BFC0C9
(191,192,201)
#D4D2DA
(212,210,218)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173041; }

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

This text font color is #173041.


Background Color

.myBgColor { background-color: #173041; }

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

This div background color is #173041.


Border color

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

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

This div border color is #173041.


Opacity

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

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

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

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

This text has shadow with #173041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173041 on black background.


Color preview on white background

This text has color #173041 on white background.



Black color preview on #173041 background

This text has black color on #173041 background.


White color preview on #173041 background

This text has white color on #173041 background.