COLOR #887D3F

HEX: #887D3F
RGB: (136,125,63)

Color info

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

RGB color model

#887D3F color RGB value is (136,125,63).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 63 of 255 = 25%

136
125
63

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 63 = 324 (100%)
R 136 of 324 ~ 41.98%
G 125 of 324 ~ 38.58%
B 63 of 324 ~ 19.44%

%41.98
%38.58
%19.44

CMYK color model

#887D3F color CMYK value is (0,8,54,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 53.68%
  • key color value is 46.67%
CMYK:
(0,8,54,47)
C0M8Y54K47 
(0%,8%,54%,47%)
(0.00/0.08/0.54/0.47)	

CMYK percentages

%0
%8.09
%53.68
%46.67

Codes

Color #887D3F in popluar color models

887D3F
RGB13612563
HSL51°36.68%39.02%
HSB/HSV51°53.68%53.33%
CMYK0.00%8.09%53.68%
46.67%

Color #887D3F in popluar number systems.

HEX887D3F
Decimal13612563
Binary100010001111101111111
Octal21017577

Shades and tints

Shades of #887D3F

#887D3F
(136,125,63)
#7C723A
(124,114,58)
#706735
(112,103,53)
#645C30
(100,92,48)
#58512B
(88,81,43)
#4C4626
(76,70,38)
#403B21
(64,59,33)
#34301C
(52,48,28)
#282517
(40,37,23)
#1C1A12
(28,26,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #887D3F

#887D3F
(136,125,63)
#928850
(146,136,80)
#9C9361
(156,147,97)
#A69E72
(166,158,114)
#B0A983
(176,169,131)
#BAB494
(186,180,148)
#C4BFA5
(196,191,165)
#CECAB6
(206,202,182)
#D8D5C7
(216,213,199)
#E2E0D8
(226,224,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D3F; }

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

This text font color is #887D3F.


Background Color

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

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

This div background color is #887D3F.


Border color

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

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

This div border color is #887D3F.


Opacity

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

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

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

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

This text has shadow with #887D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D3F on black background.


Color preview on white background

This text has color #887D3F on white background.



Black color preview on #887D3F background

This text has black color on #887D3F background.


White color preview on #887D3F background

This text has white color on #887D3F background.