COLOR #887E2F

HEX: #887E2F
RGB: (136,126,47)

Color info

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

RGB color model

#887E2F color RGB value is (136,126,47).

  • red value is 136;
  • green value is 126;
  • blue value is 47.
RGB:
(136,126,47)
(53%,49%,18%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 47 of 255 = 18%

136
126
47

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

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 47 = 309 (100%)
R 136 of 309 ~ 44.01%
G 126 of 309 ~ 40.78%
B 47 of 309 ~ 15.21%

%44.01
%40.78
%15.21

CMYK color model

#887E2F color CMYK value is (0,7,65,47).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 65.44%
  • key color value is 46.67%
CMYK:
(0,7,65,47)
C0M7Y65K47 
(0%,7%,65%,47%)
(0.00/0.07/0.65/0.47)	

CMYK percentages

%0
%7.35
%65.44
%46.67

Codes

Color #887E2F in popluar color models

887E2F
RGB13612647
HSL53°48.63%35.88%
HSB/HSV53°65.44%53.33%
CMYK0.00%7.35%65.44%
46.67%

Color #887E2F in popluar number systems.

HEX887E2F
Decimal13612647
Binary100010001111110101111
Octal21017657

Shades and tints

Shades of #887E2F

#887E2F
(136,126,47)
#7C732B
(124,115,43)
#706827
(112,104,39)
#645D23
(100,93,35)
#58521F
(88,82,31)
#4C471B
(76,71,27)
#403C17
(64,60,23)
#343113
(52,49,19)
#28260F
(40,38,15)
#1C1B0B
(28,27,11)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #887E2F

#887E2F
(136,126,47)
#928941
(146,137,65)
#9C9453
(156,148,83)
#A69F65
(166,159,101)
#B0AA77
(176,170,119)
#BAB589
(186,181,137)
#C4C09B
(196,192,155)
#CECBAD
(206,203,173)
#D8D6BF
(216,214,191)
#E2E1D1
(226,225,209)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887E2F color. Also use rgb(136,126,47) instead hex code.

Text Font Color

.myTextColor { color: #887E2F; }

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

This text font color is #887E2F.


Background Color

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

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

This div background color is #887E2F.


Border color

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

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

This div border color is #887E2F.


Opacity

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

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

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

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

This text has shadow with #887E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E2F on black background.


Color preview on white background

This text has color #887E2F on white background.



Black color preview on #887E2F background

This text has black color on #887E2F background.


White color preview on #887E2F background

This text has white color on #887E2F background.