COLOR #172935

HEX: #172935
RGB: (23,41,53)

Color info

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

RGB color model

#172935 color RGB value is (23,41,53).

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

RGB channels and saturation

R 23 of 255 = 9%
G 41 of 255 = 16%
B 53 of 255 = 21%

23
41
53

R + G + B ~ 15%. #172935 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 41 + 53 = 117 (100%)
R 23 of 117 ~ 19.66%
G 41 of 117 ~ 35.04%
B 53 of 117 ~ 45.3%

%19.66
%35.04
%45.3

CMYK color model

#172935 color CMYK value is (57,23,0,79).

  • cyan value is 56.60%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(57,23,0,79)
C57M23Y0K79 
(57%,23%,0%,79%)
(0.57/0.23/0.00/0.79)	

CMYK percentages

%56.6
%22.64
%0
%79.22

Codes

Color #172935 in popluar color models

172935
RGB234153
HSL204°39.47%14.90%
HSB/HSV204°56.60%20.78%
CMYK56.60%22.64%0.00%
79.22%

Color #172935 in popluar number systems.

HEX172935
Decimal234153
Binary10111101001110101
Octal275165

Shades and tints

Shades of #172935

#172935
(23,41,53)
#152631
(21,38,49)
#13232D
(19,35,45)
#112029
(17,32,41)
#0F1D25
(15,29,37)
#0D1A21
(13,26,33)
#0B171D
(11,23,29)
#091419
(9,20,25)
#071115
(7,17,21)
#050E11
(5,14,17)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #172935

#172935
(23,41,53)
#2C3C47
(44,60,71)
#414F59
(65,79,89)
#56626B
(86,98,107)
#6B757D
(107,117,125)
#80888F
(128,136,143)
#959BA1
(149,155,161)
#AAAEB3
(170,174,179)
#BFC1C5
(191,193,197)
#D4D4D7
(212,212,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172935; }

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

This text font color is #172935.


Background Color

.myBgColor { background-color: #172935; }

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

This div background color is #172935.


Border color

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

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

This div border color is #172935.


Opacity

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

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

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

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

This text has shadow with #172935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172935 on black background.


Color preview on white background

This text has color #172935 on white background.



Black color preview on #172935 background

This text has black color on #172935 background.


White color preview on #172935 background

This text has white color on #172935 background.