COLOR #877967

HEX: #877967
RGB: (135,121,103)

Color info

#877967 contains red, green and blue colors in about the same proportion. Web safe color of #877967 is #996666 (or #966).

RGB color model

#877967 color RGB value is (135,121,103).

  • red value is 135;
  • green value is 121;
  • blue value is 103.
RGB:
(135,121,103)
(53%,47%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 103 of 255 = 40%

135
121
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 103 = 359 (100%)
R 135 of 359 ~ 37.6%
G 121 of 359 ~ 33.7%
B 103 of 359 ~ 28.69%

%37.6
%33.7
%28.69

CMYK color model

#877967 color CMYK value is (0,10,24,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,10,24,47)
C0M10Y24K47 
(0%,10%,24%,47%)
(0.00/0.10/0.24/0.47)	

CMYK percentages

%0
%10.37
%23.7
%47.06

Codes

Color #877967 in popluar color models

877967
RGB135121103
HSL34°13.45%46.67%
HSB/HSV34°23.70%52.94%
CMYK0.00%10.37%23.70%
47.06%

Color #877967 in popluar number systems.

HEX877967
Decimal135121103
Binary1000011111110011100111
Octal207171147

Shades and tints

Shades of #877967

#877967
(135,121,103)
#7B6E5E
(123,110,94)
#6F6355
(111,99,85)
#63584C
(99,88,76)
#574D43
(87,77,67)
#4B423A
(75,66,58)
#3F3731
(63,55,49)
#332C28
(51,44,40)
#27211F
(39,33,31)
#1B1616
(27,22,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #877967

#877967
(135,121,103)
#918574
(145,133,116)
#9B9181
(155,145,129)
#A59D8E
(165,157,142)
#AFA99B
(175,169,155)
#B9B5A8
(185,181,168)
#C3C1B5
(195,193,181)
#CDCDC2
(205,205,194)
#D7D9CF
(215,217,207)
#E1E5DC
(225,229,220)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877967 color. Also use rgb(135,121,103) instead hex code.

Text Font Color

.myTextColor { color: #877967; }

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

This text font color is #877967.


Background Color

.myBgColor { background-color: #877967; }

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

This div background color is #877967.


Border color

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

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

This div border color is #877967.


Opacity

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

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

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

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

This text has shadow with #877967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877967 on black background.


Color preview on white background

This text has color #877967 on white background.



Black color preview on #877967 background

This text has black color on #877967 background.


White color preview on #877967 background

This text has white color on #877967 background.