COLOR #875E6F

HEX: #875E6F
RGB: (135,94,111)

Color info

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

RGB color model

#875E6F color RGB value is (135,94,111).

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

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 111 of 255 = 44%

135
94
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 111 = 340 (100%)
R 135 of 340 ~ 39.71%
G 94 of 340 ~ 27.65%
B 111 of 340 ~ 32.65%

%39.71
%27.65
%32.65

CMYK color model

#875E6F color CMYK value is (0,30,18,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(0,30,18,47)
C0M30Y18K47 
(0%,30%,18%,47%)
(0.00/0.30/0.18/0.47)	

CMYK percentages

%0
%30.37
%17.78
%47.06

Codes

Color #875E6F in popluar color models

875E6F
RGB13594111
HSL335°17.90%44.90%
HSB/HSV335°30.37%52.94%
CMYK0.00%30.37%17.78%
47.06%

Color #875E6F in popluar number systems.

HEX875E6F
Decimal13594111
Binary1000011110111101101111
Octal207136157

Shades and tints

Shades of #875E6F

#875E6F
(135,94,111)
#7B5665
(123,86,101)
#6F4E5B
(111,78,91)
#634651
(99,70,81)
#573E47
(87,62,71)
#4B363D
(75,54,61)
#3F2E33
(63,46,51)
#332629
(51,38,41)
#271E1F
(39,30,31)
#1B1615
(27,22,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #875E6F

#875E6F
(135,94,111)
#916C7C
(145,108,124)
#9B7A89
(155,122,137)
#A58896
(165,136,150)
#AF96A3
(175,150,163)
#B9A4B0
(185,164,176)
#C3B2BD
(195,178,189)
#CDC0CA
(205,192,202)
#D7CED7
(215,206,215)
#E1DCE4
(225,220,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875E6F; }

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

This text font color is #875E6F.


Background Color

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

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

This div background color is #875E6F.


Border color

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

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

This div border color is #875E6F.


Opacity

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

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

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

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

This text has shadow with #875E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E6F on black background.


Color preview on white background

This text has color #875E6F on white background.



Black color preview on #875E6F background

This text has black color on #875E6F background.


White color preview on #875E6F background

This text has white color on #875E6F background.