COLOR #87415F

HEX: #87415F
RGB: (135,65,95)

Color info

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

RGB color model

#87415F color RGB value is (135,65,95).

  • red value is 135;
  • green value is 65;
  • blue value is 95.
RGB: (135,65,95) (53%,25%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 65 of 255 = 25%
B 95 of 255 = 37%

135
65
95

R + G + B ~ 38%. #87415F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 65 + 95 = 295 (100%)
R 135 of 295 ~ 45.76%
G 65 of 295 ~ 22.03%
B 95 of 295 ~ 32.2%

%45.76
%22.03
%32.2

CMYK color model

#87415F color CMYK value is (0,52,30,47).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK: (0,52,30,47) C0M52Y30K47 (0%,52%,30%,47%) (0.00/0.52/0.30/0.47)

CMYK percentages

%0
%51.85
%29.63
%47.06

Codes

Color #87415F in popluar color models

87415F
RGB1356595
HSL334°35.00%39.22%
HSB/HSV334°51.85%52.94%
CMYK0.00%51.85%29.63%
47.06%

Color #87415F in popluar number systems.

HEX87415F
Decimal1356595
Binary1000011110000011011111
Octal207101137

Shades and tints

Shades of #87415F

#87415F
(135,65,95)
#7B3C57
(123,60,87)
#6F374F
(111,55,79)
#633247
(99,50,71)
#572D3F
(87,45,63)
#4B2837
(75,40,55)
#3F232F
(63,35,47)
#331E27
(51,30,39)
#27191F
(39,25,31)
#1B1417
(27,20,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #87415F

#87415F
(135,65,95)
#91526D
(145,82,109)
#9B637B
(155,99,123)
#A57489
(165,116,137)
#AF8597
(175,133,151)
#B996A5
(185,150,165)
#C3A7B3
(195,167,179)
#CDB8C1
(205,184,193)
#D7C9CF
(215,201,207)
#E1DADD
(225,218,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87415F color. Also use rgb(135,65,95) instead hex code.

Text Font Color

.myTextColor { color: #87415F; }

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

This text font color is #87415F.


Background Color

.myBgColor { background-color: #87415F; }

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

This div background color is #87415F.


Border color

.myBorderColor { border: 1px solid #87415F; }

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

This div border color is #87415F.


Opacity

.myOpacity80 { color: #87415F; opacity: 0.8; }

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

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

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

This text has shadow with #87415F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87415F on black background.


Color preview on white background

This text has color #87415F on white background.



Black color preview on #87415F background

This text has black color on #87415F background.


White color preview on #87415F background

This text has white color on #87415F background.