COLOR #173D31

HEX: #173D31 RGB: (23,61,49)

Color info

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

RGB color model

#173D31 color RGB value is (23,61,49).

RGB: (23,61,49) (9%, 24%, 19%)

RGB channels and saturation

R 23 of 255 = 9%
G 61 of 255 = 24%
B 49 of 255 = 19%

23
61
49

R + G + B ~ 17%. #173D31 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 61 + 49 = 133 (100%)
R 23 of 133 ~ 17.29%
G 61 of 133 ~ 45.86%
B 49 of 133 ~ 36.84'%

%17.29
%45.86
%36.84

CMYK color model

#173D31 color CMYK value is (62,0,20,76).

  • cyan value is 62.30%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 76.08%

CMYK: (62,0,20,76)
C62M0Y20K76 (62%, 0%, 20%, 76%)
(0.62 / 0.00 / 0.20 / 0.76)

CMYK percentages

%62.3
%0
%19.67
%76.08

Codes

Color #173D31 in popluar color models

17 3D 31
RGB 23 61 49
HSL 161° 45.24% 16.47%
HSB/HSV 161° 62.30% 23.92%
CMYK 62.30% 0.00% 19.67%
76.08%

Color #173D31 in popluar number systems.

HEX 17 3D 31
Decimal 23 61 49
Binary 10111 111101 110001
Octal 27 75 61

Shades and tints

Shades of #173D31

#173D31
(23,61,49)
#15382D
(21,56,45)
#133329
(19,51,41)
#112E25
(17,46,37)
#0F2921
(15,41,33)
#0D241D
(13,36,29)
#0B1F19
(11,31,25)
#091A15
(9,26,21)
#071511
(7,21,17)
#05100D
(5,16,13)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #173D31

#173D31
(23,61,49)
#2C4E43
(44,78,67)
#415F55
(65,95,85)
#567067
(86,112,103)
#6B8179
(107,129,121)
#80928B
(128,146,139)
#95A39D
(149,163,157)
#AAB4AF
(170,180,175)
#BFC5C1
(191,197,193)
#D4D6D3
(212,214,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173D31; }

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

This text font color is #173D31.

Background Color

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

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

This div background color is #173D31.

Border color

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

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

This div border color is #173D31.

Opacity

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

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

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

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

This text has shadow with #173D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173D31.

Preview

Color preview on black background

This text has color #173D31 on black background.


Color preview on white background

This text has color #173D31 on white background.


Black color preview on #173D31 background

This text has black color on #173D31 background.


White color preview on #173D31 background

This text has white color on #173D31 background.


Related colors

Complementary color

Complementary color for #hex is #E8C2CE.


I love getcolorcode.com

Triadic colors

1 #31173D and #3D3117 with #173D31 are triadic colors.

2 #313D17 and #3D1731 with #173D31 are triadic colors.