COLOR #173215

HEX: #173215 RGB: (23,50,21)

Color info

#173215 contains red, green and blue colors in about the same proportion. Web safe color of #173215 is #003300 (or #030).

RGB color model

#173215 color RGB value is (23,50,21).

RGB: (23,50,21) (9%, 20%, 8%)

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 21 of 255 = 8%

23
50
21

R + G + B ~ 12%. #173215 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 50 + 21 = 94 (100%)
R 23 of 94 ~ 24.47%
G 50 of 94 ~ 53.19%
B 21 of 94 ~ 22.34'%

%24.47
%53.19
%22.34

CMYK color model

#173215 color CMYK value is (54,0,58,80).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 80.39%
CMYK: (54,0,58,80) C54M0Y58K80 (54%,0%,58%,80%) (0.54/0.00/0.58/0.80) 

CMYK percentages

%54
%0
%58
%80.39

Codes

Color #173215 in popluar color models

17 32 15
RGB 23 50 21
HSL 116° 40.85% 13.92%
HSB/HSV 116° 58.00% 19.61%
CMYK 54.00% 0.00% 58.00%
80.39%

Color #173215 in popluar number systems.

HEX 17 32 15
Decimal 23 50 21
Binary 10111 110010 10101
Octal 27 62 25

Shades and tints

Shades of #173215

#173215
(23,50,21)
#152E14
(21,46,20)
#132A13
(19,42,19)
#112612
(17,38,18)
#0F2211
(15,34,17)
#0D1E10
(13,30,16)
#0B1A0F
(11,26,15)
#09160E
(9,22,14)
#07120D
(7,18,13)
#050E0C
(5,14,12)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #173215

#173215
(23,50,21)
#2C442A
(44,68,42)
#41563F
(65,86,63)
#566854
(86,104,84)
#6B7A69
(107,122,105)
#808C7E
(128,140,126)
#959E93
(149,158,147)
#AAB0A8
(170,176,168)
#BFC2BD
(191,194,189)
#D4D4D2
(212,212,210)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173215 color. Also use rgb(23,50,21) instead hex code.

Text Font Color

.myTextColor { color: #173215; }

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

This text font color is #173215.

Background Color

.myBgColor { background-color: #173215; }

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

This div background color is #173215.

Border color

.myBorderColor { border: 1px solid #173215; }

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

This div border color is #173215.

Opacity

.myOpacity80 { color: #173215; opacity: 0.8; }

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

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

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

This text has shadow with #173215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #173215.

Preview

Color preview on black background

This text has color #173215 on black background.


Color preview on white background

This text has color #173215 on white background.


Black color preview on #173215 background

This text has black color on #173215 background.


White color preview on #173215 background

This text has white color on #173215 background.


Related colors

Complementary color

Complementary color for #hex is #E8CDEA.


I love getcolorcode.com

Triadic colors

1 #151732 and #321517 with #173215 are triadic colors.

2 #153217 and #321715 with #173215 are triadic colors.