COLOR #87305A

HEX: #87305A
RGB: (135,48,90)

Color info

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

RGB color model

#87305A color RGB value is (135,48,90).

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

RGB channels and saturation

R 135 of 255 = 53%
G 48 of 255 = 19%
B 90 of 255 = 35%

135
48
90

R + G + B ~ 36%. #87305A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 48 + 90 = 273 (100%)
R 135 of 273 ~ 49.45%
G 48 of 273 ~ 17.58%
B 90 of 273 ~ 32.97%

%49.45
%17.58
%32.97

CMYK color model

#87305A color CMYK value is (0,64,33,47).

  • cyan value is 0.00%
  • magenta value is 64.44%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(0,64,33,47)
C0M64Y33K47 
(0%,64%,33%,47%)
(0.00/0.64/0.33/0.47)	

CMYK percentages

%0
%64.44
%33.33
%47.06

Codes

Color #87305A in popluar color models

87305A
RGB1354890
HSL331°47.54%35.88%
HSB/HSV331°64.44%52.94%
CMYK0.00%64.44%33.33%
47.06%

Color #87305A in popluar number systems.

HEX87305A
Decimal1354890
Binary100001111100001011010
Octal20760132

Shades and tints

Shades of #87305A

#87305A
(135,48,90)
#7B2C52
(123,44,82)
#6F284A
(111,40,74)
#632442
(99,36,66)
#57203A
(87,32,58)
#4B1C32
(75,28,50)
#3F182A
(63,24,42)
#331422
(51,20,34)
#27101A
(39,16,26)
#1B0C12
(27,12,18)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #87305A

#87305A
(135,48,90)
#914269
(145,66,105)
#9B5478
(155,84,120)
#A56687
(165,102,135)
#AF7896
(175,120,150)
#B98AA5
(185,138,165)
#C39CB4
(195,156,180)
#CDAEC3
(205,174,195)
#D7C0D2
(215,192,210)
#E1D2E1
(225,210,225)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87305A color. Also use rgb(135,48,90) instead hex code.

Text Font Color

.myTextColor { color: #87305A; }

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

This text font color is #87305A.


Background Color

.myBgColor { background-color: #87305A; }

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

This div background color is #87305A.


Border color

.myBorderColor { border: 1px solid #87305A; }

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

This div border color is #87305A.


Opacity

.myOpacity80 { color: #87305A; opacity: 0.8; }

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

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

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

This text has shadow with #87305A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87305A on black background.


Color preview on white background

This text has color #87305A on white background.



Black color preview on #87305A background

This text has black color on #87305A background.


White color preview on #87305A background

This text has white color on #87305A background.