COLOR #172B2E

HEX: #172B2E
RGB: (23,43,46)

Color info

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

RGB color model

#172B2E color RGB value is (23,43,46).

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

RGB channels and saturation

R 23 of 255 = 9%
G 43 of 255 = 17%
B 46 of 255 = 18%

23
43
46

R + G + B ~ 15%. #172B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 43 + 46 = 112 (100%)
R 23 of 112 ~ 20.54%
G 43 of 112 ~ 38.39%
B 46 of 112 ~ 41.07%

%20.54
%38.39
%41.07

CMYK color model

#172B2E color CMYK value is (50,7,0,82).

  • cyan value is 50.00%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(50,7,0,82)
C50M7Y0K82 
(50%,7%,0%,82%)
(0.50/0.07/0.00/0.82)	

CMYK percentages

%50
%6.52
%0
%81.96

Codes

Color #172B2E in popluar color models

172B2E
RGB234346
HSL188°33.33%13.53%
HSB/HSV188°50.00%18.04%
CMYK50.00%6.52%0.00%
81.96%

Color #172B2E in popluar number systems.

HEX172B2E
Decimal234346
Binary10111101011101110
Octal275356

Shades and tints

Shades of #172B2E

#172B2E
(23,43,46)
#15282A
(21,40,42)
#132526
(19,37,38)
#112222
(17,34,34)
#0F1F1E
(15,31,30)
#0D1C1A
(13,28,26)
#0B1916
(11,25,22)
#091612
(9,22,18)
#07130E
(7,19,14)
#05100A
(5,16,10)
#030D06
(3,13,6)
#000000
(0,0,0)

Tints of #172B2E

#172B2E
(23,43,46)
#2C3E41
(44,62,65)
#415154
(65,81,84)
#566467
(86,100,103)
#6B777A
(107,119,122)
#808A8D
(128,138,141)
#959DA0
(149,157,160)
#AAB0B3
(170,176,179)
#BFC3C6
(191,195,198)
#D4D6D9
(212,214,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172B2E; }

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

This text font color is #172B2E.


Background Color

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

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

This div background color is #172B2E.


Border color

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

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

This div border color is #172B2E.


Opacity

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

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

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

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

This text has shadow with #172B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172B2E on black background.


Color preview on white background

This text has color #172B2E on white background.



Black color preview on #172B2E background

This text has black color on #172B2E background.


White color preview on #172B2E background

This text has white color on #172B2E background.