COLOR #172948

HEX: #172948
RGB: (23,41,72)

Color info

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

RGB color model

#172948 color RGB value is (23,41,72).

  • red value is 23;
  • green value is 41;
  • blue value is 72.
RGB:
(23,41,72)
(9%,16%,28%)

RGB channels and saturation

R 23 of 255 = 9%
G 41 of 255 = 16%
B 72 of 255 = 28%

23
41
72

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

Portions of RGB colors in percentages

R + G + B =
23 + 41 + 72 = 136 (100%)
R 23 of 136 ~ 16.91%
G 41 of 136 ~ 30.15%
B 72 of 136 ~ 52.94%

%16.91
%30.15
%52.94

CMYK color model

#172948 color CMYK value is (68,43,0,72).

  • cyan value is 68.06%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(68,43,0,72)
C68M43Y0K72 
(68%,43%,0%,72%)
(0.68/0.43/0.00/0.72)	

CMYK percentages

%68.06
%43.06
%0
%71.76

Codes

Color #172948 in popluar color models

172948
RGB234172
HSL218°51.58%18.63%
HSB/HSV218°68.06%28.24%
CMYK68.06%43.06%0.00%
71.76%

Color #172948 in popluar number systems.

HEX172948
Decimal234172
Binary101111010011001000
Octal2751110

Shades and tints

Shades of #172948

#172948
(23,41,72)
#152642
(21,38,66)
#13233C
(19,35,60)
#112036
(17,32,54)
#0F1D30
(15,29,48)
#0D1A2A
(13,26,42)
#0B1724
(11,23,36)
#09141E
(9,20,30)
#071118
(7,17,24)
#050E12
(5,14,18)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #172948

#172948
(23,41,72)
#2C3C58
(44,60,88)
#414F68
(65,79,104)
#566278
(86,98,120)
#6B7588
(107,117,136)
#808898
(128,136,152)
#959BA8
(149,155,168)
#AAAEB8
(170,174,184)
#BFC1C8
(191,193,200)
#D4D4D8
(212,212,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172948 color. Also use rgb(23,41,72) instead hex code.

Text Font Color

.myTextColor { color: #172948; }

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

This text font color is #172948.


Background Color

.myBgColor { background-color: #172948; }

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

This div background color is #172948.


Border color

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

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

This div border color is #172948.


Opacity

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

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

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

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

This text has shadow with #172948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172948 on black background.


Color preview on white background

This text has color #172948 on white background.



Black color preview on #172948 background

This text has black color on #172948 background.


White color preview on #172948 background

This text has white color on #172948 background.