COLOR #877E2A

HEX: #877E2A
RGB: (135,126,42)

Color info

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

RGB color model

#877E2A color RGB value is (135,126,42).

  • red value is 135;
  • green value is 126;
  • blue value is 42.
RGB:
(135,126,42)
(53%,49%,16%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 42 of 255 = 16%

135
126
42

R + G + B ~ 39%. #877E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 42 = 303 (100%)
R 135 of 303 ~ 44.55%
G 126 of 303 ~ 41.58%
B 42 of 303 ~ 13.86%

%44.55
%41.58
%13.86

CMYK color model

#877E2A color CMYK value is (0,7,69,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 68.89%
  • key color value is 47.06%
CMYK:
(0,7,69,47)
C0M7Y69K47 
(0%,7%,69%,47%)
(0.00/0.07/0.69/0.47)	

CMYK percentages

%0
%6.67
%68.89
%47.06

Codes

Color #877E2A in popluar color models

877E2A
RGB13512642
HSL54°52.54%34.71%
HSB/HSV54°68.89%52.94%
CMYK0.00%6.67%68.89%
47.06%

Color #877E2A in popluar number systems.

HEX877E2A
Decimal13512642
Binary100001111111110101010
Octal20717652

Shades and tints

Shades of #877E2A

#877E2A
(135,126,42)
#7B7327
(123,115,39)
#6F6824
(111,104,36)
#635D21
(99,93,33)
#57521E
(87,82,30)
#4B471B
(75,71,27)
#3F3C18
(63,60,24)
#333115
(51,49,21)
#272612
(39,38,18)
#1B1B0F
(27,27,15)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #877E2A

#877E2A
(135,126,42)
#91893D
(145,137,61)
#9B9450
(155,148,80)
#A59F63
(165,159,99)
#AFAA76
(175,170,118)
#B9B589
(185,181,137)
#C3C09C
(195,192,156)
#CDCBAF
(205,203,175)
#D7D6C2
(215,214,194)
#E1E1D5
(225,225,213)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E2A color. Also use rgb(135,126,42) instead hex code.

Text Font Color

.myTextColor { color: #877E2A; }

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

This text font color is #877E2A.


Background Color

.myBgColor { background-color: #877E2A; }

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

This div background color is #877E2A.


Border color

.myBorderColor { border: 1px solid #877E2A; }

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

This div border color is #877E2A.


Opacity

.myOpacity80 { color: #877E2A; opacity: 0.8; }

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

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

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

This text has shadow with #877E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E2A on black background.


Color preview on white background

This text has color #877E2A on white background.



Black color preview on #877E2A background

This text has black color on #877E2A background.


White color preview on #877E2A background

This text has white color on #877E2A background.