COLOR #172525

HEX: #172525
RGB: (23,37,37)

Color info

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

RGB color model

#172525 color RGB value is (23,37,37).

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

RGB channels and saturation

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

23
37
37

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

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 37 = 97 (100%)
R 23 of 97 ~ 23.71%
G 37 of 97 ~ 38.14%
B 37 of 97 ~ 38.14%

%23.71
%38.14
%38.14

CMYK color model

#172525 color CMYK value is (38,0,0,85).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(38,0,0,85)
C38M0Y0K85 
(38%,0%,0%,85%)
(0.38/0.00/0.00/0.85)	

CMYK percentages

%37.84
%0
%0
%85.49

Codes

Color #172525 in popluar color models

172525
RGB233737
HSL180°23.33%11.76%
HSB/HSV180°37.84%14.51%
CMYK37.84%0.00%0.00%
85.49%

Color #172525 in popluar number systems.

HEX172525
Decimal233737
Binary10111100101100101
Octal274545

Shades and tints

Shades of #172525

#172525
(23,37,37)
#152222
(21,34,34)
#131F1F
(19,31,31)
#111C1C
(17,28,28)
#0F1919
(15,25,25)
#0D1616
(13,22,22)
#0B1313
(11,19,19)
#091010
(9,16,16)
#070D0D
(7,13,13)
#050A0A
(5,10,10)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #172525

#172525
(23,37,37)
#2C3838
(44,56,56)
#414B4B
(65,75,75)
#565E5E
(86,94,94)
#6B7171
(107,113,113)
#808484
(128,132,132)
#959797
(149,151,151)
#AAAAAA
(170,170,170)
#BFBDBD
(191,189,189)
#D4D0D0
(212,208,208)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172525; }

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

This text font color is #172525.


Background Color

.myBgColor { background-color: #172525; }

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

This div background color is #172525.


Border color

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

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

This div border color is #172525.


Opacity

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

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

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

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

This text has shadow with #172525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172525 on black background.


Color preview on white background

This text has color #172525 on white background.



Black color preview on #172525 background

This text has black color on #172525 background.


White color preview on #172525 background

This text has white color on #172525 background.