COLOR #17142B

HEX: #17142B
RGB: (23,20,43)

Color info

#17142B contains red, green and blue colors in about the same proportion. Web safe color of #17142B is #000033 (or #003).

RGB color model

#17142B color RGB value is (23,20,43).

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

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 43 of 255 = 17%

23
20
43

R + G + B ~ 11%. #17142B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 20 + 43 = 86 (100%)
R 23 of 86 ~ 26.74%
G 20 of 86 ~ 23.26%
B 43 of 86 ~ 50%

%26.74
%23.26
%50

CMYK color model

#17142B color CMYK value is (47,53,0,83).

  • cyan value is 46.51%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(47,53,0,83)
C47M53Y0K83 
(47%,53%,0%,83%)
(0.47/0.53/0.00/0.83)	

CMYK percentages

%46.51
%53.49
%0
%83.14

Codes

Color #17142B in popluar color models

17142B
RGB232043
HSL248°36.51%12.35%
HSB/HSV248°53.49%16.86%
CMYK46.51%53.49%0.00%
83.14%

Color #17142B in popluar number systems.

HEX17142B
Decimal232043
Binary1011110100101011
Octal272453

Shades and tints

Shades of #17142B

#17142B
(23,20,43)
#151328
(21,19,40)
#131225
(19,18,37)
#111122
(17,17,34)
#0F101F
(15,16,31)
#0D0F1C
(13,15,28)
#0B0E19
(11,14,25)
#090D16
(9,13,22)
#070C13
(7,12,19)
#050B10
(5,11,16)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #17142B

#17142B
(23,20,43)
#2C293E
(44,41,62)
#413E51
(65,62,81)
#565364
(86,83,100)
#6B6877
(107,104,119)
#807D8A
(128,125,138)
#95929D
(149,146,157)
#AAA7B0
(170,167,176)
#BFBCC3
(191,188,195)
#D4D1D6
(212,209,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17142B color. Also use rgb(23,20,43) instead hex code.

Text Font Color

.myTextColor { color: #17142B; }

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

This text font color is #17142B.


Background Color

.myBgColor { background-color: #17142B; }

<div style="background-color:#17142B">Inner text</div>

This div background color is #17142B.


Border color

.myBorderColor { border: 1px solid #17142B; }

<div style="border:3px solid #17142B">Div</div>

This div border color is #17142B.


Opacity

.myOpacity80 { color: #17142B; opacity: 0.8; }

<p style="color:#17142B;opacity:0.8;">80%</p>

Text with #17142B 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 #17142B;}

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

This text has shadow with #17142B color.

.textShadow {text-shadow: 3px 3px 1px #17142B, 3px 3px 1px red;}

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

This text has shadow with #17142B primary color and red secondary color.


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

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

This text has shadow with #17142B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17142B on black background.


Color preview on white background

This text has color #17142B on white background.



Black color preview on #17142B background

This text has black color on #17142B background.


White color preview on #17142B background

This text has white color on #17142B background.