COLOR #87594E

HEX: #87594E
RGB: (135,89,78)

Color info

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

RGB color model

#87594E color RGB value is (135,89,78).

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

RGB channels and saturation

R 135 of 255 = 53%
G 89 of 255 = 35%
B 78 of 255 = 31%

135
89
78

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

Portions of RGB colors in percentages

R + G + B =
135 + 89 + 78 = 302 (100%)
R 135 of 302 ~ 44.7%
G 89 of 302 ~ 29.47%
B 78 of 302 ~ 25.83%

%44.7
%29.47
%25.83

CMYK color model

#87594E color CMYK value is (0,34,42,47).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(0,34,42,47)
C0M34Y42K47 
(0%,34%,42%,47%)
(0.00/0.34/0.42/0.47)	

CMYK percentages

%0
%34.07
%42.22
%47.06

Codes

Color #87594E in popluar color models

87594E
RGB1358978
HSL12°26.76%41.76%
HSB/HSV12°42.22%52.94%
CMYK0.00%34.07%42.22%
47.06%

Color #87594E in popluar number systems.

HEX87594E
Decimal1358978
Binary1000011110110011001110
Octal207131116

Shades and tints

Shades of #87594E

#87594E
(135,89,78)
#7B5147
(123,81,71)
#6F4940
(111,73,64)
#634139
(99,65,57)
#573932
(87,57,50)
#4B312B
(75,49,43)
#3F2924
(63,41,36)
#33211D
(51,33,29)
#271916
(39,25,22)
#1B110F
(27,17,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #87594E

#87594E
(135,89,78)
#91685E
(145,104,94)
#9B776E
(155,119,110)
#A5867E
(165,134,126)
#AF958E
(175,149,142)
#B9A49E
(185,164,158)
#C3B3AE
(195,179,174)
#CDC2BE
(205,194,190)
#D7D1CE
(215,209,206)
#E1E0DE
(225,224,222)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87594E; }

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

This text font color is #87594E.


Background Color

.myBgColor { background-color: #87594E; }

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

This div background color is #87594E.


Border color

.myBorderColor { border: 1px solid #87594E; }

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

This div border color is #87594E.


Opacity

.myOpacity80 { color: #87594E; opacity: 0.8; }

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

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

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

This text has shadow with #87594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87594E on black background.


Color preview on white background

This text has color #87594E on white background.



Black color preview on #87594E background

This text has black color on #87594E background.


White color preview on #87594E background

This text has white color on #87594E background.