COLOR #173125

HEX: #173125
RGB: (23,49,37)

Color info

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

RGB color model

#173125 color RGB value is (23,49,37).

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

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 37 of 255 = 15%

23
49
37

R + G + B ~ 14%. #173125 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 37 = 109 (100%)
R 23 of 109 ~ 21.1%
G 49 of 109 ~ 44.95%
B 37 of 109 ~ 33.94%

%21.1
%44.95
%33.94

CMYK color model

#173125 color CMYK value is (53,0,24,81).

  • cyan value is 53.06%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 80.78%
CMYK:
(53,0,24,81)
C53M0Y24K81 
(53%,0%,24%,81%)
(0.53/0.00/0.24/0.81)	

CMYK percentages

%53.06
%0
%24.49
%80.78

Codes

Color #173125 in popluar color models

173125
RGB234937
HSL152°36.11%14.12%
HSB/HSV152°53.06%19.22%
CMYK53.06%0.00%24.49%
80.78%

Color #173125 in popluar number systems.

HEX173125
Decimal234937
Binary10111110001100101
Octal276145

Shades and tints

Shades of #173125

#173125
(23,49,37)
#152D22
(21,45,34)
#13291F
(19,41,31)
#11251C
(17,37,28)
#0F2119
(15,33,25)
#0D1D16
(13,29,22)
#0B1913
(11,25,19)
#091510
(9,21,16)
#07110D
(7,17,13)
#050D0A
(5,13,10)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #173125

#173125
(23,49,37)
#2C4338
(44,67,56)
#41554B
(65,85,75)
#56675E
(86,103,94)
#6B7971
(107,121,113)
#808B84
(128,139,132)
#959D97
(149,157,151)
#AAAFAA
(170,175,170)
#BFC1BD
(191,193,189)
#D4D3D0
(212,211,208)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #173125; }

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

This text font color is #173125.


Background Color

.myBgColor { background-color: #173125; }

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

This div background color is #173125.


Border color

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

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

This div border color is #173125.


Opacity

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

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

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

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

This text has shadow with #173125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173125 on black background.


Color preview on white background

This text has color #173125 on white background.



Black color preview on #173125 background

This text has black color on #173125 background.


White color preview on #173125 background

This text has white color on #173125 background.