COLOR #875F83

HEX: #875F83
RGB: (135,95,131)

Color info

#875F83 contains red, green and blue colors in about the same proportion. Web safe color of #875F83 is #996699 (or #969).

RGB color model

#875F83 color RGB value is (135,95,131).

  • red value is 135;
  • green value is 95;
  • blue value is 131.
RGB:
(135,95,131)
(53%,37%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 131 of 255 = 51%

135
95
131

R + G + B ~ 47%. #875F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 131 = 361 (100%)
R 135 of 361 ~ 37.4%
G 95 of 361 ~ 26.32%
B 131 of 361 ~ 36.29%

%37.4
%26.32
%36.29

CMYK color model

#875F83 color CMYK value is (0,30,3,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(0,30,3,47)
C0M30Y3K47 
(0%,30%,3%,47%)
(0.00/0.30/0.03/0.47)	

CMYK percentages

%0
%29.63
%2.96
%47.06

Codes

Color #875F83 in popluar color models

875F83
RGB13595131
HSL306°17.39%45.10%
HSB/HSV306°29.63%52.94%
CMYK0.00%29.63%2.96%
47.06%

Color #875F83 in popluar number systems.

HEX875F83
Decimal13595131
Binary10000111101111110000011
Octal207137203

Shades and tints

Shades of #875F83

#875F83
(135,95,131)
#7B5778
(123,87,120)
#6F4F6D
(111,79,109)
#634762
(99,71,98)
#573F57
(87,63,87)
#4B374C
(75,55,76)
#3F2F41
(63,47,65)
#332736
(51,39,54)
#271F2B
(39,31,43)
#1B1720
(27,23,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #875F83

#875F83
(135,95,131)
#916D8E
(145,109,142)
#9B7B99
(155,123,153)
#A589A4
(165,137,164)
#AF97AF
(175,151,175)
#B9A5BA
(185,165,186)
#C3B3C5
(195,179,197)
#CDC1D0
(205,193,208)
#D7CFDB
(215,207,219)
#E1DDE6
(225,221,230)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F83 color. Also use rgb(135,95,131) instead hex code.

Text Font Color

.myTextColor { color: #875F83; }

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

This text font color is #875F83.


Background Color

.myBgColor { background-color: #875F83; }

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

This div background color is #875F83.


Border color

.myBorderColor { border: 1px solid #875F83; }

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

This div border color is #875F83.


Opacity

.myOpacity80 { color: #875F83; opacity: 0.8; }

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

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

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

This text has shadow with #875F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F83 on black background.


Color preview on white background

This text has color #875F83 on white background.



Black color preview on #875F83 background

This text has black color on #875F83 background.


White color preview on #875F83 background

This text has white color on #875F83 background.