COLOR #172019

HEX: #172019
RGB: (23,32,25)

Color info

#172019 contains red, green and blue colors in about the same proportion. Web safe color of #172019 is #003300 (or #030).

RGB color model

#172019 color RGB value is (23,32,25).

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

RGB channels and saturation

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

23
32
25

R + G + B ~ 11%. #172019 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 32 + 25 = 80 (100%)
R 23 of 80 ~ 28.75%
G 32 of 80 ~ 40%
B 25 of 80 ~ 31.25%

%28.75
%40
%31.25

CMYK color model

#172019 color CMYK value is (28,0,22,87).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 87.45%
CMYK:
(28,0,22,87)
C28M0Y22K87 
(28%,0%,22%,87%)
(0.28/0.00/0.22/0.87)	

CMYK percentages

%28.13
%0
%21.88
%87.45

Codes

Color #172019 in popluar color models

172019
RGB233225
HSL133°16.36%10.78%
HSB/HSV133°28.13%12.55%
CMYK28.13%0.00%21.88%
87.45%

Color #172019 in popluar number systems.

HEX172019
Decimal233225
Binary1011110000011001
Octal274031

Shades and tints

Shades of #172019

#172019
(23,32,25)
#151E17
(21,30,23)
#131C15
(19,28,21)
#111A13
(17,26,19)
#0F1811
(15,24,17)
#0D160F
(13,22,15)
#0B140D
(11,20,13)
#09120B
(9,18,11)
#071009
(7,16,9)
#050E07
(5,14,7)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #172019

#172019
(23,32,25)
#2C342D
(44,52,45)
#414841
(65,72,65)
#565C55
(86,92,85)
#6B7069
(107,112,105)
#80847D
(128,132,125)
#959891
(149,152,145)
#AAACA5
(170,172,165)
#BFC0B9
(191,192,185)
#D4D4CD
(212,212,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172019; }

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

This text font color is #172019.


Background Color

.myBgColor { background-color: #172019; }

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

This div background color is #172019.


Border color

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

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

This div border color is #172019.


Opacity

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

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

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

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

This text has shadow with #172019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172019 on black background.


Color preview on white background

This text has color #172019 on white background.



Black color preview on #172019 background

This text has black color on #172019 background.


White color preview on #172019 background

This text has white color on #172019 background.