COLOR #887B54

HEX: #887B54
RGB: (136,123,84)

Color info

#887B54 contains red, green and blue colors in about the same proportion. Web safe color of #887B54 is #996666 (or #966).

RGB color model

#887B54 color RGB value is (136,123,84).

  • red value is 136;
  • green value is 123;
  • blue value is 84.
RGB: (136,123,84) (53%,48%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 84 of 255 = 33%

136
123
84

R + G + B ~ 45%. #887B54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 84 = 343 (100%)
R 136 of 343 ~ 39.65%
G 123 of 343 ~ 35.86%
B 84 of 343 ~ 24.49%

%39.65
%35.86
%24.49

CMYK color model

#887B54 color CMYK value is (0,10,38,47).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 38.24%
  • key color value is 46.67%
CMYK: (0,10,38,47) C0M10Y38K47 (0%,10%,38%,47%) (0.00/0.10/0.38/0.47)

CMYK percentages

%0
%9.56
%38.24
%46.67

Codes

Color #887B54 in popluar color models

887B54
RGB13612384
HSL45°23.64%43.14%
HSB/HSV45°38.24%53.33%
CMYK0.00%9.56%38.24%
46.67%

Color #887B54 in popluar number systems.

HEX887B54
Decimal13612384
Binary1000100011110111010100
Octal210173124

Shades and tints

Shades of #887B54

#887B54
(136,123,84)
#7C704D
(124,112,77)
#706546
(112,101,70)
#645A3F
(100,90,63)
#584F38
(88,79,56)
#4C4431
(76,68,49)
#40392A
(64,57,42)
#342E23
(52,46,35)
#28231C
(40,35,28)
#1C1815
(28,24,21)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #887B54

#887B54
(136,123,84)
#928763
(146,135,99)
#9C9372
(156,147,114)
#A69F81
(166,159,129)
#B0AB90
(176,171,144)
#BAB79F
(186,183,159)
#C4C3AE
(196,195,174)
#CECFBD
(206,207,189)
#D8DBCC
(216,219,204)
#E2E7DB
(226,231,219)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B54 color. Also use rgb(136,123,84) instead hex code.

Text Font Color

.myTextColor { color: #887B54; }

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

This text font color is #887B54.


Background Color

.myBgColor { background-color: #887B54; }

<div style="background-color:#887B54">Inner text</div>

This div background color is #887B54.


Border color

.myBorderColor { border: 1px solid #887B54; }

<div style="border:3px solid #887B54">Div</div>

This div border color is #887B54.


Opacity

.myOpacity80 { color: #887B54; opacity: 0.8; }

<p style="color:#887B54;opacity:0.8;">80%</p>

Text with #887B54 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 #887B54;}

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

This text has shadow with #887B54 color.

.textShadow {text-shadow: 3px 3px 1px #887B54, 3px 3px 1px red;}

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

This text has shadow with #887B54 primary color and red secondary color.


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

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

This text has shadow with #887B54 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #887B54; -webkit-box-shadow:	1px 1px 3px 2px #887B54; box-shadow:	1px 1px 3px 2px #887B54; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887B54; -webkit-box-shadow: 1px 1px 3px 2px #887B54; box-shadow:1px 1px 3px 2px #887B54;">
Div content here</div>
This div box has shadow with color #887B54.

Preview

Color preview on black background

This text has color #887B54 on black background.


Color preview on white background

This text has color #887B54 on white background.



Black color preview on #887B54 background

This text has black color on #887B54 background.


White color preview on #887B54 background

This text has white color on #887B54 background.