COLOR #875C68

HEX: #875C68
RGB: (135,92,104)

Color info

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

RGB color model

#875C68 color RGB value is (135,92,104).

  • red value is 135;
  • green value is 92;
  • blue value is 104.
RGB:
(135,92,104)
(53%,36%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 92 of 255 = 36%
B 104 of 255 = 41%

135
92
104

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

Portions of RGB colors in percentages

R + G + B =
135 + 92 + 104 = 331 (100%)
R 135 of 331 ~ 40.79%
G 92 of 331 ~ 27.79%
B 104 of 331 ~ 31.42%

%40.79
%27.79
%31.42

CMYK color model

#875C68 color CMYK value is (0,32,23,47).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,32,23,47)
C0M32Y23K47 
(0%,32%,23%,47%)
(0.00/0.32/0.23/0.47)	

CMYK percentages

%0
%31.85
%22.96
%47.06

Codes

Color #875C68 in popluar color models

875C68
RGB13592104
HSL343°18.94%44.51%
HSB/HSV343°31.85%52.94%
CMYK0.00%31.85%22.96%
47.06%

Color #875C68 in popluar number systems.

HEX875C68
Decimal13592104
Binary1000011110111001101000
Octal207134150

Shades and tints

Shades of #875C68

#875C68
(135,92,104)
#7B545F
(123,84,95)
#6F4C56
(111,76,86)
#63444D
(99,68,77)
#573C44
(87,60,68)
#4B343B
(75,52,59)
#3F2C32
(63,44,50)
#332429
(51,36,41)
#271C20
(39,28,32)
#1B1417
(27,20,23)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #875C68

#875C68
(135,92,104)
#916A75
(145,106,117)
#9B7882
(155,120,130)
#A5868F
(165,134,143)
#AF949C
(175,148,156)
#B9A2A9
(185,162,169)
#C3B0B6
(195,176,182)
#CDBEC3
(205,190,195)
#D7CCD0
(215,204,208)
#E1DADD
(225,218,221)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875C68 color. Also use rgb(135,92,104) instead hex code.

Text Font Color

.myTextColor { color: #875C68; }

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

This text font color is #875C68.


Background Color

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

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

This div background color is #875C68.


Border color

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

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

This div border color is #875C68.


Opacity

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

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

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

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

This text has shadow with #875C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875C68 on black background.


Color preview on white background

This text has color #875C68 on white background.



Black color preview on #875C68 background

This text has black color on #875C68 background.


White color preview on #875C68 background

This text has white color on #875C68 background.