COLOR #87324E

HEX: #87324E
RGB: (135,50,78)

Color info

#87324E contains mainly red and blue colors. Web safe color of #87324E is #993366 (or #936).

RGB color model

#87324E color RGB value is (135,50,78).

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

RGB channels and saturation

R 135 of 255 = 53%
G 50 of 255 = 20%
B 78 of 255 = 31%

135
50
78

R + G + B ~ 35%. #87324E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 50 + 78 = 263 (100%)
R 135 of 263 ~ 51.33%
G 50 of 263 ~ 19.01%
B 78 of 263 ~ 29.66%

%51.33
%19.01
%29.66

CMYK color model

#87324E color CMYK value is (0,63,42,47).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(0,63,42,47)
C0M63Y42K47 
(0%,63%,42%,47%)
(0.00/0.63/0.42/0.47)	

CMYK percentages

%0
%62.96
%42.22
%47.06

Codes

Color #87324E in popluar color models

87324E
RGB1355078
HSL340°45.95%36.27%
HSB/HSV340°62.96%52.94%
CMYK0.00%62.96%42.22%
47.06%

Color #87324E in popluar number systems.

HEX87324E
Decimal1355078
Binary100001111100101001110
Octal20762116

Shades and tints

Shades of #87324E

#87324E
(135,50,78)
#7B2E47
(123,46,71)
#6F2A40
(111,42,64)
#632639
(99,38,57)
#572232
(87,34,50)
#4B1E2B
(75,30,43)
#3F1A24
(63,26,36)
#33161D
(51,22,29)
#271216
(39,18,22)
#1B0E0F
(27,14,15)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #87324E

#87324E
(135,50,78)
#91445E
(145,68,94)
#9B566E
(155,86,110)
#A5687E
(165,104,126)
#AF7A8E
(175,122,142)
#B98C9E
(185,140,158)
#C39EAE
(195,158,174)
#CDB0BE
(205,176,190)
#D7C2CE
(215,194,206)
#E1D4DE
(225,212,222)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87324E; }

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

This text font color is #87324E.


Background Color

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

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

This div background color is #87324E.


Border color

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

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

This div border color is #87324E.


Opacity

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

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

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

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

This text has shadow with #87324E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87324E on black background.


Color preview on white background

This text has color #87324E on white background.



Black color preview on #87324E background

This text has black color on #87324E background.


White color preview on #87324E background

This text has white color on #87324E background.