COLOR #172D3E

HEX: #172D3E RGB: (23,45,62)

Color info

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

RGB color model

#172D3E color RGB value is (23,45,62).

RGB: (23,45,62) (9%, 18%, 24%)

RGB channels and saturation

R 23 of 255 = 9%
G 45 of 255 = 18%
B 62 of 255 = 24%

23
45
62

R + G + B ~ 17%. #172D3E is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 45 + 62 = 130 (100%)
R 23 of 130 ~ 17.69%
G 45 of 130 ~ 34.62%
B 62 of 130 ~ 47.69'%

%17.69
%34.62
%47.69

CMYK color model

#172D3E color CMYK value is (63,27,0,76).

  • cyan value is 62.90%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK: (63,27,0,76) C63M27Y0K76 (63%,27%,0%,76%) (0.63/0.27/0.00/0.76) 

CMYK percentages

%62.9
%27.42
%0
%75.69

Codes

Color #172D3E in popluar color models

17 2D 3E
RGB 23 45 62
HSL 206° 45.88% 16.67%
HSB/HSV 206° 62.90% 24.31%
CMYK 62.90% 27.42% 0.00%
75.69%

Color #172D3E in popluar number systems.

HEX 17 2D 3E
Decimal 23 45 62
Binary 10111 101101 111110
Octal 27 55 76

Shades and tints

Shades of #172D3E

#172D3E
(23,45,62)
#152939
(21,41,57)
#132534
(19,37,52)
#11212F
(17,33,47)
#0F1D2A
(15,29,42)
#0D1925
(13,25,37)
#0B1520
(11,21,32)
#09111B
(9,17,27)
#070D16
(7,13,22)
#050911
(5,9,17)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #172D3E

#172D3E
(23,45,62)
#2C404F
(44,64,79)
#415360
(65,83,96)
#566671
(86,102,113)
#6B7982
(107,121,130)
#808C93
(128,140,147)
#959FA4
(149,159,164)
#AAB2B5
(170,178,181)
#BFC5C6
(191,197,198)
#D4D8D7
(212,216,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172D3E color. Also use rgb(23,45,62) instead hex code.

Text Font Color

.myTextColor { color: #172D3E; }

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

This text font color is #172D3E.

Background Color

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

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

This div background color is #172D3E.

Border color

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

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

This div border color is #172D3E.

Opacity

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

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

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

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

This text has shadow with #172D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172D3E.

Preview

Color preview on black background

This text has color #172D3E on black background.


Color preview on white background

This text has color #172D3E on white background.


Black color preview on #172D3E background

This text has black color on #172D3E background.


White color preview on #172D3E background

This text has white color on #172D3E background.


Related colors

Complementary color

Complementary color for #hex is #E8D2C1.


I love getcolorcode.com

Triadic colors

1 #3E172D and #2D3E17 with #172D3E are triadic colors.

2 #3E2D17 and #2D173E with #172D3E are triadic colors.