COLOR #875173

HEX: #875173
RGB: (135,81,115)

Color info

#875173 contains red, green and blue colors in about the same proportion. Web safe color of #875173 is #996666 (or #966).

RGB color model

#875173 color RGB value is (135,81,115).

  • red value is 135;
  • green value is 81;
  • blue value is 115.
RGB:
(135,81,115)
(53%,32%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 115 of 255 = 45%

135
81
115

R + G + B ~ 43%. #875173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 81 + 115 = 331 (100%)
R 135 of 331 ~ 40.79%
G 81 of 331 ~ 24.47%
B 115 of 331 ~ 34.74%

%40.79
%24.47
%34.74

CMYK color model

#875173 color CMYK value is (0,40,15,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,40,15,47)
C0M40Y15K47 
(0%,40%,15%,47%)
(0.00/0.40/0.15/0.47)	

CMYK percentages

%0
%40
%14.81
%47.06

Codes

Color #875173 in popluar color models

875173
RGB13581115
HSL322°25.00%42.35%
HSB/HSV322°40.00%52.94%
CMYK0.00%40.00%14.81%
47.06%

Color #875173 in popluar number systems.

HEX875173
Decimal13581115
Binary1000011110100011110011
Octal207121163

Shades and tints

Shades of #875173

#875173
(135,81,115)
#7B4A69
(123,74,105)
#6F435F
(111,67,95)
#633C55
(99,60,85)
#57354B
(87,53,75)
#4B2E41
(75,46,65)
#3F2737
(63,39,55)
#33202D
(51,32,45)
#271923
(39,25,35)
#1B1219
(27,18,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #875173

#875173
(135,81,115)
#91607F
(145,96,127)
#9B6F8B
(155,111,139)
#A57E97
(165,126,151)
#AF8DA3
(175,141,163)
#B99CAF
(185,156,175)
#C3ABBB
(195,171,187)
#CDBAC7
(205,186,199)
#D7C9D3
(215,201,211)
#E1D8DF
(225,216,223)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875173 color. Also use rgb(135,81,115) instead hex code.

Text Font Color

.myTextColor { color: #875173; }

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

This text font color is #875173.


Background Color

.myBgColor { background-color: #875173; }

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

This div background color is #875173.


Border color

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

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

This div border color is #875173.


Opacity

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

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

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

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

This text has shadow with #875173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875173 on black background.


Color preview on white background

This text has color #875173 on white background.



Black color preview on #875173 background

This text has black color on #875173 background.


White color preview on #875173 background

This text has white color on #875173 background.