COLOR #172330

HEX: #172330
RGB: (23,35,48)

Color info

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

RGB color model

#172330 color RGB value is (23,35,48).

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

RGB channels and saturation

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

23
35
48

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

Portions of RGB colors in percentages

R + G + B =
23 + 35 + 48 = 106 (100%)
R 23 of 106 ~ 21.7%
G 35 of 106 ~ 33.02%
B 48 of 106 ~ 45.28%

%21.7
%33.02
%45.28

CMYK color model

#172330 color CMYK value is (52,27,0,81).

  • cyan value is 52.08%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(52,27,0,81)
C52M27Y0K81 
(52%,27%,0%,81%)
(0.52/0.27/0.00/0.81)	

CMYK percentages

%52.08
%27.08
%0
%81.18

Codes

Color #172330 in popluar color models

172330
RGB233548
HSL211°35.21%13.92%
HSB/HSV211°52.08%18.82%
CMYK52.08%27.08%0.00%
81.18%

Color #172330 in popluar number systems.

HEX172330
Decimal233548
Binary10111100011110000
Octal274360

Shades and tints

Shades of #172330

#172330
(23,35,48)
#15202C
(21,32,44)
#131D28
(19,29,40)
#111A24
(17,26,36)
#0F1720
(15,23,32)
#0D141C
(13,20,28)
#0B1118
(11,17,24)
#090E14
(9,14,20)
#070B10
(7,11,16)
#05080C
(5,8,12)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #172330

#172330
(23,35,48)
#2C3742
(44,55,66)
#414B54
(65,75,84)
#565F66
(86,95,102)
#6B7378
(107,115,120)
#80878A
(128,135,138)
#959B9C
(149,155,156)
#AAAFAE
(170,175,174)
#BFC3C0
(191,195,192)
#D4D7D2
(212,215,210)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172330; }

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

This text font color is #172330.


Background Color

.myBgColor { background-color: #172330; }

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

This div background color is #172330.


Border color

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

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

This div border color is #172330.


Opacity

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

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

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

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

This text has shadow with #172330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172330 on black background.


Color preview on white background

This text has color #172330 on white background.



Black color preview on #172330 background

This text has black color on #172330 background.


White color preview on #172330 background

This text has white color on #172330 background.