COLOR #875D60

HEX: #875D60
RGB: (135,93,96)

Color info

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

RGB color model

#875D60 color RGB value is (135,93,96).

  • red value is 135;
  • green value is 93;
  • blue value is 96.
RGB:
(135,93,96)
(53%,36%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 96 of 255 = 38%

135
93
96

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

Portions of RGB colors in percentages

R + G + B =
135 + 93 + 96 = 324 (100%)
R 135 of 324 ~ 41.67%
G 93 of 324 ~ 28.7%
B 96 of 324 ~ 29.63%

%41.67
%28.7
%29.63

CMYK color model

#875D60 color CMYK value is (0,31,29,47).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 28.89%
  • key color value is 47.06%
CMYK:
(0,31,29,47)
C0M31Y29K47 
(0%,31%,29%,47%)
(0.00/0.31/0.29/0.47)	

CMYK percentages

%0
%31.11
%28.89
%47.06

Codes

Color #875D60 in popluar color models

875D60
RGB1359396
HSL356°18.42%44.71%
HSB/HSV356°31.11%52.94%
CMYK0.00%31.11%28.89%
47.06%

Color #875D60 in popluar number systems.

HEX875D60
Decimal1359396
Binary1000011110111011100000
Octal207135140

Shades and tints

Shades of #875D60

#875D60
(135,93,96)
#7B5558
(123,85,88)
#6F4D50
(111,77,80)
#634548
(99,69,72)
#573D40
(87,61,64)
#4B3538
(75,53,56)
#3F2D30
(63,45,48)
#332528
(51,37,40)
#271D20
(39,29,32)
#1B1518
(27,21,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #875D60

#875D60
(135,93,96)
#916B6E
(145,107,110)
#9B797C
(155,121,124)
#A5878A
(165,135,138)
#AF9598
(175,149,152)
#B9A3A6
(185,163,166)
#C3B1B4
(195,177,180)
#CDBFC2
(205,191,194)
#D7CDD0
(215,205,208)
#E1DBDE
(225,219,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875D60 color. Also use rgb(135,93,96) instead hex code.

Text Font Color

.myTextColor { color: #875D60; }

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

This text font color is #875D60.


Background Color

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

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

This div background color is #875D60.


Border color

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

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

This div border color is #875D60.


Opacity

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

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

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

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

This text has shadow with #875D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875D60 on black background.


Color preview on white background

This text has color #875D60 on white background.



Black color preview on #875D60 background

This text has black color on #875D60 background.


White color preview on #875D60 background

This text has white color on #875D60 background.