COLOR #17293E

HEX: #17293E
RGB: (23,41,62)

Color info

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

RGB color model

#17293E color RGB value is (23,41,62).

  • red value is 23;
  • green value is 41;
  • blue value is 62.
RGB:
(23,41,62)
(9%,16%,24%)

RGB channels and saturation

R 23 of 255 = 9%
G 41 of 255 = 16%
B 62 of 255 = 24%

23
41
62

R + G + B ~ 16%. #17293E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 41 + 62 = 126 (100%)
R 23 of 126 ~ 18.25%
G 41 of 126 ~ 32.54%
B 62 of 126 ~ 49.21%

%18.25
%32.54
%49.21

CMYK color model

#17293E color CMYK value is (63,34,0,76).

  • cyan value is 62.90%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(63,34,0,76)
C63M34Y0K76 
(63%,34%,0%,76%)
(0.63/0.34/0.00/0.76)	

CMYK percentages

%62.9
%33.87
%0
%75.69

Codes

Color #17293E in popluar color models

17293E
RGB234162
HSL212°45.88%16.67%
HSB/HSV212°62.90%24.31%
CMYK62.90%33.87%0.00%
75.69%

Color #17293E in popluar number systems.

HEX17293E
Decimal234162
Binary10111101001111110
Octal275176

Shades and tints

Shades of #17293E

#17293E
(23,41,62)
#152639
(21,38,57)
#132334
(19,35,52)
#11202F
(17,32,47)
#0F1D2A
(15,29,42)
#0D1A25
(13,26,37)
#0B1720
(11,23,32)
#09141B
(9,20,27)
#071116
(7,17,22)
#050E11
(5,14,17)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #17293E

#17293E
(23,41,62)
#2C3C4F
(44,60,79)
#414F60
(65,79,96)
#566271
(86,98,113)
#6B7582
(107,117,130)
#808893
(128,136,147)
#959BA4
(149,155,164)
#AAAEB5
(170,174,181)
#BFC1C6
(191,193,198)
#D4D4D7
(212,212,215)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17293E color. Also use rgb(23,41,62) instead hex code.

Text Font Color

.myTextColor { color: #17293E; }

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

This text font color is #17293E.


Background Color

.myBgColor { background-color: #17293E; }

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

This div background color is #17293E.


Border color

.myBorderColor { border: 1px solid #17293E; }

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

This div border color is #17293E.


Opacity

.myOpacity80 { color: #17293E; opacity: 0.8; }

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

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

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

This text has shadow with #17293E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17293E on black background.


Color preview on white background

This text has color #17293E on white background.



Black color preview on #17293E background

This text has black color on #17293E background.


White color preview on #17293E background

This text has white color on #17293E background.