COLOR #887442

HEX: #887442
RGB: (136,116,66)

Color info

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

RGB color model

#887442 color RGB value is (136,116,66).

  • red value is 136;
  • green value is 116;
  • blue value is 66.
RGB:
(136,116,66)
(53%,45%,26%)

RGB channels and saturation

R 136 of 255 = 53%
G 116 of 255 = 45%
B 66 of 255 = 26%

136
116
66

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

Portions of RGB colors in percentages

R + G + B =
136 + 116 + 66 = 318 (100%)
R 136 of 318 ~ 42.77%
G 116 of 318 ~ 36.48%
B 66 of 318 ~ 20.75%

%42.77
%36.48
%20.75

CMYK color model

#887442 color CMYK value is (0,15,51,47).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 51.47%
  • key color value is 46.67%
CMYK:
(0,15,51,47)
C0M15Y51K47 
(0%,15%,51%,47%)
(0.00/0.15/0.51/0.47)	

CMYK percentages

%0
%14.71
%51.47
%46.67

Codes

Color #887442 in popluar color models

887442
RGB13611666
HSL43°34.65%39.61%
HSB/HSV43°51.47%53.33%
CMYK0.00%14.71%51.47%
46.67%

Color #887442 in popluar number systems.

HEX887442
Decimal13611666
Binary1000100011101001000010
Octal210164102

Shades and tints

Shades of #887442

#887442
(136,116,66)
#7C6A3C
(124,106,60)
#706036
(112,96,54)
#645630
(100,86,48)
#584C2A
(88,76,42)
#4C4224
(76,66,36)
#40381E
(64,56,30)
#342E18
(52,46,24)
#282412
(40,36,18)
#1C1A0C
(28,26,12)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #887442

#887442
(136,116,66)
#928053
(146,128,83)
#9C8C64
(156,140,100)
#A69875
(166,152,117)
#B0A486
(176,164,134)
#BAB097
(186,176,151)
#C4BCA8
(196,188,168)
#CEC8B9
(206,200,185)
#D8D4CA
(216,212,202)
#E2E0DB
(226,224,219)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887442 color. Also use rgb(136,116,66) instead hex code.

Text Font Color

.myTextColor { color: #887442; }

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

This text font color is #887442.


Background Color

.myBgColor { background-color: #887442; }

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

This div background color is #887442.


Border color

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

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

This div border color is #887442.


Opacity

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

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

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

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

This text has shadow with #887442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887442 on black background.


Color preview on white background

This text has color #887442 on white background.



Black color preview on #887442 background

This text has black color on #887442 background.


White color preview on #887442 background

This text has white color on #887442 background.