COLOR #17141E

HEX: #17141E
RGB: (23,20,30)

Color info

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

RGB color model

#17141E color RGB value is (23,20,30).

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

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 30 of 255 = 12%

23
20
30

R + G + B ~ 10%. #17141E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 20 + 30 = 73 (100%)
R 23 of 73 ~ 31.51%
G 20 of 73 ~ 27.4%
B 30 of 73 ~ 41.1%

%31.51
%27.4
%41.1

CMYK color model

#17141E color CMYK value is (23,33,0,88).

  • cyan value is 23.33%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(23,33,0,88)
C23M33Y0K88 
(23%,33%,0%,88%)
(0.23/0.33/0.00/0.88)	

CMYK percentages

%23.33
%33.33
%0
%88.24

Codes

Color #17141E in popluar color models

17141E
RGB232030
HSL258°20.00%9.80%
HSB/HSV258°33.33%11.76%
CMYK23.33%33.33%0.00%
88.24%

Color #17141E in popluar number systems.

HEX17141E
Decimal232030
Binary101111010011110
Octal272436

Shades and tints

Shades of #17141E

#17141E
(23,20,30)
#15131C
(21,19,28)
#13121A
(19,18,26)
#111118
(17,17,24)
#0F1016
(15,16,22)
#0D0F14
(13,15,20)
#0B0E12
(11,14,18)
#090D10
(9,13,16)
#070C0E
(7,12,14)
#050B0C
(5,11,12)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #17141E

#17141E
(23,20,30)
#2C2932
(44,41,50)
#413E46
(65,62,70)
#56535A
(86,83,90)
#6B686E
(107,104,110)
#807D82
(128,125,130)
#959296
(149,146,150)
#AAA7AA
(170,167,170)
#BFBCBE
(191,188,190)
#D4D1D2
(212,209,210)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17141E; }

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

This text font color is #17141E.


Background Color

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

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

This div background color is #17141E.


Border color

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

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

This div border color is #17141E.


Opacity

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

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

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

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

This text has shadow with #17141E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17141E on black background.


Color preview on white background

This text has color #17141E on white background.



Black color preview on #17141E background

This text has black color on #17141E background.


White color preview on #17141E background

This text has white color on #17141E background.