COLOR #877F31

HEX: #877F31
RGB: (135,127,49)

Color info

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

RGB color model

#877F31 color RGB value is (135,127,49).

  • red value is 135;
  • green value is 127;
  • blue value is 49.
RGB:
(135,127,49)
(53%,50%,19%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 49 of 255 = 19%

135
127
49

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 49 = 311 (100%)
R 135 of 311 ~ 43.41%
G 127 of 311 ~ 40.84%
B 49 of 311 ~ 15.76%

%43.41
%40.84
%15.76

CMYK color model

#877F31 color CMYK value is (0,6,64,47).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(0,6,64,47)
C0M6Y64K47 
(0%,6%,64%,47%)
(0.00/0.06/0.64/0.47)	

CMYK percentages

%0
%5.93
%63.7
%47.06

Codes

Color #877F31 in popluar color models

877F31
RGB13512749
HSL54°46.74%36.08%
HSB/HSV54°63.70%52.94%
CMYK0.00%5.93%63.70%
47.06%

Color #877F31 in popluar number systems.

HEX877F31
Decimal13512749
Binary100001111111111110001
Octal20717761

Shades and tints

Shades of #877F31

#877F31
(135,127,49)
#7B742D
(123,116,45)
#6F6929
(111,105,41)
#635E25
(99,94,37)
#575321
(87,83,33)
#4B481D
(75,72,29)
#3F3D19
(63,61,25)
#333215
(51,50,21)
#272711
(39,39,17)
#1B1C0D
(27,28,13)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #877F31

#877F31
(135,127,49)
#918A43
(145,138,67)
#9B9555
(155,149,85)
#A5A067
(165,160,103)
#AFAB79
(175,171,121)
#B9B68B
(185,182,139)
#C3C19D
(195,193,157)
#CDCCAF
(205,204,175)
#D7D7C1
(215,215,193)
#E1E2D3
(225,226,211)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877F31 color. Also use rgb(135,127,49) instead hex code.

Text Font Color

.myTextColor { color: #877F31; }

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

This text font color is #877F31.


Background Color

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

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

This div background color is #877F31.


Border color

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

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

This div border color is #877F31.


Opacity

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

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

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

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

This text has shadow with #877F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877F31 on black background.


Color preview on white background

This text has color #877F31 on white background.



Black color preview on #877F31 background

This text has black color on #877F31 background.


White color preview on #877F31 background

This text has white color on #877F31 background.