COLOR #87543D

HEX: #87543D RGB: (135,84,61)

Color info

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

RGB color model

#87543D color RGB value is (135,84,61).

RGB: (135,84,61) (53%, 33%, 24%)

RGB channels and saturation

R 135 of 255 = 53%
G 84 of 255 = 33%
B 61 of 255 = 24%

135
84
61

R + G + B ~ 37%. #87543D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 84 + 61 = 280 (100%)
R 135 of 280 ~ 48.21%
G 84 of 280 ~ 30%
B 61 of 280 ~ 21.79'%

%48.21
%30
%21.79

CMYK color model

#87543D color CMYK value is (0,38,55,47).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 54.81%
  • key color value is 47.06%

CMYK: (0,38,55,47)
C0M38Y55K47 (0%, 38%, 55%, 47%)
(0.00 / 0.38 / 0.55 / 0.47)

CMYK percentages

%0
%37.78
%54.81
%47.06

Codes

Color #87543D in popluar color models

87 54 3D
RGB 135 84 61
HSL 19° 37.76% 38.43%
HSB/HSV 19° 54.81% 52.94%
CMYK 0.00% 37.78% 54.81%
47.06%

Color #87543D in popluar number systems.

HEX 87 54 3D
Decimal 135 84 61
Binary 10000111 1010100 111101
Octal 207 124 75

Shades and tints

Shades of #87543D

#87543D
(135,84,61)
#7B4D38
(123,77,56)
#6F4633
(111,70,51)
#633F2E
(99,63,46)
#573829
(87,56,41)
#4B3124
(75,49,36)
#3F2A1F
(63,42,31)
#33231A
(51,35,26)
#271C15
(39,28,21)
#1B1510
(27,21,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #87543D

#87543D
(135,84,61)
#91634E
(145,99,78)
#9B725F
(155,114,95)
#A58170
(165,129,112)
#AF9081
(175,144,129)
#B99F92
(185,159,146)
#C3AEA3
(195,174,163)
#CDBDB4
(205,189,180)
#D7CCC5
(215,204,197)
#E1DBD6
(225,219,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87543D; }

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

This text font color is #87543D.

Background Color

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

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

This div background color is #87543D.

Border color

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

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

This div border color is #87543D.

Opacity

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

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

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

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

This text has shadow with #87543D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87543D.

Preview

Color preview on black background

This text has color #87543D on black background.


Color preview on white background

This text has color #87543D on white background.


Black color preview on #87543D background

This text has black color on #87543D background.


White color preview on #87543D background

This text has white color on #87543D background.


Related colors

Complementary color

Complementary color for #hex is #78ABC2.


I love getcolorcode.com

Triadic colors

1 #3D8754 and #543D87 with #87543D are triadic colors.

2 #3D5487 and #54873D with #87543D are triadic colors.