COLOR #887D4A

HEX: #887D4A
RGB: (136,125,74)

Color info

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

RGB color model

#887D4A color RGB value is (136,125,74).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 74 of 255 = 29%

136
125
74

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 74 = 335 (100%)
R 136 of 335 ~ 40.6%
G 125 of 335 ~ 37.31%
B 74 of 335 ~ 22.09%

%40.6
%37.31
%22.09

CMYK color model

#887D4A color CMYK value is (0,8,46,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(0,8,46,47)
C0M8Y46K47 
(0%,8%,46%,47%)
(0.00/0.08/0.46/0.47)	

CMYK percentages

%0
%8.09
%45.59
%46.67

Codes

Color #887D4A in popluar color models

887D4A
RGB13612574
HSL49°29.52%41.18%
HSB/HSV49°45.59%53.33%
CMYK0.00%8.09%45.59%
46.67%

Color #887D4A in popluar number systems.

HEX887D4A
Decimal13612574
Binary1000100011111011001010
Octal210175112

Shades and tints

Shades of #887D4A

#887D4A
(136,125,74)
#7C7244
(124,114,68)
#70673E
(112,103,62)
#645C38
(100,92,56)
#585132
(88,81,50)
#4C462C
(76,70,44)
#403B26
(64,59,38)
#343020
(52,48,32)
#28251A
(40,37,26)
#1C1A14
(28,26,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #887D4A

#887D4A
(136,125,74)
#92885A
(146,136,90)
#9C936A
(156,147,106)
#A69E7A
(166,158,122)
#B0A98A
(176,169,138)
#BAB49A
(186,180,154)
#C4BFAA
(196,191,170)
#CECABA
(206,202,186)
#D8D5CA
(216,213,202)
#E2E0DA
(226,224,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D4A; }

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

This text font color is #887D4A.


Background Color

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

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

This div background color is #887D4A.


Border color

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

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

This div border color is #887D4A.


Opacity

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

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

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

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

This text has shadow with #887D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D4A on black background.


Color preview on white background

This text has color #887D4A on white background.



Black color preview on #887D4A background

This text has black color on #887D4A background.


White color preview on #887D4A background

This text has white color on #887D4A background.