COLOR #887D4D

HEX: #887D4D RGB: (136,125,77)

Color info

#887D4D contains red, green and blue colors in about the same proportion. Web safe color of #887D4D is #996633 (or #963).

RGB color model

#887D4D color RGB value is (136,125,77).

RGB: (136,125,77) (53%, 49%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 77 of 255 = 30%

136
125
77

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

Portions of RGB colors in percentages

R + G + B = 136 + 125 + 77 = 338 (100%)
R 136 of 338 ~ 40.24%
G 125 of 338 ~ 36.98%
B 77 of 338 ~ 22.78'%

%40.24
%36.98
%22.78

CMYK color model

#887D4D color CMYK value is (0,8,43,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 43.38%
  • key color value is 46.67%

CMYK: (0,8,43,47)
C0M8Y43K47 (0%, 8%, 43%, 47%)
(0.00 / 0.08 / 0.43 / 0.47)

CMYK percentages

%0
%8.09
%43.38
%46.67

Codes

Color #887D4D in popluar color models

88 7D 4D
RGB 136 125 77
HSL 49° 27.70% 41.76%
HSB/HSV 49° 43.38% 53.33%
CMYK 0.00% 8.09% 43.38%
46.67%

Color #887D4D in popluar number systems.

HEX 88 7D 4D
Decimal 136 125 77
Binary 10001000 1111101 1001101
Octal 210 175 115

Shades and tints

Shades of #887D4D

#887D4D
(136,125,77)
#7C7246
(124,114,70)
#70673F
(112,103,63)
#645C38
(100,92,56)
#585131
(88,81,49)
#4C462A
(76,70,42)
#403B23
(64,59,35)
#34301C
(52,48,28)
#282515
(40,37,21)
#1C1A0E
(28,26,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #887D4D

#887D4D
(136,125,77)
#92885D
(146,136,93)
#9C936D
(156,147,109)
#A69E7D
(166,158,125)
#B0A98D
(176,169,141)
#BAB49D
(186,180,157)
#C4BFAD
(196,191,173)
#CECABD
(206,202,189)
#D8D5CD
(216,213,205)
#E2E0DD
(226,224,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D4D; }

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

This text font color is #887D4D.

Background Color

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

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

This div background color is #887D4D.

Border color

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

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

This div border color is #887D4D.

Opacity

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

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

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

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

This text has shadow with #887D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887D4D.

Preview

Color preview on black background

This text has color #887D4D on black background.


Color preview on white background

This text has color #887D4D on white background.


Black color preview on #887D4D background

This text has black color on #887D4D background.


White color preview on #887D4D background

This text has white color on #887D4D background.


Related colors

Complementary color

Complementary color for #hex is #7782B2.


I love getcolorcode.com

Triadic colors

1 #4D887D and #7D4D88 with #887D4D are triadic colors.

2 #4D7D88 and #7D884D with #887D4D are triadic colors.