COLOR #875970

HEX: #875970
RGB: (135,89,112)

Color info

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

RGB color model

#875970 color RGB value is (135,89,112).

  • red value is 135;
  • green value is 89;
  • blue value is 112.
RGB:
(135,89,112)
(53%,35%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 89 of 255 = 35%
B 112 of 255 = 44%

135
89
112

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

Portions of RGB colors in percentages

R + G + B =
135 + 89 + 112 = 336 (100%)
R 135 of 336 ~ 40.18%
G 89 of 336 ~ 26.49%
B 112 of 336 ~ 33.33%

%40.18
%26.49
%33.33

CMYK color model

#875970 color CMYK value is (0,34,17,47).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(0,34,17,47)
C0M34Y17K47 
(0%,34%,17%,47%)
(0.00/0.34/0.17/0.47)	

CMYK percentages

%0
%34.07
%17.04
%47.06

Codes

Color #875970 in popluar color models

875970
RGB13589112
HSL330°20.54%43.92%
HSB/HSV330°34.07%52.94%
CMYK0.00%34.07%17.04%
47.06%

Color #875970 in popluar number systems.

HEX875970
Decimal13589112
Binary1000011110110011110000
Octal207131160

Shades and tints

Shades of #875970

#875970
(135,89,112)
#7B5166
(123,81,102)
#6F495C
(111,73,92)
#634152
(99,65,82)
#573948
(87,57,72)
#4B313E
(75,49,62)
#3F2934
(63,41,52)
#33212A
(51,33,42)
#271920
(39,25,32)
#1B1116
(27,17,22)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #875970

#875970
(135,89,112)
#91687D
(145,104,125)
#9B778A
(155,119,138)
#A58697
(165,134,151)
#AF95A4
(175,149,164)
#B9A4B1
(185,164,177)
#C3B3BE
(195,179,190)
#CDC2CB
(205,194,203)
#D7D1D8
(215,209,216)
#E1E0E5
(225,224,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875970 color. Also use rgb(135,89,112) instead hex code.

Text Font Color

.myTextColor { color: #875970; }

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

This text font color is #875970.


Background Color

.myBgColor { background-color: #875970; }

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

This div background color is #875970.


Border color

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

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

This div border color is #875970.


Opacity

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

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

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

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

This text has shadow with #875970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875970 on black background.


Color preview on white background

This text has color #875970 on white background.



Black color preview on #875970 background

This text has black color on #875970 background.


White color preview on #875970 background

This text has white color on #875970 background.