COLOR #173F46

HEX: #173F46
RGB: (23,63,70)

Color info

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

RGB color model

#173F46 color RGB value is (23,63,70).

  • red value is 23;
  • green value is 63;
  • blue value is 70.
RGB:
(23,63,70)
(9%,25%,27%)

RGB channels and saturation

R 23 of 255 = 9%
G 63 of 255 = 25%
B 70 of 255 = 27%

23
63
70

R + G + B ~ 20%. #173F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 63 + 70 = 156 (100%)
R 23 of 156 ~ 14.74%
G 63 of 156 ~ 40.38%
B 70 of 156 ~ 44.87%

%14.74
%40.38
%44.87

CMYK color model

#173F46 color CMYK value is (67,10,0,73).

  • cyan value is 67.14%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(67,10,0,73)
C67M10Y0K73 
(67%,10%,0%,73%)
(0.67/0.10/0.00/0.73)	

CMYK percentages

%67.14
%10
%0
%72.55

Codes

Color #173F46 in popluar color models

173F46
RGB236370
HSL189°50.54%18.24%
HSB/HSV189°67.14%27.45%
CMYK67.14%10.00%0.00%
72.55%

Color #173F46 in popluar number systems.

HEX173F46
Decimal236370
Binary101111111111000110
Octal2777106

Shades and tints

Shades of #173F46

#173F46
(23,63,70)
#153A40
(21,58,64)
#13353A
(19,53,58)
#113034
(17,48,52)
#0F2B2E
(15,43,46)
#0D2628
(13,38,40)
#0B2122
(11,33,34)
#091C1C
(9,28,28)
#071716
(7,23,22)
#051210
(5,18,16)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #173F46

#173F46
(23,63,70)
#2C5056
(44,80,86)
#416166
(65,97,102)
#567276
(86,114,118)
#6B8386
(107,131,134)
#809496
(128,148,150)
#95A5A6
(149,165,166)
#AAB6B6
(170,182,182)
#BFC7C6
(191,199,198)
#D4D8D6
(212,216,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173F46 color. Also use rgb(23,63,70) instead hex code.

Text Font Color

.myTextColor { color: #173F46; }

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

This text font color is #173F46.


Background Color

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

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

This div background color is #173F46.


Border color

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

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

This div border color is #173F46.


Opacity

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

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

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

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

This text has shadow with #173F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173F46 on black background.


Color preview on white background

This text has color #173F46 on white background.



Black color preview on #173F46 background

This text has black color on #173F46 background.


White color preview on #173F46 background

This text has white color on #173F46 background.