COLOR #171913

HEX: #171913
RGB: (23,25,19)

Color info

#171913 contains red, green and blue colors in about the same proportion. Web safe color of #171913 is #000000 (or #000).

RGB color model

#171913 color RGB value is (23,25,19).

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

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 19 of 255 = 7%

23
25
19

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

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 19 = 67 (100%)
R 23 of 67 ~ 34.33%
G 25 of 67 ~ 37.31%
B 19 of 67 ~ 28.36%

%34.33
%37.31
%28.36

CMYK color model

#171913 color CMYK value is (8,0,24,90).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(8,0,24,90)
C8M0Y24K90 
(8%,0%,24%,90%)
(0.08/0.00/0.24/0.90)	

CMYK percentages

%8
%0
%24
%90.2

Codes

Color #171913 in popluar color models

171913
RGB232519
HSL80°13.64%8.63%
HSB/HSV80°24.00%9.80%
CMYK8.00%0.00%24.00%
90.20%

Color #171913 in popluar number systems.

HEX171913
Decimal232519
Binary101111100110011
Octal273123

Shades and tints

Shades of #171913

#171913
(23,25,19)
#151712
(21,23,18)
#131511
(19,21,17)
#111310
(17,19,16)
#0F110F
(15,17,15)
#0D0F0E
(13,15,14)
#0B0D0D
(11,13,13)
#090B0C
(9,11,12)
#07090B
(7,9,11)
#05070A
(5,7,10)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #171913

#171913
(23,25,19)
#2C2D28
(44,45,40)
#41413D
(65,65,61)
#565552
(86,85,82)
#6B6967
(107,105,103)
#807D7C
(128,125,124)
#959191
(149,145,145)
#AAA5A6
(170,165,166)
#BFB9BB
(191,185,187)
#D4CDD0
(212,205,208)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171913; }

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

This text font color is #171913.


Background Color

.myBgColor { background-color: #171913; }

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

This div background color is #171913.


Border color

.myBorderColor { border: 1px solid #171913; }

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

This div border color is #171913.


Opacity

.myOpacity80 { color: #171913; opacity: 0.8; }

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

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

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

This text has shadow with #171913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171913 on black background.


Color preview on white background

This text has color #171913 on white background.



Black color preview on #171913 background

This text has black color on #171913 background.


White color preview on #171913 background

This text has white color on #171913 background.