COLOR #876437

HEX: #876437
RGB: (135,100,55)

Color info

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

RGB color model

#876437 color RGB value is (135,100,55).

  • red value is 135;
  • green value is 100;
  • blue value is 55.
RGB:
(135,100,55)
(53%,39%,22%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 55 of 255 = 22%

135
100
55

R + G + B ~ 38%. #876437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 55 = 290 (100%)
R 135 of 290 ~ 46.55%
G 100 of 290 ~ 34.48%
B 55 of 290 ~ 18.97%

%46.55
%34.48
%18.97

CMYK color model

#876437 color CMYK value is (0,26,59,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 59.26%
  • key color value is 47.06%
CMYK:
(0,26,59,47)
C0M26Y59K47 
(0%,26%,59%,47%)
(0.00/0.26/0.59/0.47)	

CMYK percentages

%0
%25.93
%59.26
%47.06

Codes

Color #876437 in popluar color models

876437
RGB13510055
HSL34°42.11%37.25%
HSB/HSV34°59.26%52.94%
CMYK0.00%25.93%59.26%
47.06%

Color #876437 in popluar number systems.

HEX876437
Decimal13510055
Binary100001111100100110111
Octal20714467

Shades and tints

Shades of #876437

#876437
(135,100,55)
#7B5B32
(123,91,50)
#6F522D
(111,82,45)
#634928
(99,73,40)
#574023
(87,64,35)
#4B371E
(75,55,30)
#3F2E19
(63,46,25)
#332514
(51,37,20)
#271C0F
(39,28,15)
#1B130A
(27,19,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #876437

#876437
(135,100,55)
#917249
(145,114,73)
#9B805B
(155,128,91)
#A58E6D
(165,142,109)
#AF9C7F
(175,156,127)
#B9AA91
(185,170,145)
#C3B8A3
(195,184,163)
#CDC6B5
(205,198,181)
#D7D4C7
(215,212,199)
#E1E2D9
(225,226,217)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876437 color. Also use rgb(135,100,55) instead hex code.

Text Font Color

.myTextColor { color: #876437; }

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

This text font color is #876437.


Background Color

.myBgColor { background-color: #876437; }

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

This div background color is #876437.


Border color

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

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

This div border color is #876437.


Opacity

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

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

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

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

This text has shadow with #876437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876437 on black background.


Color preview on white background

This text has color #876437 on white background.



Black color preview on #876437 background

This text has black color on #876437 background.


White color preview on #876437 background

This text has white color on #876437 background.