COLOR #17141C

HEX: #17141C
RGB: (23,20,28)

Color info

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

RGB color model

#17141C color RGB value is (23,20,28).

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

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 28 of 255 = 11%

23
20
28

R + G + B ~ 9%. #17141C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 20 + 28 = 71 (100%)
R 23 of 71 ~ 32.39%
G 20 of 71 ~ 28.17%
B 28 of 71 ~ 39.44%

%32.39
%28.17
%39.44

CMYK color model

#17141C color CMYK value is (18,29,0,89).

  • cyan value is 17.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(18,29,0,89)
C18M29Y0K89 
(18%,29%,0%,89%)
(0.18/0.29/0.00/0.89)	

CMYK percentages

%17.86
%28.57
%0
%89.02

Codes

Color #17141C in popluar color models

17141C
RGB232028
HSL263°16.67%9.41%
HSB/HSV263°28.57%10.98%
CMYK17.86%28.57%0.00%
89.02%

Color #17141C in popluar number systems.

HEX17141C
Decimal232028
Binary101111010011100
Octal272434

Shades and tints

Shades of #17141C

#17141C
(23,20,28)
#15131A
(21,19,26)
#131218
(19,18,24)
#111116
(17,17,22)
#0F1014
(15,16,20)
#0D0F12
(13,15,18)
#0B0E10
(11,14,16)
#090D0E
(9,13,14)
#070C0C
(7,12,12)
#050B0A
(5,11,10)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #17141C

#17141C
(23,20,28)
#2C2930
(44,41,48)
#413E44
(65,62,68)
#565358
(86,83,88)
#6B686C
(107,104,108)
#807D80
(128,125,128)
#959294
(149,146,148)
#AAA7A8
(170,167,168)
#BFBCBC
(191,188,188)
#D4D1D0
(212,209,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17141C color. Also use rgb(23,20,28) instead hex code.

Text Font Color

.myTextColor { color: #17141C; }

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

This text font color is #17141C.


Background Color

.myBgColor { background-color: #17141C; }

<div style="background-color:#17141C">Inner text</div>

This div background color is #17141C.


Border color

.myBorderColor { border: 1px solid #17141C; }

<div style="border:3px solid #17141C">Div</div>

This div border color is #17141C.


Opacity

.myOpacity80 { color: #17141C; opacity: 0.8; }

<p style="color:#17141C;opacity:0.8;">80%</p>

Text with #17141C 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 #17141C;}

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

This text has shadow with #17141C color.

.textShadow {text-shadow: 3px 3px 1px #17141C, 3px 3px 1px red;}

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

This text has shadow with #17141C primary color and red secondary color.


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

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

This text has shadow with #17141C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17141C on black background.


Color preview on white background

This text has color #17141C on white background.



Black color preview on #17141C background

This text has black color on #17141C background.


White color preview on #17141C background

This text has white color on #17141C background.