COLOR #172625

HEX: #172625
RGB: (23,38,37)

Color info

#172625 contains red, green and blue colors in about the same proportion. Web safe color of #172625 is #003333 (or #033).

RGB color model

#172625 color RGB value is (23,38,37).

  • red value is 23;
  • green value is 38;
  • blue value is 37.
RGB:
(23,38,37)
(9%,15%,15%)

RGB channels and saturation

R 23 of 255 = 9%
G 38 of 255 = 15%
B 37 of 255 = 15%

23
38
37

R + G + B ~ 13%. #172625 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 38 + 37 = 98 (100%)
R 23 of 98 ~ 23.47%
G 38 of 98 ~ 38.78%
B 37 of 98 ~ 37.76%

%23.47
%38.78
%37.76

CMYK color model

#172625 color CMYK value is (39,0,3,85).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 85.10%
CMYK:
(39,0,3,85)
C39M0Y3K85 
(39%,0%,3%,85%)
(0.39/0.00/0.03/0.85)	

CMYK percentages

%39.47
%0
%2.63
%85.1

Codes

Color #172625 in popluar color models

172625
RGB233837
HSL176°24.59%11.96%
HSB/HSV176°39.47%14.90%
CMYK39.47%0.00%2.63%
85.10%

Color #172625 in popluar number systems.

HEX172625
Decimal233837
Binary10111100110100101
Octal274645

Shades and tints

Shades of #172625

#172625
(23,38,37)
#152322
(21,35,34)
#13201F
(19,32,31)
#111D1C
(17,29,28)
#0F1A19
(15,26,25)
#0D1716
(13,23,22)
#0B1413
(11,20,19)
#091110
(9,17,16)
#070E0D
(7,14,13)
#050B0A
(5,11,10)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #172625

#172625
(23,38,37)
#2C3938
(44,57,56)
#414C4B
(65,76,75)
#565F5E
(86,95,94)
#6B7271
(107,114,113)
#808584
(128,133,132)
#959897
(149,152,151)
#AAABAA
(170,171,170)
#BFBEBD
(191,190,189)
#D4D1D0
(212,209,208)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172625 color. Also use rgb(23,38,37) instead hex code.

Text Font Color

.myTextColor { color: #172625; }

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

This text font color is #172625.


Background Color

.myBgColor { background-color: #172625; }

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

This div background color is #172625.


Border color

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

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

This div border color is #172625.


Opacity

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

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

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

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

This text has shadow with #172625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172625 on black background.


Color preview on white background

This text has color #172625 on white background.



Black color preview on #172625 background

This text has black color on #172625 background.


White color preview on #172625 background

This text has white color on #172625 background.