COLOR #171E46

HEX: #171E46
RGB: (23,30,70)

Color info

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

RGB color model

#171E46 color RGB value is (23,30,70).

  • red value is 23;
  • green value is 30;
  • blue value is 70.
RGB: (23,30,70) (9%,12%,27%)

RGB channels and saturation

R 23 of 255 = 9%
G 30 of 255 = 12%
B 70 of 255 = 27%

23
30
70

R + G + B ~ 16%. #171E46 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 30 + 70 = 123 (100%)
R 23 of 123 ~ 18.7%
G 30 of 123 ~ 24.39%
B 70 of 123 ~ 56.91%

%18.7
%24.39
%56.91

CMYK color model

#171E46 color CMYK value is (67,57,0,73).

  • cyan value is 67.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (67,57,0,73) C67M57Y0K73 (67%,57%,0%,73%) (0.67/0.57/0.00/0.73)

CMYK percentages

%67.14
%57.14
%0
%72.55

Codes

Color #171E46 in popluar color models

171E46
RGB233070
HSL231°50.54%18.24%
HSB/HSV231°67.14%27.45%
CMYK67.14%57.14%0.00%
72.55%

Color #171E46 in popluar number systems.

HEX171E46
Decimal233070
Binary10111111101000110
Octal2736106

Shades and tints

Shades of #171E46

#171E46
(23,30,70)
#151C40
(21,28,64)
#131A3A
(19,26,58)
#111834
(17,24,52)
#0F162E
(15,22,46)
#0D1428
(13,20,40)
#0B1222
(11,18,34)
#09101C
(9,16,28)
#070E16
(7,14,22)
#050C10
(5,12,16)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #171E46

#171E46
(23,30,70)
#2C3256
(44,50,86)
#414666
(65,70,102)
#565A76
(86,90,118)
#6B6E86
(107,110,134)
#808296
(128,130,150)
#9596A6
(149,150,166)
#AAAAB6
(170,170,182)
#BFBEC6
(191,190,198)
#D4D2D6
(212,210,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171E46 color. Also use rgb(23,30,70) instead hex code.

Text Font Color

.myTextColor { color: #171E46; }

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

This text font color is #171E46.


Background Color

.myBgColor { background-color: #171E46; }

<div style="background-color:#171E46">Inner text</div>

This div background color is #171E46.


Border color

.myBorderColor { border: 1px solid #171E46; }

<div style="border:3px solid #171E46">Div</div>

This div border color is #171E46.


Opacity

.myOpacity80 { color: #171E46; opacity: 0.8; }

<p style="color:#171E46;opacity:0.8;">80%</p>

Text with #171E46 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 #171E46;}

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

This text has shadow with #171E46 color.

.textShadow {text-shadow: 3px 3px 1px #171E46, 3px 3px 1px red;}

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

This text has shadow with #171E46 primary color and red secondary color.


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

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

This text has shadow with #171E46 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #171E46; -webkit-box-shadow:	1px 1px 3px 2px #171E46; box-shadow:	1px 1px 3px 2px #171E46; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #171E46; -webkit-box-shadow: 1px 1px 3px 2px #171E46; box-shadow:1px 1px 3px 2px #171E46;">
Div content here</div>
This div box has shadow with color #171E46.

Preview

Color preview on black background

This text has color #171E46 on black background.


Color preview on white background

This text has color #171E46 on white background.



Black color preview on #171E46 background

This text has black color on #171E46 background.


White color preview on #171E46 background

This text has white color on #171E46 background.