COLOR #887D58

HEX: #887D58
RGB: (136,125,88)

Color info

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

RGB color model

#887D58 color RGB value is (136,125,88).

  • red value is 136;
  • green value is 125;
  • blue value is 88.
RGB:
(136,125,88)
(53%,49%,35%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 88 of 255 = 35%

136
125
88

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 88 = 349 (100%)
R 136 of 349 ~ 38.97%
G 125 of 349 ~ 35.82%
B 88 of 349 ~ 25.21%

%38.97
%35.82
%25.21

CMYK color model

#887D58 color CMYK value is (0,8,35,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(0,8,35,47)
C0M8Y35K47 
(0%,8%,35%,47%)
(0.00/0.08/0.35/0.47)	

CMYK percentages

%0
%8.09
%35.29
%46.67

Codes

Color #887D58 in popluar color models

887D58
RGB13612588
HSL46°21.43%43.92%
HSB/HSV46°35.29%53.33%
CMYK0.00%8.09%35.29%
46.67%

Color #887D58 in popluar number systems.

HEX887D58
Decimal13612588
Binary1000100011111011011000
Octal210175130

Shades and tints

Shades of #887D58

#887D58
(136,125,88)
#7C7250
(124,114,80)
#706748
(112,103,72)
#645C40
(100,92,64)
#585138
(88,81,56)
#4C4630
(76,70,48)
#403B28
(64,59,40)
#343020
(52,48,32)
#282518
(40,37,24)
#1C1A10
(28,26,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #887D58

#887D58
(136,125,88)
#928867
(146,136,103)
#9C9376
(156,147,118)
#A69E85
(166,158,133)
#B0A994
(176,169,148)
#BAB4A3
(186,180,163)
#C4BFB2
(196,191,178)
#CECAC1
(206,202,193)
#D8D5D0
(216,213,208)
#E2E0DF
(226,224,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D58 color. Also use rgb(136,125,88) instead hex code.

Text Font Color

.myTextColor { color: #887D58; }

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

This text font color is #887D58.


Background Color

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

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

This div background color is #887D58.


Border color

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

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

This div border color is #887D58.


Opacity

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

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

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

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

This text has shadow with #887D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D58 on black background.


Color preview on white background

This text has color #887D58 on white background.



Black color preview on #887D58 background

This text has black color on #887D58 background.


White color preview on #887D58 background

This text has white color on #887D58 background.