COLOR #173325

HEX: #173325
RGB: (23,51,37)

Color info

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

RGB color model

#173325 color RGB value is (23,51,37).

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

RGB channels and saturation

R 23 of 255 = 9%
G 51 of 255 = 20%
B 37 of 255 = 15%

23
51
37

R + G + B ~ 15%. #173325 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 37 = 111 (100%)
R 23 of 111 ~ 20.72%
G 51 of 111 ~ 45.95%
B 37 of 111 ~ 33.33%

%20.72
%45.95
%33.33

CMYK color model

#173325 color CMYK value is (55,0,27,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK:
(55,0,27,80)
C55M0Y27K80 
(55%,0%,27%,80%)
(0.55/0.00/0.27/0.80)	

CMYK percentages

%54.9
%0
%27.45
%80

Codes

Color #173325 in popluar color models

173325
RGB235137
HSL150°37.84%14.51%
HSB/HSV150°54.90%20.00%
CMYK54.90%0.00%27.45%
80.00%

Color #173325 in popluar number systems.

HEX173325
Decimal235137
Binary10111110011100101
Octal276345

Shades and tints

Shades of #173325

#173325
(23,51,37)
#152F22
(21,47,34)
#132B1F
(19,43,31)
#11271C
(17,39,28)
#0F2319
(15,35,25)
#0D1F16
(13,31,22)
#0B1B13
(11,27,19)
#091710
(9,23,16)
#07130D
(7,19,13)
#050F0A
(5,15,10)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #173325

#173325
(23,51,37)
#2C4538
(44,69,56)
#41574B
(65,87,75)
#56695E
(86,105,94)
#6B7B71
(107,123,113)
#808D84
(128,141,132)
#959F97
(149,159,151)
#AAB1AA
(170,177,170)
#BFC3BD
(191,195,189)
#D4D5D0
(212,213,208)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173325; }

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

This text font color is #173325.


Background Color

.myBgColor { background-color: #173325; }

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

This div background color is #173325.


Border color

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

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

This div border color is #173325.


Opacity

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

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

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

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

This text has shadow with #173325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173325 on black background.


Color preview on white background

This text has color #173325 on white background.



Black color preview on #173325 background

This text has black color on #173325 background.


White color preview on #173325 background

This text has white color on #173325 background.