COLOR #875E8B

HEX: #875E8B
RGB: (135,94,139)

Color info

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

RGB color model

#875E8B color RGB value is (135,94,139).

  • red value is 135;
  • green value is 94;
  • blue value is 139.
RGB:
(135,94,139)
(53%,37%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 139 of 255 = 55%

135
94
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 139 = 368 (100%)
R 135 of 368 ~ 36.68%
G 94 of 368 ~ 25.54%
B 139 of 368 ~ 37.77%

%36.68
%25.54
%37.77

CMYK color model

#875E8B color CMYK value is (3,32,0,45).

  • cyan value is 2.88%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(3,32,0,45)
C3M32Y0K45 
(3%,32%,0%,45%)
(0.03/0.32/0.00/0.45)	

CMYK percentages

%2.88
%32.37
%0
%45.49

Codes

Color #875E8B in popluar color models

875E8B
RGB13594139
HSL295°19.31%45.69%
HSB/HSV295°32.37%54.51%
CMYK2.88%32.37%0.00%
45.49%

Color #875E8B in popluar number systems.

HEX875E8B
Decimal13594139
Binary10000111101111010001011
Octal207136213

Shades and tints

Shades of #875E8B

#875E8B
(135,94,139)
#7B567F
(123,86,127)
#6F4E73
(111,78,115)
#634667
(99,70,103)
#573E5B
(87,62,91)
#4B364F
(75,54,79)
#3F2E43
(63,46,67)
#332637
(51,38,55)
#271E2B
(39,30,43)
#1B161F
(27,22,31)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #875E8B

#875E8B
(135,94,139)
#916C95
(145,108,149)
#9B7A9F
(155,122,159)
#A588A9
(165,136,169)
#AF96B3
(175,150,179)
#B9A4BD
(185,164,189)
#C3B2C7
(195,178,199)
#CDC0D1
(205,192,209)
#D7CEDB
(215,206,219)
#E1DCE5
(225,220,229)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875E8B color. Also use rgb(135,94,139) instead hex code.

Text Font Color

.myTextColor { color: #875E8B; }

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

This text font color is #875E8B.


Background Color

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

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

This div background color is #875E8B.


Border color

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

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

This div border color is #875E8B.


Opacity

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

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

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

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

This text has shadow with #875E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E8B on black background.


Color preview on white background

This text has color #875E8B on white background.



Black color preview on #875E8B background

This text has black color on #875E8B background.


White color preview on #875E8B background

This text has white color on #875E8B background.