COLOR #887746

HEX: #887746
RGB: (136,119,70)

Color info

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

RGB color model

#887746 color RGB value is (136,119,70).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 70 of 255 = 27%

136
119
70

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 70 = 325 (100%)
R 136 of 325 ~ 41.85%
G 119 of 325 ~ 36.62%
B 70 of 325 ~ 21.54%

%41.85
%36.62
%21.54

CMYK color model

#887746 color CMYK value is (0,13,49,47).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(0,13,49,47)
C0M13Y49K47 
(0%,13%,49%,47%)
(0.00/0.13/0.49/0.47)	

CMYK percentages

%0
%12.5
%48.53
%46.67

Codes

Color #887746 in popluar color models

887746
RGB13611970
HSL45°32.04%40.39%
HSB/HSV45°48.53%53.33%
CMYK0.00%12.50%48.53%
46.67%

Color #887746 in popluar number systems.

HEX887746
Decimal13611970
Binary1000100011101111000110
Octal210167106

Shades and tints

Shades of #887746

#887746
(136,119,70)
#7C6D40
(124,109,64)
#70633A
(112,99,58)
#645934
(100,89,52)
#584F2E
(88,79,46)
#4C4528
(76,69,40)
#403B22
(64,59,34)
#34311C
(52,49,28)
#282716
(40,39,22)
#1C1D10
(28,29,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #887746

#887746
(136,119,70)
#928356
(146,131,86)
#9C8F66
(156,143,102)
#A69B76
(166,155,118)
#B0A786
(176,167,134)
#BAB396
(186,179,150)
#C4BFA6
(196,191,166)
#CECBB6
(206,203,182)
#D8D7C6
(216,215,198)
#E2E3D6
(226,227,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887746 color. Also use rgb(136,119,70) instead hex code.

Text Font Color

.myTextColor { color: #887746; }

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

This text font color is #887746.


Background Color

.myBgColor { background-color: #887746; }

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

This div background color is #887746.


Border color

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

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

This div border color is #887746.


Opacity

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

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

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

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

This text has shadow with #887746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887746 on black background.


Color preview on white background

This text has color #887746 on white background.



Black color preview on #887746 background

This text has black color on #887746 background.


White color preview on #887746 background

This text has white color on #887746 background.