COLOR #877951

HEX: #877951
RGB: (135,121,81)

Color info

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

RGB color model

#877951 color RGB value is (135,121,81).

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

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 81 of 255 = 32%

135
121
81

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 81 = 337 (100%)
R 135 of 337 ~ 40.06%
G 121 of 337 ~ 35.91%
B 81 of 337 ~ 24.04%

%40.06
%35.91
%24.04

CMYK color model

#877951 color CMYK value is (0,10,40,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 40.00%
  • key color value is 47.06%
CMYK:
(0,10,40,47)
C0M10Y40K47 
(0%,10%,40%,47%)
(0.00/0.10/0.40/0.47)	

CMYK percentages

%0
%10.37
%40
%47.06

Codes

Color #877951 in popluar color models

877951
RGB13512181
HSL44°25.00%42.35%
HSB/HSV44°40.00%52.94%
CMYK0.00%10.37%40.00%
47.06%

Color #877951 in popluar number systems.

HEX877951
Decimal13512181
Binary1000011111110011010001
Octal207171121

Shades and tints

Shades of #877951

#877951
(135,121,81)
#7B6E4A
(123,110,74)
#6F6343
(111,99,67)
#63583C
(99,88,60)
#574D35
(87,77,53)
#4B422E
(75,66,46)
#3F3727
(63,55,39)
#332C20
(51,44,32)
#272119
(39,33,25)
#1B1612
(27,22,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #877951

#877951
(135,121,81)
#918560
(145,133,96)
#9B916F
(155,145,111)
#A59D7E
(165,157,126)
#AFA98D
(175,169,141)
#B9B59C
(185,181,156)
#C3C1AB
(195,193,171)
#CDCDBA
(205,205,186)
#D7D9C9
(215,217,201)
#E1E5D8
(225,229,216)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877951; }

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

This text font color is #877951.


Background Color

.myBgColor { background-color: #877951; }

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

This div background color is #877951.


Border color

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

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

This div border color is #877951.


Opacity

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

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

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

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

This text has shadow with #877951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877951 on black background.


Color preview on white background

This text has color #877951 on white background.



Black color preview on #877951 background

This text has black color on #877951 background.


White color preview on #877951 background

This text has white color on #877951 background.