COLOR #887A2A

HEX: #887A2A
RGB: (136,122,42)

Color info

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

RGB color model

#887A2A color RGB value is (136,122,42).

  • red value is 136;
  • green value is 122;
  • blue value is 42.
RGB:
(136,122,42)
(53%,48%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 42 of 255 = 16%

136
122
42

R + G + B ~ 39%. #887A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 122 + 42 = 300 (100%)
R 136 of 300 ~ 45.33%
G 122 of 300 ~ 40.67%
B 42 of 300 ~ 14%

%45.33
%40.67
%14

CMYK color model

#887A2A color CMYK value is (0,10,69,47).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(0,10,69,47)
C0M10Y69K47 
(0%,10%,69%,47%)
(0.00/0.10/0.69/0.47)	

CMYK percentages

%0
%10.29
%69.12
%46.67

Codes

Color #887A2A in popluar color models

887A2A
RGB13612242
HSL51°52.81%34.90%
HSB/HSV51°69.12%53.33%
CMYK0.00%10.29%69.12%
46.67%

Color #887A2A in popluar number systems.

HEX887A2A
Decimal13612242
Binary100010001111010101010
Octal21017252

Shades and tints

Shades of #887A2A

#887A2A
(136,122,42)
#7C6F27
(124,111,39)
#706424
(112,100,36)
#645921
(100,89,33)
#584E1E
(88,78,30)
#4C431B
(76,67,27)
#403818
(64,56,24)
#342D15
(52,45,21)
#282212
(40,34,18)
#1C170F
(28,23,15)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #887A2A

#887A2A
(136,122,42)
#92863D
(146,134,61)
#9C9250
(156,146,80)
#A69E63
(166,158,99)
#B0AA76
(176,170,118)
#BAB689
(186,182,137)
#C4C29C
(196,194,156)
#CECEAF
(206,206,175)
#D8DAC2
(216,218,194)
#E2E6D5
(226,230,213)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887A2A color. Also use rgb(136,122,42) instead hex code.

Text Font Color

.myTextColor { color: #887A2A; }

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

This text font color is #887A2A.


Background Color

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

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

This div background color is #887A2A.


Border color

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

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

This div border color is #887A2A.


Opacity

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

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

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

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

This text has shadow with #887A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887A2A on black background.


Color preview on white background

This text has color #887A2A on white background.



Black color preview on #887A2A background

This text has black color on #887A2A background.


White color preview on #887A2A background

This text has white color on #887A2A background.