COLOR #887F45

HEX: #887F45
RGB: (136,127,69)

Color info

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

RGB color model

#887F45 color RGB value is (136,127,69).

  • red value is 136;
  • green value is 127;
  • blue value is 69.
RGB:
(136,127,69)
(53%,50%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 69 of 255 = 27%

136
127
69

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 69 = 332 (100%)
R 136 of 332 ~ 40.96%
G 127 of 332 ~ 38.25%
B 69 of 332 ~ 20.78%

%40.96
%38.25
%20.78

CMYK color model

#887F45 color CMYK value is (0,7,49,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 49.26%
  • key color value is 46.67%
CMYK:
(0,7,49,47)
C0M7Y49K47 
(0%,7%,49%,47%)
(0.00/0.07/0.49/0.47)	

CMYK percentages

%0
%6.62
%49.26
%46.67

Codes

Color #887F45 in popluar color models

887F45
RGB13612769
HSL52°32.68%40.20%
HSB/HSV52°49.26%53.33%
CMYK0.00%6.62%49.26%
46.67%

Color #887F45 in popluar number systems.

HEX887F45
Decimal13612769
Binary1000100011111111000101
Octal210177105

Shades and tints

Shades of #887F45

#887F45
(136,127,69)
#7C743F
(124,116,63)
#706939
(112,105,57)
#645E33
(100,94,51)
#58532D
(88,83,45)
#4C4827
(76,72,39)
#403D21
(64,61,33)
#34321B
(52,50,27)
#282715
(40,39,21)
#1C1C0F
(28,28,15)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #887F45

#887F45
(136,127,69)
#928A55
(146,138,85)
#9C9565
(156,149,101)
#A6A075
(166,160,117)
#B0AB85
(176,171,133)
#BAB695
(186,182,149)
#C4C1A5
(196,193,165)
#CECCB5
(206,204,181)
#D8D7C5
(216,215,197)
#E2E2D5
(226,226,213)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F45 color. Also use rgb(136,127,69) instead hex code.

Text Font Color

.myTextColor { color: #887F45; }

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

This text font color is #887F45.


Background Color

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

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

This div background color is #887F45.


Border color

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

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

This div border color is #887F45.


Opacity

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

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

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

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

This text has shadow with #887F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F45 on black background.


Color preview on white background

This text has color #887F45 on white background.



Black color preview on #887F45 background

This text has black color on #887F45 background.


White color preview on #887F45 background

This text has white color on #887F45 background.