COLOR #87404B

HEX: #87404B
RGB: (135,64,75)

Color info

#87404B contains mainly red color. Web safe color of #87404B is #993333 (or #933).

RGB color model

#87404B color RGB value is (135,64,75).

  • red value is 135;
  • green value is 64;
  • blue value is 75.
RGB:
(135,64,75)
(53%,25%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 64 of 255 = 25%
B 75 of 255 = 29%

135
64
75

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

Portions of RGB colors in percentages

R + G + B =
135 + 64 + 75 = 274 (100%)
R 135 of 274 ~ 49.27%
G 64 of 274 ~ 23.36%
B 75 of 274 ~ 27.37%

%49.27
%23.36
%27.37

CMYK color model

#87404B color CMYK value is (0,53,44,47).

  • cyan value is 0.00%
  • magenta value is 52.59%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,53,44,47)
C0M53Y44K47 
(0%,53%,44%,47%)
(0.00/0.53/0.44/0.47)	

CMYK percentages

%0
%52.59
%44.44
%47.06

Codes

Color #87404B in popluar color models

87404B
RGB1356475
HSL351°35.68%39.02%
HSB/HSV351°52.59%52.94%
CMYK0.00%52.59%44.44%
47.06%

Color #87404B in popluar number systems.

HEX87404B
Decimal1356475
Binary1000011110000001001011
Octal207100113

Shades and tints

Shades of #87404B

#87404B
(135,64,75)
#7B3B45
(123,59,69)
#6F363F
(111,54,63)
#633139
(99,49,57)
#572C33
(87,44,51)
#4B272D
(75,39,45)
#3F2227
(63,34,39)
#331D21
(51,29,33)
#27181B
(39,24,27)
#1B1315
(27,19,21)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #87404B

#87404B
(135,64,75)
#91515B
(145,81,91)
#9B626B
(155,98,107)
#A5737B
(165,115,123)
#AF848B
(175,132,139)
#B9959B
(185,149,155)
#C3A6AB
(195,166,171)
#CDB7BB
(205,183,187)
#D7C8CB
(215,200,203)
#E1D9DB
(225,217,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87404B color. Also use rgb(135,64,75) instead hex code.

Text Font Color

.myTextColor { color: #87404B; }

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

This text font color is #87404B.


Background Color

.myBgColor { background-color: #87404B; }

<div style="background-color:#87404B">Inner text</div>

This div background color is #87404B.


Border color

.myBorderColor { border: 1px solid #87404B; }

<div style="border:3px solid #87404B">Div</div>

This div border color is #87404B.


Opacity

.myOpacity80 { color: #87404B; opacity: 0.8; }

<p style="color:#87404B;opacity:0.8;">80%</p>

Text with #87404B 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 #87404B;}

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

This text has shadow with #87404B color.

.textShadow {text-shadow: 3px 3px 1px #87404B, 3px 3px 1px red;}

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

This text has shadow with #87404B primary color and red secondary color.


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

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

This text has shadow with #87404B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87404B on black background.


Color preview on white background

This text has color #87404B on white background.



Black color preview on #87404B background

This text has black color on #87404B background.


White color preview on #87404B background

This text has white color on #87404B background.