COLOR #876546

HEX: #876546
RGB: (135,101,70)

Color info

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

RGB color model

#876546 color RGB value is (135,101,70).

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

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 70 of 255 = 27%

135
101
70

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 70 = 306 (100%)
R 135 of 306 ~ 44.12%
G 101 of 306 ~ 33.01%
B 70 of 306 ~ 22.88%

%44.12
%33.01
%22.88

CMYK color model

#876546 color CMYK value is (0,25,48,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(0,25,48,47)
C0M25Y48K47 
(0%,25%,48%,47%)
(0.00/0.25/0.48/0.47)	

CMYK percentages

%0
%25.19
%48.15
%47.06

Codes

Color #876546 in popluar color models

876546
RGB13510170
HSL29°31.71%40.20%
HSB/HSV29°48.15%52.94%
CMYK0.00%25.19%48.15%
47.06%

Color #876546 in popluar number systems.

HEX876546
Decimal13510170
Binary1000011111001011000110
Octal207145106

Shades and tints

Shades of #876546

#876546
(135,101,70)
#7B5C40
(123,92,64)
#6F533A
(111,83,58)
#634A34
(99,74,52)
#57412E
(87,65,46)
#4B3828
(75,56,40)
#3F2F22
(63,47,34)
#33261C
(51,38,28)
#271D16
(39,29,22)
#1B1410
(27,20,16)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #876546

#876546
(135,101,70)
#917356
(145,115,86)
#9B8166
(155,129,102)
#A58F76
(165,143,118)
#AF9D86
(175,157,134)
#B9AB96
(185,171,150)
#C3B9A6
(195,185,166)
#CDC7B6
(205,199,182)
#D7D5C6
(215,213,198)
#E1E3D6
(225,227,214)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876546; }

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

This text font color is #876546.


Background Color

.myBgColor { background-color: #876546; }

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

This div background color is #876546.


Border color

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

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

This div border color is #876546.


Opacity

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

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

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

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

This text has shadow with #876546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876546 on black background.


Color preview on white background

This text has color #876546 on white background.



Black color preview on #876546 background

This text has black color on #876546 background.


White color preview on #876546 background

This text has white color on #876546 background.