COLOR #172135

HEX: #172135 RGB: (23,33,53)

Color info

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

RGB color model

#172135 color RGB value is (23,33,53).

RGB: (23,33,53) (9%, 13%, 21%)

RGB channels and saturation

R 23 of 255 = 9%
G 33 of 255 = 13%
B 53 of 255 = 21%

23
33
53

R + G + B ~ 14%. #172135 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 33 + 53 = 109 (100%)
R 23 of 109 ~ 21.1%
G 33 of 109 ~ 30.28%
B 53 of 109 ~ 48.62'%

%21.1
%30.28
%48.62

CMYK color model

#172135 color CMYK value is (57,38,0,79).

  • cyan value is 56.60%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (57,38,0,79) C57M38Y0K79 (57%,38%,0%,79%) (0.57/0.38/0.00/0.79) 

CMYK percentages

%56.6
%37.74
%0
%79.22

Codes

Color #172135 in popluar color models

17 21 35
RGB 23 33 53
HSL 220° 39.47% 14.90%
HSB/HSV 220° 56.60% 20.78%
CMYK 56.60% 37.74% 0.00%
79.22%

Color #172135 in popluar number systems.

HEX 17 21 35
Decimal 23 33 53
Binary 10111 100001 110101
Octal 27 41 65

Shades and tints

Shades of #172135

#172135
(23,33,53)
#151E31
(21,30,49)
#131B2D
(19,27,45)
#111829
(17,24,41)
#0F1525
(15,21,37)
#0D1221
(13,18,33)
#0B0F1D
(11,15,29)
#090C19
(9,12,25)
#070915
(7,9,21)
#050611
(5,6,17)
#03030D
(3,3,13)
#000000
(0,0,0)

Tints of #172135

#172135
(23,33,53)
#2C3547
(44,53,71)
#414959
(65,73,89)
#565D6B
(86,93,107)
#6B717D
(107,113,125)
#80858F
(128,133,143)
#9599A1
(149,153,161)
#AAADB3
(170,173,179)
#BFC1C5
(191,193,197)
#D4D5D7
(212,213,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172135; }

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

This text font color is #172135.

Background Color

.myBgColor { background-color: #172135; }

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

This div background color is #172135.

Border color

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

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

This div border color is #172135.

Opacity

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

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

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

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

This text has shadow with #172135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172135.

Preview

Color preview on black background

This text has color #172135 on black background.


Color preview on white background

This text has color #172135 on white background.


Black color preview on #172135 background

This text has black color on #172135 background.


White color preview on #172135 background

This text has white color on #172135 background.


Related colors

Complementary color

Complementary color for #hex is #E8DECA.


I love getcolorcode.com

Triadic colors

1 #351721 and #213517 with #172135 are triadic colors.

2 #352117 and #211735 with #172135 are triadic colors.