COLOR #13171C

HEX: #13171C
RGB: (19,23,28)

Color info

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

RGB color model

#13171C color RGB value is (19,23,28).

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

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 28 of 255 = 11%

19
23
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 28 = 70 (100%)
R 19 of 70 ~ 27.14%
G 23 of 70 ~ 32.86%
B 28 of 70 ~ 40%

%27.14
%32.86
%40

CMYK color model

#13171C color CMYK value is (32,18,0,89).

  • cyan value is 32.14%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,18,0,89)
C32M18Y0K89 
(32%,18%,0%,89%)
(0.32/0.18/0.00/0.89)	

CMYK percentages

%32.14
%17.86
%0
%89.02

Codes

Color #13171C in popluar color models

13171C
RGB192328
HSL213°19.15%9.22%
HSB/HSV213°32.14%10.98%
CMYK32.14%17.86%0.00%
89.02%

Color #13171C in popluar number systems.

HEX13171C
Decimal192328
Binary100111011111100
Octal232734

Shades and tints

Shades of #13171C

#13171C
(19,23,28)
#12151A
(18,21,26)
#111318
(17,19,24)
#101116
(16,17,22)
#0F0F14
(15,15,20)
#0E0D12
(14,13,18)
#0D0B10
(13,11,16)
#0C090E
(12,9,14)
#0B070C
(11,7,12)
#0A050A
(10,5,10)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #13171C

#13171C
(19,23,28)
#282C30
(40,44,48)
#3D4144
(61,65,68)
#525658
(82,86,88)
#676B6C
(103,107,108)
#7C8080
(124,128,128)
#919594
(145,149,148)
#A6AAA8
(166,170,168)
#BBBFBC
(187,191,188)
#D0D4D0
(208,212,208)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13171C; }

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

This text font color is #13171C.


Background Color

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

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

This div background color is #13171C.


Border color

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

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

This div border color is #13171C.


Opacity

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

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

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

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

This text has shadow with #13171C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13171C on black background.


Color preview on white background

This text has color #13171C on white background.



Black color preview on #13171C background

This text has black color on #13171C background.


White color preview on #13171C background

This text has white color on #13171C background.