COLOR #887346

HEX: #887346
RGB: (136,115,70)

Color info

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

RGB color model

#887346 color RGB value is (136,115,70).

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

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 70 of 255 = 27%

136
115
70

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 70 = 321 (100%)
R 136 of 321 ~ 42.37%
G 115 of 321 ~ 35.83%
B 70 of 321 ~ 21.81%

%42.37
%35.83
%21.81

CMYK color model

#887346 color CMYK value is (0,15,49,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(0,15,49,47)
C0M15Y49K47 
(0%,15%,49%,47%)
(0.00/0.15/0.49/0.47)	

CMYK percentages

%0
%15.44
%48.53
%46.67

Codes

Color #887346 in popluar color models

887346
RGB13611570
HSL41°32.04%40.39%
HSB/HSV41°48.53%53.33%
CMYK0.00%15.44%48.53%
46.67%

Color #887346 in popluar number systems.

HEX887346
Decimal13611570
Binary1000100011100111000110
Octal210163106

Shades and tints

Shades of #887346

#887346
(136,115,70)
#7C6940
(124,105,64)
#705F3A
(112,95,58)
#645534
(100,85,52)
#584B2E
(88,75,46)
#4C4128
(76,65,40)
#403722
(64,55,34)
#342D1C
(52,45,28)
#282316
(40,35,22)
#1C1910
(28,25,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #887346

#887346
(136,115,70)
#927F56
(146,127,86)
#9C8B66
(156,139,102)
#A69776
(166,151,118)
#B0A386
(176,163,134)
#BAAF96
(186,175,150)
#C4BBA6
(196,187,166)
#CEC7B6
(206,199,182)
#D8D3C6
(216,211,198)
#E2DFD6
(226,223,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887346; }

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

This text font color is #887346.


Background Color

.myBgColor { background-color: #887346; }

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

This div background color is #887346.


Border color

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

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

This div border color is #887346.


Opacity

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

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

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

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

This text has shadow with #887346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887346 on black background.


Color preview on white background

This text has color #887346 on white background.



Black color preview on #887346 background

This text has black color on #887346 background.


White color preview on #887346 background

This text has white color on #887346 background.