COLOR #173315

HEX: #173315
RGB: (23,51,21)

Color info

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

RGB color model

#173315 color RGB value is (23,51,21).

  • red value is 23;
  • green value is 51;
  • blue value is 21.
RGB:
(23,51,21)
(9%,20%,8%)

RGB channels and saturation

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

23
51
21

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

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 21 = 95 (100%)
R 23 of 95 ~ 24.21%
G 51 of 95 ~ 53.68%
B 21 of 95 ~ 22.11%

%24.21
%53.68
%22.11

CMYK color model

#173315 color CMYK value is (55,0,59,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(55,0,59,80)
C55M0Y59K80 
(55%,0%,59%,80%)
(0.55/0.00/0.59/0.80)	

CMYK percentages

%54.9
%0
%58.82
%80

Codes

Color #173315 in popluar color models

173315
RGB235121
HSL116°41.67%14.12%
HSB/HSV116°58.82%20.00%
CMYK54.90%0.00%58.82%
80.00%

Color #173315 in popluar number systems.

HEX173315
Decimal235121
Binary1011111001110101
Octal276325

Shades and tints

Shades of #173315

#173315
(23,51,21)
#152F14
(21,47,20)
#132B13
(19,43,19)
#112712
(17,39,18)
#0F2311
(15,35,17)
#0D1F10
(13,31,16)
#0B1B0F
(11,27,15)
#09170E
(9,23,14)
#07130D
(7,19,13)
#050F0C
(5,15,12)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #173315

#173315
(23,51,21)
#2C452A
(44,69,42)
#41573F
(65,87,63)
#566954
(86,105,84)
#6B7B69
(107,123,105)
#808D7E
(128,141,126)
#959F93
(149,159,147)
#AAB1A8
(170,177,168)
#BFC3BD
(191,195,189)
#D4D5D2
(212,213,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173315; }

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

This text font color is #173315.


Background Color

.myBgColor { background-color: #173315; }

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

This div background color is #173315.


Border color

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

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

This div border color is #173315.


Opacity

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

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

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

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

This text has shadow with #173315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173315 on black background.


Color preview on white background

This text has color #173315 on white background.



Black color preview on #173315 background

This text has black color on #173315 background.


White color preview on #173315 background

This text has white color on #173315 background.