COLOR #172B35

HEX: #172B35
RGB: (23,43,53)

Color info

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

RGB color model

#172B35 color RGB value is (23,43,53).

  • red value is 23;
  • green value is 43;
  • blue value is 53.
RGB:
(23,43,53)
(9%,17%,21%)

RGB channels and saturation

R 23 of 255 = 9%
G 43 of 255 = 17%
B 53 of 255 = 21%

23
43
53

R + G + B ~ 16%. #172B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 43 + 53 = 119 (100%)
R 23 of 119 ~ 19.33%
G 43 of 119 ~ 36.13%
B 53 of 119 ~ 44.54%

%19.33
%36.13
%44.54

CMYK color model

#172B35 color CMYK value is (57,19,0,79).

  • cyan value is 56.60%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(57,19,0,79)
C57M19Y0K79 
(57%,19%,0%,79%)
(0.57/0.19/0.00/0.79)	

CMYK percentages

%56.6
%18.87
%0
%79.22

Codes

Color #172B35 in popluar color models

172B35
RGB234353
HSL200°39.47%14.90%
HSB/HSV200°56.60%20.78%
CMYK56.60%18.87%0.00%
79.22%

Color #172B35 in popluar number systems.

HEX172B35
Decimal234353
Binary10111101011110101
Octal275365

Shades and tints

Shades of #172B35

#172B35
(23,43,53)
#152831
(21,40,49)
#13252D
(19,37,45)
#112229
(17,34,41)
#0F1F25
(15,31,37)
#0D1C21
(13,28,33)
#0B191D
(11,25,29)
#091619
(9,22,25)
#071315
(7,19,21)
#051011
(5,16,17)
#030D0D
(3,13,13)
#000000
(0,0,0)

Tints of #172B35

#172B35
(23,43,53)
#2C3E47
(44,62,71)
#415159
(65,81,89)
#56646B
(86,100,107)
#6B777D
(107,119,125)
#808A8F
(128,138,143)
#959DA1
(149,157,161)
#AAB0B3
(170,176,179)
#BFC3C5
(191,195,197)
#D4D6D7
(212,214,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172B35 color. Also use rgb(23,43,53) instead hex code.

Text Font Color

.myTextColor { color: #172B35; }

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

This text font color is #172B35.


Background Color

.myBgColor { background-color: #172B35; }

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

This div background color is #172B35.


Border color

.myBorderColor { border: 1px solid #172B35; }

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

This div border color is #172B35.


Opacity

.myOpacity80 { color: #172B35; opacity: 0.8; }

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

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

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

This text has shadow with #172B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172B35 on black background.


Color preview on white background

This text has color #172B35 on white background.



Black color preview on #172B35 background

This text has black color on #172B35 background.


White color preview on #172B35 background

This text has white color on #172B35 background.