COLOR #875559

HEX: #875559
RGB: (135,85,89)

Color info

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

RGB color model

#875559 color RGB value is (135,85,89).

  • red value is 135;
  • green value is 85;
  • blue value is 89.
RGB:
(135,85,89)
(53%,33%,35%)

RGB channels and saturation

R 135 of 255 = 53%
G 85 of 255 = 33%
B 89 of 255 = 35%

135
85
89

R + G + B ~ 40%. #875559 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 85 + 89 = 309 (100%)
R 135 of 309 ~ 43.69%
G 85 of 309 ~ 27.51%
B 89 of 309 ~ 28.8%

%43.69
%27.51
%28.8

CMYK color model

#875559 color CMYK value is (0,37,34,47).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 34.07%
  • key color value is 47.06%
CMYK:
(0,37,34,47)
C0M37Y34K47 
(0%,37%,34%,47%)
(0.00/0.37/0.34/0.47)	

CMYK percentages

%0
%37.04
%34.07
%47.06

Codes

Color #875559 in popluar color models

875559
RGB1358589
HSL355°22.73%43.14%
HSB/HSV355°37.04%52.94%
CMYK0.00%37.04%34.07%
47.06%

Color #875559 in popluar number systems.

HEX875559
Decimal1358589
Binary1000011110101011011001
Octal207125131

Shades and tints

Shades of #875559

#875559
(135,85,89)
#7B4E51
(123,78,81)
#6F4749
(111,71,73)
#634041
(99,64,65)
#573939
(87,57,57)
#4B3231
(75,50,49)
#3F2B29
(63,43,41)
#332421
(51,36,33)
#271D19
(39,29,25)
#1B1611
(27,22,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #875559

#875559
(135,85,89)
#916468
(145,100,104)
#9B7377
(155,115,119)
#A58286
(165,130,134)
#AF9195
(175,145,149)
#B9A0A4
(185,160,164)
#C3AFB3
(195,175,179)
#CDBEC2
(205,190,194)
#D7CDD1
(215,205,209)
#E1DCE0
(225,220,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875559 color. Also use rgb(135,85,89) instead hex code.

Text Font Color

.myTextColor { color: #875559; }

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

This text font color is #875559.


Background Color

.myBgColor { background-color: #875559; }

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

This div background color is #875559.


Border color

.myBorderColor { border: 1px solid #875559; }

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

This div border color is #875559.


Opacity

.myOpacity80 { color: #875559; opacity: 0.8; }

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

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

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

This text has shadow with #875559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875559 on black background.


Color preview on white background

This text has color #875559 on white background.



Black color preview on #875559 background

This text has black color on #875559 background.


White color preview on #875559 background

This text has white color on #875559 background.