COLOR #173A3A

HEX: #173A3A RGB: (23,58,58)

Color info

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

RGB color model

#173A3A color RGB value is (23,58,58).

RGB: (23,58,58) (9%, 23%, 23%)

RGB channels and saturation

R 23 of 255 = 9%
G 58 of 255 = 23%
B 58 of 255 = 23%

23
58
58

R + G + B ~ 18%. #173A3A is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 58 + 58 = 139 (100%)
R 23 of 139 ~ 16.55%
G 58 of 139 ~ 41.73%
B 58 of 139 ~ 41.73'%

%16.55
%41.73
%41.73

CMYK color model

#173A3A color CMYK value is (60,0,0,77).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (60,0,0,77)
C60M0Y0K77 (60%, 0%, 0%, 77%)
(0.60 / 0.00 / 0.00 / 0.77)

CMYK percentages

%60.34
%0
%0
%77.25

Codes

Color #173A3A in popluar color models

17 3A 3A
RGB 23 58 58
HSL 180° 43.21% 15.88%
HSB/HSV 180° 60.34% 22.75%
CMYK 60.34% 0.00% 0.00%
77.25%

Color #173A3A in popluar number systems.

HEX 17 3A 3A
Decimal 23 58 58
Binary 10111 111010 111010
Octal 27 72 72

Shades and tints

Shades of #173A3A

#173A3A
(23,58,58)
#153535
(21,53,53)
#133030
(19,48,48)
#112B2B
(17,43,43)
#0F2626
(15,38,38)
#0D2121
(13,33,33)
#0B1C1C
(11,28,28)
#091717
(9,23,23)
#071212
(7,18,18)
#050D0D
(5,13,13)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #173A3A

#173A3A
(23,58,58)
#2C4B4B
(44,75,75)
#415C5C
(65,92,92)
#566D6D
(86,109,109)
#6B7E7E
(107,126,126)
#808F8F
(128,143,143)
#95A0A0
(149,160,160)
#AAB1B1
(170,177,177)
#BFC2C2
(191,194,194)
#D4D3D3
(212,211,211)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173A3A; }

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

This text font color is #173A3A.

Background Color

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

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

This div background color is #173A3A.

Border color

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

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

This div border color is #173A3A.

Opacity

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

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

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

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

This text has shadow with #173A3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173A3A.

Preview

Color preview on black background

This text has color #173A3A on black background.


Color preview on white background

This text has color #173A3A on white background.


Black color preview on #173A3A background

This text has black color on #173A3A background.


White color preview on #173A3A background

This text has white color on #173A3A background.


Related colors

Complementary color

Complementary color for #hex is #E8C5C5.


I love getcolorcode.com