COLOR #887945

HEX: #887945
RGB: (136,121,69)

Color info

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

RGB color model

#887945 color RGB value is (136,121,69).

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

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 69 of 255 = 27%

136
121
69

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 69 = 326 (100%)
R 136 of 326 ~ 41.72%
G 121 of 326 ~ 37.12%
B 69 of 326 ~ 21.17%

%41.72
%37.12
%21.17

CMYK color model

#887945 color CMYK value is (0,11,49,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 49.26%
  • key color value is 46.67%
CMYK:
(0,11,49,47)
C0M11Y49K47 
(0%,11%,49%,47%)
(0.00/0.11/0.49/0.47)	

CMYK percentages

%0
%11.03
%49.26
%46.67

Codes

Color #887945 in popluar color models

887945
RGB13612169
HSL47°32.68%40.20%
HSB/HSV47°49.26%53.33%
CMYK0.00%11.03%49.26%
46.67%

Color #887945 in popluar number systems.

HEX887945
Decimal13612169
Binary1000100011110011000101
Octal210171105

Shades and tints

Shades of #887945

#887945
(136,121,69)
#7C6E3F
(124,110,63)
#706339
(112,99,57)
#645833
(100,88,51)
#584D2D
(88,77,45)
#4C4227
(76,66,39)
#403721
(64,55,33)
#342C1B
(52,44,27)
#282115
(40,33,21)
#1C160F
(28,22,15)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #887945

#887945
(136,121,69)
#928555
(146,133,85)
#9C9165
(156,145,101)
#A69D75
(166,157,117)
#B0A985
(176,169,133)
#BAB595
(186,181,149)
#C4C1A5
(196,193,165)
#CECDB5
(206,205,181)
#D8D9C5
(216,217,197)
#E2E5D5
(226,229,213)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887945; }

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

This text font color is #887945.


Background Color

.myBgColor { background-color: #887945; }

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

This div background color is #887945.


Border color

.myBorderColor { border: 1px solid #887945; }

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

This div border color is #887945.


Opacity

.myOpacity80 { color: #887945; opacity: 0.8; }

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

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

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

This text has shadow with #887945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887945 on black background.


Color preview on white background

This text has color #887945 on white background.



Black color preview on #887945 background

This text has black color on #887945 background.


White color preview on #887945 background

This text has white color on #887945 background.