COLOR #87654B

HEX: #87654B RGB: (135,101,75)

Color info

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

RGB color model

#87654B color RGB value is (135,101,75).

RGB: (135,101,75) (53%, 40%, 29%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 75 of 255 = 29%

135
101
75

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

Portions of RGB colors in percentages

R + G + B = 135 + 101 + 75 = 311 (100%)
R 135 of 311 ~ 43.41%
G 101 of 311 ~ 32.48%
B 75 of 311 ~ 24.12'%

%43.41
%32.48
%24.12

CMYK color model

#87654B color CMYK value is (0,25,44,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 44.44%
  • key color value is 47.06%

CMYK: (0,25,44,47)
C0M25Y44K47 (0%, 25%, 44%, 47%)
(0.00 / 0.25 / 0.44 / 0.47)

CMYK percentages

%0
%25.19
%44.44
%47.06

Codes

Color #87654B in popluar color models

87 65 4B
RGB 135 101 75
HSL 26° 28.57% 41.18%
HSB/HSV 26° 44.44% 52.94%
CMYK 0.00% 25.19% 44.44%
47.06%

Color #87654B in popluar number systems.

HEX 87 65 4B
Decimal 135 101 75
Binary 10000111 1100101 1001011
Octal 207 145 113

Shades and tints

Shades of #87654B

#87654B
(135,101,75)
#7B5C45
(123,92,69)
#6F533F
(111,83,63)
#634A39
(99,74,57)
#574133
(87,65,51)
#4B382D
(75,56,45)
#3F2F27
(63,47,39)
#332621
(51,38,33)
#271D1B
(39,29,27)
#1B1415
(27,20,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #87654B

#87654B
(135,101,75)
#91735B
(145,115,91)
#9B816B
(155,129,107)
#A58F7B
(165,143,123)
#AF9D8B
(175,157,139)
#B9AB9B
(185,171,155)
#C3B9AB
(195,185,171)
#CDC7BB
(205,199,187)
#D7D5CB
(215,213,203)
#E1E3DB
(225,227,219)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87654B; }

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

This text font color is #87654B.

Background Color

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

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

This div background color is #87654B.

Border color

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

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

This div border color is #87654B.

Opacity

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

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

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

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

This text has shadow with #87654B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87654B.

Preview

Color preview on black background

This text has color #87654B on black background.


Color preview on white background

This text has color #87654B on white background.


Black color preview on #87654B background

This text has black color on #87654B background.


White color preview on #87654B background

This text has white color on #87654B background.


Related colors

Complementary color

Complementary color for #hex is #789AB4.


I love getcolorcode.com

Triadic colors

1 #4B8765 and #654B87 with #87654B are triadic colors.

2 #4B6587 and #65874B with #87654B are triadic colors.