COLOR #87426F

HEX: #87426F
RGB: (135,66,111)

Color info

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

RGB color model

#87426F color RGB value is (135,66,111).

  • red value is 135;
  • green value is 66;
  • blue value is 111.
RGB:
(135,66,111)
(53%,26%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 66 of 255 = 26%
B 111 of 255 = 44%

135
66
111

R + G + B ~ 41%. #87426F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 66 + 111 = 312 (100%)
R 135 of 312 ~ 43.27%
G 66 of 312 ~ 21.15%
B 111 of 312 ~ 35.58%

%43.27
%21.15
%35.58

CMYK color model

#87426F color CMYK value is (0,51,18,47).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(0,51,18,47)
C0M51Y18K47 
(0%,51%,18%,47%)
(0.00/0.51/0.18/0.47)	

CMYK percentages

%0
%51.11
%17.78
%47.06

Codes

Color #87426F in popluar color models

87426F
RGB13566111
HSL321°34.33%39.41%
HSB/HSV321°51.11%52.94%
CMYK0.00%51.11%17.78%
47.06%

Color #87426F in popluar number systems.

HEX87426F
Decimal13566111
Binary1000011110000101101111
Octal207102157

Shades and tints

Shades of #87426F

#87426F
(135,66,111)
#7B3C65
(123,60,101)
#6F365B
(111,54,91)
#633051
(99,48,81)
#572A47
(87,42,71)
#4B243D
(75,36,61)
#3F1E33
(63,30,51)
#331829
(51,24,41)
#27121F
(39,18,31)
#1B0C15
(27,12,21)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #87426F

#87426F
(135,66,111)
#91537C
(145,83,124)
#9B6489
(155,100,137)
#A57596
(165,117,150)
#AF86A3
(175,134,163)
#B997B0
(185,151,176)
#C3A8BD
(195,168,189)
#CDB9CA
(205,185,202)
#D7CAD7
(215,202,215)
#E1DBE4
(225,219,228)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87426F color. Also use rgb(135,66,111) instead hex code.

Text Font Color

.myTextColor { color: #87426F; }

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

This text font color is #87426F.


Background Color

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

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

This div background color is #87426F.


Border color

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

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

This div border color is #87426F.


Opacity

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

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

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

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

This text has shadow with #87426F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87426F on black background.


Color preview on white background

This text has color #87426F on white background.



Black color preview on #87426F background

This text has black color on #87426F background.


White color preview on #87426F background

This text has white color on #87426F background.