COLOR #172529

HEX: #172529
RGB: (23,37,41)

Color info

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

RGB color model

#172529 color RGB value is (23,37,41).

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

RGB channels and saturation

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

23
37
41

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

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 41 = 101 (100%)
R 23 of 101 ~ 22.77%
G 37 of 101 ~ 36.63%
B 41 of 101 ~ 40.59%

%22.77
%36.63
%40.59

CMYK color model

#172529 color CMYK value is (44,10,0,84).

  • cyan value is 43.90%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(44,10,0,84)
C44M10Y0K84 
(44%,10%,0%,84%)
(0.44/0.10/0.00/0.84)	

CMYK percentages

%43.9
%9.76
%0
%83.92

Codes

Color #172529 in popluar color models

172529
RGB233741
HSL193°28.13%12.55%
HSB/HSV193°43.90%16.08%
CMYK43.90%9.76%0.00%
83.92%

Color #172529 in popluar number systems.

HEX172529
Decimal233741
Binary10111100101101001
Octal274551

Shades and tints

Shades of #172529

#172529
(23,37,41)
#152226
(21,34,38)
#131F23
(19,31,35)
#111C20
(17,28,32)
#0F191D
(15,25,29)
#0D161A
(13,22,26)
#0B1317
(11,19,23)
#091014
(9,16,20)
#070D11
(7,13,17)
#050A0E
(5,10,14)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #172529

#172529
(23,37,41)
#2C383C
(44,56,60)
#414B4F
(65,75,79)
#565E62
(86,94,98)
#6B7175
(107,113,117)
#808488
(128,132,136)
#95979B
(149,151,155)
#AAAAAE
(170,170,174)
#BFBDC1
(191,189,193)
#D4D0D4
(212,208,212)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172529; }

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

This text font color is #172529.


Background Color

.myBgColor { background-color: #172529; }

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

This div background color is #172529.


Border color

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

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

This div border color is #172529.


Opacity

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

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

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

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

This text has shadow with #172529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172529 on black background.


Color preview on white background

This text has color #172529 on white background.



Black color preview on #172529 background

This text has black color on #172529 background.


White color preview on #172529 background

This text has white color on #172529 background.