COLOR #876549

HEX: #876549
RGB: (135,101,73)

Color info

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

RGB color model

#876549 color RGB value is (135,101,73).

  • red value is 135;
  • green value is 101;
  • blue value is 73.
RGB:
(135,101,73)
(53%,40%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 73 of 255 = 29%

135
101
73

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 73 = 309 (100%)
R 135 of 309 ~ 43.69%
G 101 of 309 ~ 32.69%
B 73 of 309 ~ 23.62%

%43.69
%32.69
%23.62

CMYK color model

#876549 color CMYK value is (0,25,46,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(0,25,46,47)
C0M25Y46K47 
(0%,25%,46%,47%)
(0.00/0.25/0.46/0.47)	

CMYK percentages

%0
%25.19
%45.93
%47.06

Codes

Color #876549 in popluar color models

876549
RGB13510173
HSL27°29.81%40.78%
HSB/HSV27°45.93%52.94%
CMYK0.00%25.19%45.93%
47.06%

Color #876549 in popluar number systems.

HEX876549
Decimal13510173
Binary1000011111001011001001
Octal207145111

Shades and tints

Shades of #876549

#876549
(135,101,73)
#7B5C43
(123,92,67)
#6F533D
(111,83,61)
#634A37
(99,74,55)
#574131
(87,65,49)
#4B382B
(75,56,43)
#3F2F25
(63,47,37)
#33261F
(51,38,31)
#271D19
(39,29,25)
#1B1413
(27,20,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #876549

#876549
(135,101,73)
#917359
(145,115,89)
#9B8169
(155,129,105)
#A58F79
(165,143,121)
#AF9D89
(175,157,137)
#B9AB99
(185,171,153)
#C3B9A9
(195,185,169)
#CDC7B9
(205,199,185)
#D7D5C9
(215,213,201)
#E1E3D9
(225,227,217)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876549 color. Also use rgb(135,101,73) instead hex code.

Text Font Color

.myTextColor { color: #876549; }

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

This text font color is #876549.


Background Color

.myBgColor { background-color: #876549; }

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

This div background color is #876549.


Border color

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

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

This div border color is #876549.


Opacity

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

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

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

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

This text has shadow with #876549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876549 on black background.


Color preview on white background

This text has color #876549 on white background.



Black color preview on #876549 background

This text has black color on #876549 background.


White color preview on #876549 background

This text has white color on #876549 background.