COLOR #17323F

HEX: #17323F RGB: (23,50,63)

Color info

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

RGB color model

#17323F color RGB value is (23,50,63).

RGB: (23,50,63) (9%, 20%, 25%)

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 63 of 255 = 25%

23
50
63

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

Portions of RGB colors in percentages

R + G + B = 23 + 50 + 63 = 136 (100%)
R 23 of 136 ~ 16.91%
G 50 of 136 ~ 36.76%
B 63 of 136 ~ 46.32'%

%16.91
%36.76
%46.32

CMYK color model

#17323F color CMYK value is (63,21,0,75).

  • cyan value is 63.49%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (63,21,0,75)
C63M21Y0K75 (63%, 21%, 0%, 75%)
(0.63 / 0.21 / 0.00 / 0.75)

CMYK percentages

%63.49
%20.63
%0
%75.29

Codes

Color #17323F in popluar color models

17 32 3F
RGB 23 50 63
HSL 200° 46.51% 16.86%
HSB/HSV 200° 63.49% 24.71%
CMYK 63.49% 20.63% 0.00%
75.29%

Color #17323F in popluar number systems.

HEX 17 32 3F
Decimal 23 50 63
Binary 10111 110010 111111
Octal 27 62 77

Shades and tints

Shades of #17323F

#17323F
(23,50,63)
#152E3A
(21,46,58)
#132A35
(19,42,53)
#112630
(17,38,48)
#0F222B
(15,34,43)
#0D1E26
(13,30,38)
#0B1A21
(11,26,33)
#09161C
(9,22,28)
#071217
(7,18,23)
#050E12
(5,14,18)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #17323F

#17323F
(23,50,63)
#2C4450
(44,68,80)
#415661
(65,86,97)
#566872
(86,104,114)
#6B7A83
(107,122,131)
#808C94
(128,140,148)
#959EA5
(149,158,165)
#AAB0B6
(170,176,182)
#BFC2C7
(191,194,199)
#D4D4D8
(212,212,216)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17323F color. Also use rgb(23,50,63) instead hex code.

Text Font Color

.myTextColor { color: #17323F; }

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

This text font color is #17323F.

Background Color

.myBgColor { background-color: #17323F; }

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

This div background color is #17323F.

Border color

.myBorderColor { border: 1px solid #17323F; }

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

This div border color is #17323F.

Opacity

.myOpacity80 { color: #17323F; opacity: 0.8; }

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

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

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

This text has shadow with #17323F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17323F.

Preview

Color preview on black background

This text has color #17323F on black background.


Color preview on white background

This text has color #17323F on white background.


Black color preview on #17323F background

This text has black color on #17323F background.


White color preview on #17323F background

This text has white color on #17323F background.


Related colors

Complementary color

Complementary color for #hex is #E8CDC0.


I love getcolorcode.com

Triadic colors

1 #3F1732 and #323F17 with #17323F are triadic colors.

2 #3F3217 and #32173F with #17323F are triadic colors.