COLOR #17190D

HEX: #17190D
RGB: (23,25,13)

Color info

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

RGB color model

#17190D color RGB value is (23,25,13).

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

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 13 of 255 = 5%

23
25
13

R + G + B ~ 8%. #17190D is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 13 = 61 (100%)
R 23 of 61 ~ 37.7%
G 25 of 61 ~ 40.98%
B 13 of 61 ~ 21.31%

%37.7
%40.98
%21.31

CMYK color model

#17190D color CMYK value is (8,0,48,90).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%
CMYK:
(8,0,48,90)
C8M0Y48K90 
(8%,0%,48%,90%)
(0.08/0.00/0.48/0.90)	

CMYK percentages

%8
%0
%48
%90.2

Codes

Color #17190D in popluar color models

17190D
RGB232513
HSL70°31.58%7.45%
HSB/HSV70°48.00%9.80%
CMYK8.00%0.00%48.00%
90.20%

Color #17190D in popluar number systems.

HEX17190D
Decimal232513
Binary10111110011101
Octal273115

Shades and tints

Shades of #17190D

#17190D
(23,25,13)
#15170C
(21,23,12)
#13150B
(19,21,11)
#11130A
(17,19,10)
#0F1109
(15,17,9)
#0D0F08
(13,15,8)
#0B0D07
(11,13,7)
#090B06
(9,11,6)
#070905
(7,9,5)
#050704
(5,7,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #17190D

#17190D
(23,25,13)
#2C2D23
(44,45,35)
#414139
(65,65,57)
#56554F
(86,85,79)
#6B6965
(107,105,101)
#807D7B
(128,125,123)
#959191
(149,145,145)
#AAA5A7
(170,165,167)
#BFB9BD
(191,185,189)
#D4CDD3
(212,205,211)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17190D; }

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

This text font color is #17190D.


Background Color

.myBgColor { background-color: #17190D; }

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

This div background color is #17190D.


Border color

.myBorderColor { border: 1px solid #17190D; }

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

This div border color is #17190D.


Opacity

.myOpacity80 { color: #17190D; opacity: 0.8; }

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

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

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

This text has shadow with #17190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17190D on black background.


Color preview on white background

This text has color #17190D on white background.



Black color preview on #17190D background

This text has black color on #17190D background.


White color preview on #17190D background

This text has white color on #17190D background.