COLOR #87304E

HEX: #87304E
RGB: (135,48,78)

Color info

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

RGB color model

#87304E color RGB value is (135,48,78).

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

RGB channels and saturation

R 135 of 255 = 53%
G 48 of 255 = 19%
B 78 of 255 = 31%

135
48
78

R + G + B ~ 34%. #87304E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 48 + 78 = 261 (100%)
R 135 of 261 ~ 51.72%
G 48 of 261 ~ 18.39%
B 78 of 261 ~ 29.89%

%51.72
%18.39
%29.89

CMYK color model

#87304E color CMYK value is (0,64,42,47).

  • cyan value is 0.00%
  • magenta value is 64.44%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(0,64,42,47)
C0M64Y42K47 
(0%,64%,42%,47%)
(0.00/0.64/0.42/0.47)	

CMYK percentages

%0
%64.44
%42.22
%47.06

Codes

Color #87304E in popluar color models

87304E
RGB1354878
HSL339°47.54%35.88%
HSB/HSV339°64.44%52.94%
CMYK0.00%64.44%42.22%
47.06%

Color #87304E in popluar number systems.

HEX87304E
Decimal1354878
Binary100001111100001001110
Octal20760116

Shades and tints

Shades of #87304E

#87304E
(135,48,78)
#7B2C47
(123,44,71)
#6F2840
(111,40,64)
#632439
(99,36,57)
#572032
(87,32,50)
#4B1C2B
(75,28,43)
#3F1824
(63,24,36)
#33141D
(51,20,29)
#271016
(39,16,22)
#1B0C0F
(27,12,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #87304E

#87304E
(135,48,78)
#91425E
(145,66,94)
#9B546E
(155,84,110)
#A5667E
(165,102,126)
#AF788E
(175,120,142)
#B98A9E
(185,138,158)
#C39CAE
(195,156,174)
#CDAEBE
(205,174,190)
#D7C0CE
(215,192,206)
#E1D2DE
(225,210,222)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87304E; }

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

This text font color is #87304E.


Background Color

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

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

This div background color is #87304E.


Border color

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

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

This div border color is #87304E.


Opacity

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

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

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

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

This text has shadow with #87304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87304E on black background.


Color preview on white background

This text has color #87304E on white background.



Black color preview on #87304E background

This text has black color on #87304E background.


White color preview on #87304E background

This text has white color on #87304E background.