COLOR #173B40

HEX: #173B40 RGB: (23,59,64)

Color info

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

RGB color model

#173B40 color RGB value is (23,59,64).

RGB: (23,59,64) (9%, 23%, 25%)

RGB channels and saturation

R 23 of 255 = 9%
G 59 of 255 = 23%
B 64 of 255 = 25%

23
59
64

R + G + B ~ 19%. #173B40 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 59 + 64 = 146 (100%)
R 23 of 146 ~ 15.75%
G 59 of 146 ~ 40.41%
B 64 of 146 ~ 43.84'%

%15.75
%40.41
%43.84

CMYK color model

#173B40 color CMYK value is (64,8,0,75).

  • cyan value is 64.06%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (64,8,0,75)
C64M8Y0K75 (64%, 8%, 0%, 75%)
(0.64 / 0.08 / 0.00 / 0.75)

CMYK percentages

%64.06
%7.81
%0
%74.9

Codes

Color #173B40 in popluar color models

17 3B 40
RGB 23 59 64
HSL 187° 47.13% 17.06%
HSB/HSV 187° 64.06% 25.10%
CMYK 64.06% 7.81% 0.00%
74.90%

Color #173B40 in popluar number systems.

HEX 17 3B 40
Decimal 23 59 64
Binary 10111 111011 1000000
Octal 27 73 100

Shades and tints

Shades of #173B40

#173B40
(23,59,64)
#15363B
(21,54,59)
#133136
(19,49,54)
#112C31
(17,44,49)
#0F272C
(15,39,44)
#0D2227
(13,34,39)
#0B1D22
(11,29,34)
#09181D
(9,24,29)
#071318
(7,19,24)
#050E13
(5,14,19)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #173B40

#173B40
(23,59,64)
#2C4C51
(44,76,81)
#415D62
(65,93,98)
#566E73
(86,110,115)
#6B7F84
(107,127,132)
#809095
(128,144,149)
#95A1A6
(149,161,166)
#AAB2B7
(170,178,183)
#BFC3C8
(191,195,200)
#D4D4D9
(212,212,217)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173B40 color. Also use rgb(23,59,64) instead hex code.

Text Font Color

.myTextColor { color: #173B40; }

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

This text font color is #173B40.

Background Color

.myBgColor { background-color: #173B40; }

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

This div background color is #173B40.

Border color

.myBorderColor { border: 1px solid #173B40; }

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

This div border color is #173B40.

Opacity

.myOpacity80 { color: #173B40; opacity: 0.8; }

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

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

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

This text has shadow with #173B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173B40.

Preview

Color preview on black background

This text has color #173B40 on black background.


Color preview on white background

This text has color #173B40 on white background.


Black color preview on #173B40 background

This text has black color on #173B40 background.


White color preview on #173B40 background

This text has white color on #173B40 background.


Related colors

Complementary color

Complementary color for #hex is #E8C4BF.


I love getcolorcode.com

Triadic colors

1 #40173B and #3B4017 with #173B40 are triadic colors.

2 #403B17 and #3B1740 with #173B40 are triadic colors.