COLOR #172331

HEX: #172331
RGB: (23,35,49)

Color info

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

RGB color model

#172331 color RGB value is (23,35,49).

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

RGB channels and saturation

R 23 of 255 = 9%
G 35 of 255 = 14%
B 49 of 255 = 19%

23
35
49

R + G + B ~ 14%. #172331 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 35 + 49 = 107 (100%)
R 23 of 107 ~ 21.5%
G 35 of 107 ~ 32.71%
B 49 of 107 ~ 45.79%

%21.5
%32.71
%45.79

CMYK color model

#172331 color CMYK value is (53,29,0,81).

  • cyan value is 53.06%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(53,29,0,81)
C53M29Y0K81 
(53%,29%,0%,81%)
(0.53/0.29/0.00/0.81)	

CMYK percentages

%53.06
%28.57
%0
%80.78

Codes

Color #172331 in popluar color models

172331
RGB233549
HSL212°36.11%14.12%
HSB/HSV212°53.06%19.22%
CMYK53.06%28.57%0.00%
80.78%

Color #172331 in popluar number systems.

HEX172331
Decimal233549
Binary10111100011110001
Octal274361

Shades and tints

Shades of #172331

#172331
(23,35,49)
#15202D
(21,32,45)
#131D29
(19,29,41)
#111A25
(17,26,37)
#0F1721
(15,23,33)
#0D141D
(13,20,29)
#0B1119
(11,17,25)
#090E15
(9,14,21)
#070B11
(7,11,17)
#05080D
(5,8,13)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #172331

#172331
(23,35,49)
#2C3743
(44,55,67)
#414B55
(65,75,85)
#565F67
(86,95,103)
#6B7379
(107,115,121)
#80878B
(128,135,139)
#959B9D
(149,155,157)
#AAAFAF
(170,175,175)
#BFC3C1
(191,195,193)
#D4D7D3
(212,215,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172331; }

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

This text font color is #172331.


Background Color

.myBgColor { background-color: #172331; }

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

This div background color is #172331.


Border color

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

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

This div border color is #172331.


Opacity

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

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

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

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

This text has shadow with #172331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172331 on black background.


Color preview on white background

This text has color #172331 on white background.



Black color preview on #172331 background

This text has black color on #172331 background.


White color preview on #172331 background

This text has white color on #172331 background.