COLOR #87513D

HEX: #87513D
RGB: (135,81,61)

Color info

#87513D contains mainly red and green colors. Web safe color of #87513D is #996633 (or #963).

RGB color model

#87513D color RGB value is (135,81,61).

  • red value is 135;
  • green value is 81;
  • blue value is 61.
RGB:
(135,81,61)
(53%,32%,24%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 61 of 255 = 24%

135
81
61

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

Portions of RGB colors in percentages

R + G + B =
135 + 81 + 61 = 277 (100%)
R 135 of 277 ~ 48.74%
G 81 of 277 ~ 29.24%
B 61 of 277 ~ 22.02%

%48.74
%29.24
%22.02

CMYK color model

#87513D color CMYK value is (0,40,55,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 54.81%
  • key color value is 47.06%
CMYK:
(0,40,55,47)
C0M40Y55K47 
(0%,40%,55%,47%)
(0.00/0.40/0.55/0.47)	

CMYK percentages

%0
%40
%54.81
%47.06

Codes

Color #87513D in popluar color models

87513D
RGB1358161
HSL16°37.76%38.43%
HSB/HSV16°54.81%52.94%
CMYK0.00%40.00%54.81%
47.06%

Color #87513D in popluar number systems.

HEX87513D
Decimal1358161
Binary100001111010001111101
Octal20712175

Shades and tints

Shades of #87513D

#87513D
(135,81,61)
#7B4A38
(123,74,56)
#6F4333
(111,67,51)
#633C2E
(99,60,46)
#573529
(87,53,41)
#4B2E24
(75,46,36)
#3F271F
(63,39,31)
#33201A
(51,32,26)
#271915
(39,25,21)
#1B1210
(27,18,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #87513D

#87513D
(135,81,61)
#91604E
(145,96,78)
#9B6F5F
(155,111,95)
#A57E70
(165,126,112)
#AF8D81
(175,141,129)
#B99C92
(185,156,146)
#C3ABA3
(195,171,163)
#CDBAB4
(205,186,180)
#D7C9C5
(215,201,197)
#E1D8D6
(225,216,214)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87513D color. Also use rgb(135,81,61) instead hex code.

Text Font Color

.myTextColor { color: #87513D; }

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

This text font color is #87513D.


Background Color

.myBgColor { background-color: #87513D; }

<div style="background-color:#87513D">Inner text</div>

This div background color is #87513D.


Border color

.myBorderColor { border: 1px solid #87513D; }

<div style="border:3px solid #87513D">Div</div>

This div border color is #87513D.


Opacity

.myOpacity80 { color: #87513D; opacity: 0.8; }

<p style="color:#87513D;opacity:0.8;">80%</p>

Text with #87513D 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 #87513D;}

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

This text has shadow with #87513D color.

.textShadow {text-shadow: 3px 3px 1px #87513D, 3px 3px 1px red;}

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

This text has shadow with #87513D primary color and red secondary color.


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

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

This text has shadow with #87513D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87513D on black background.


Color preview on white background

This text has color #87513D on white background.



Black color preview on #87513D background

This text has black color on #87513D background.


White color preview on #87513D background

This text has white color on #87513D background.