COLOR #87413C

HEX: #87413C
RGB: (135,65,60)

Color info

#87413C contains mainly red color. Web safe color of #87413C is #993333 (or #933).

RGB color model

#87413C color RGB value is (135,65,60).

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

RGB channels and saturation

R 135 of 255 = 53%
G 65 of 255 = 25%
B 60 of 255 = 24%

135
65
60

R + G + B ~ 34%. #87413C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 65 + 60 = 260 (100%)
R 135 of 260 ~ 51.92%
G 65 of 260 ~ 25%
B 60 of 260 ~ 23.08%

%51.92
%25
%23.08

CMYK color model

#87413C color CMYK value is (0,52,56,47).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 55.56%
  • key color value is 47.06%
CMYK:
(0,52,56,47)
C0M52Y56K47 
(0%,52%,56%,47%)
(0.00/0.52/0.56/0.47)	

CMYK percentages

%0
%51.85
%55.56
%47.06

Codes

Color #87413C in popluar color models

87413C
RGB1356560
HSL38.46%38.24%
HSB/HSV55.56%52.94%
CMYK0.00%51.85%55.56%
47.06%

Color #87413C in popluar number systems.

HEX87413C
Decimal1356560
Binary100001111000001111100
Octal20710174

Shades and tints

Shades of #87413C

#87413C
(135,65,60)
#7B3C37
(123,60,55)
#6F3732
(111,55,50)
#63322D
(99,50,45)
#572D28
(87,45,40)
#4B2823
(75,40,35)
#3F231E
(63,35,30)
#331E19
(51,30,25)
#271914
(39,25,20)
#1B140F
(27,20,15)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #87413C

#87413C
(135,65,60)
#91524D
(145,82,77)
#9B635E
(155,99,94)
#A5746F
(165,116,111)
#AF8580
(175,133,128)
#B99691
(185,150,145)
#C3A7A2
(195,167,162)
#CDB8B3
(205,184,179)
#D7C9C4
(215,201,196)
#E1DAD5
(225,218,213)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87413C color. Also use rgb(135,65,60) instead hex code.

Text Font Color

.myTextColor { color: #87413C; }

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

This text font color is #87413C.


Background Color

.myBgColor { background-color: #87413C; }

<div style="background-color:#87413C">Inner text</div>

This div background color is #87413C.


Border color

.myBorderColor { border: 1px solid #87413C; }

<div style="border:3px solid #87413C">Div</div>

This div border color is #87413C.


Opacity

.myOpacity80 { color: #87413C; opacity: 0.8; }

<p style="color:#87413C;opacity:0.8;">80%</p>

Text with #87413C 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 #87413C;}

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

This text has shadow with #87413C color.

.textShadow {text-shadow: 3px 3px 1px #87413C, 3px 3px 1px red;}

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

This text has shadow with #87413C primary color and red secondary color.


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

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

This text has shadow with #87413C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87413C on black background.


Color preview on white background

This text has color #87413C on white background.



Black color preview on #87413C background

This text has black color on #87413C background.


White color preview on #87413C background

This text has white color on #87413C background.