COLOR #173C40

HEX: #173C40
RGB: (23,60,64)

Color info

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

RGB color model

#173C40 color RGB value is (23,60,64).

  • red value is 23;
  • green value is 60;
  • blue value is 64.
RGB:
(23,60,64)
(9%,24%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 60 of 255 = 24%
B 64 of 255 = 25%

23
60
64

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

Portions of RGB colors in percentages

R + G + B =
23 + 60 + 64 = 147 (100%)
R 23 of 147 ~ 15.65%
G 60 of 147 ~ 40.82%
B 64 of 147 ~ 43.54%

%15.65
%40.82
%43.54

CMYK color model

#173C40 color CMYK value is (64,6,0,75).

  • cyan value is 64.06%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(64,6,0,75)
C64M6Y0K75 
(64%,6%,0%,75%)
(0.64/0.06/0.00/0.75)	

CMYK percentages

%64.06
%6.25
%0
%74.9

Codes

Color #173C40 in popluar color models

173C40
RGB236064
HSL186°47.13%17.06%
HSB/HSV186°64.06%25.10%
CMYK64.06%6.25%0.00%
74.90%

Color #173C40 in popluar number systems.

HEX173C40
Decimal236064
Binary101111111001000000
Octal2774100

Shades and tints

Shades of #173C40

#173C40
(23,60,64)
#15373B
(21,55,59)
#133236
(19,50,54)
#112D31
(17,45,49)
#0F282C
(15,40,44)
#0D2327
(13,35,39)
#0B1E22
(11,30,34)
#09191D
(9,25,29)
#071418
(7,20,24)
#050F13
(5,15,19)
#030A0E
(3,10,14)
#000000
(0,0,0)

Tints of #173C40

#173C40
(23,60,64)
#2C4D51
(44,77,81)
#415E62
(65,94,98)
#566F73
(86,111,115)
#6B8084
(107,128,132)
#809195
(128,145,149)
#95A2A6
(149,162,166)
#AAB3B7
(170,179,183)
#BFC4C8
(191,196,200)
#D4D5D9
(212,213,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173C40; }

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

This text font color is #173C40.


Background Color

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

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

This div background color is #173C40.


Border color

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

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

This div border color is #173C40.


Opacity

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

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

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

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

This text has shadow with #173C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173C40 on black background.


Color preview on white background

This text has color #173C40 on white background.



Black color preview on #173C40 background

This text has black color on #173C40 background.


White color preview on #173C40 background

This text has white color on #173C40 background.