COLOR #17190C

HEX: #17190C
RGB: (23,25,12)

Color info

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

RGB color model

#17190C color RGB value is (23,25,12).

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

RGB channels and saturation

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

23
25
12

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

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 12 = 60 (100%)
R 23 of 60 ~ 38.33%
G 25 of 60 ~ 41.67%
B 12 of 60 ~ 20%

%38.33
%41.67
%20

CMYK color model

#17190C color CMYK value is (8,0,52,90).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%
CMYK:
(8,0,52,90)
C8M0Y52K90 
(8%,0%,52%,90%)
(0.08/0.00/0.52/0.90)	

CMYK percentages

%8
%0
%52
%90.2

Codes

Color #17190C in popluar color models

17190C
RGB232512
HSL69°35.14%7.25%
HSB/HSV69°52.00%9.80%
CMYK8.00%0.00%52.00%
90.20%

Color #17190C in popluar number systems.

HEX17190C
Decimal232512
Binary10111110011100
Octal273114

Shades and tints

Shades of #17190C

#17190C
(23,25,12)
#15170B
(21,23,11)
#13150A
(19,21,10)
#111309
(17,19,9)
#0F1108
(15,17,8)
#0D0F07
(13,15,7)
#0B0D06
(11,13,6)
#090B05
(9,11,5)
#070904
(7,9,4)
#050703
(5,7,3)
#030502
(3,5,2)
#000000
(0,0,0)

Tints of #17190C

#17190C
(23,25,12)
#2C2D22
(44,45,34)
#414138
(65,65,56)
#56554E
(86,85,78)
#6B6964
(107,105,100)
#807D7A
(128,125,122)
#959190
(149,145,144)
#AAA5A6
(170,165,166)
#BFB9BC
(191,185,188)
#D4CDD2
(212,205,210)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17190C; }

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

This text font color is #17190C.


Background Color

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

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

This div background color is #17190C.


Border color

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

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

This div border color is #17190C.


Opacity

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

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

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

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

This text has shadow with #17190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17190C on black background.


Color preview on white background

This text has color #17190C on white background.



Black color preview on #17190C background

This text has black color on #17190C background.


White color preview on #17190C background

This text has white color on #17190C background.