COLOR #887C45

HEX: #887C45 RGB: (136,124,69)

Color info

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

RGB color model

#887C45 color RGB value is (136,124,69).

RGB: (136,124,69) (53%, 49%, 27%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 69 of 255 = 27%

136
124
69

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

Portions of RGB colors in percentages

R + G + B = 136 + 124 + 69 = 329 (100%)
R 136 of 329 ~ 41.34%
G 124 of 329 ~ 37.69%
B 69 of 329 ~ 20.97'%

%41.34
%37.69
%20.97

CMYK color model

#887C45 color CMYK value is (0,9,49,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 49.26%
  • key color value is 46.67%

CMYK: (0,9,49,47)
C0M9Y49K47 (0%, 9%, 49%, 47%)
(0.00 / 0.09 / 0.49 / 0.47)

CMYK percentages

%0
%8.82
%49.26
%46.67

Codes

Color #887C45 in popluar color models

88 7C 45
RGB 136 124 69
HSL 49° 32.68% 40.20%
HSB/HSV 49° 49.26% 53.33%
CMYK 0.00% 8.82% 49.26%
46.67%

Color #887C45 in popluar number systems.

HEX 88 7C 45
Decimal 136 124 69
Binary 10001000 1111100 1000101
Octal 210 174 105

Shades and tints

Shades of #887C45

#887C45
(136,124,69)
#7C713F
(124,113,63)
#706639
(112,102,57)
#645B33
(100,91,51)
#58502D
(88,80,45)
#4C4527
(76,69,39)
#403A21
(64,58,33)
#342F1B
(52,47,27)
#282415
(40,36,21)
#1C190F
(28,25,15)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #887C45

#887C45
(136,124,69)
#928755
(146,135,85)
#9C9265
(156,146,101)
#A69D75
(166,157,117)
#B0A885
(176,168,133)
#BAB395
(186,179,149)
#C4BEA5
(196,190,165)
#CEC9B5
(206,201,181)
#D8D4C5
(216,212,197)
#E2DFD5
(226,223,213)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887C45; }

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

This text font color is #887C45.

Background Color

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

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

This div background color is #887C45.

Border color

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

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

This div border color is #887C45.

Opacity

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

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

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

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

This text has shadow with #887C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887C45.

Preview

Color preview on black background

This text has color #887C45 on black background.


Color preview on white background

This text has color #887C45 on white background.


Black color preview on #887C45 background

This text has black color on #887C45 background.


White color preview on #887C45 background

This text has white color on #887C45 background.


Related colors

Complementary color

Complementary color for #hex is #7783BA.


I love getcolorcode.com

Triadic colors

1 #45887C and #7C4588 with #887C45 are triadic colors.

2 #457C88 and #7C8845 with #887C45 are triadic colors.