COLOR #876149

HEX: #876149
RGB: (135,97,73)

Color info

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

RGB color model

#876149 color RGB value is (135,97,73).

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

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 73 of 255 = 29%

135
97
73

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

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 73 = 305 (100%)
R 135 of 305 ~ 44.26%
G 97 of 305 ~ 31.8%
B 73 of 305 ~ 23.93%

%44.26
%31.8
%23.93

CMYK color model

#876149 color CMYK value is (0,28,46,47).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(0,28,46,47)
C0M28Y46K47 
(0%,28%,46%,47%)
(0.00/0.28/0.46/0.47)	

CMYK percentages

%0
%28.15
%45.93
%47.06

Codes

Color #876149 in popluar color models

876149
RGB1359773
HSL23°29.81%40.78%
HSB/HSV23°45.93%52.94%
CMYK0.00%28.15%45.93%
47.06%

Color #876149 in popluar number systems.

HEX876149
Decimal1359773
Binary1000011111000011001001
Octal207141111

Shades and tints

Shades of #876149

#876149
(135,97,73)
#7B5943
(123,89,67)
#6F513D
(111,81,61)
#634937
(99,73,55)
#574131
(87,65,49)
#4B392B
(75,57,43)
#3F3125
(63,49,37)
#33291F
(51,41,31)
#272119
(39,33,25)
#1B1913
(27,25,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #876149

#876149
(135,97,73)
#916F59
(145,111,89)
#9B7D69
(155,125,105)
#A58B79
(165,139,121)
#AF9989
(175,153,137)
#B9A799
(185,167,153)
#C3B5A9
(195,181,169)
#CDC3B9
(205,195,185)
#D7D1C9
(215,209,201)
#E1DFD9
(225,223,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876149; }

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

This text font color is #876149.


Background Color

.myBgColor { background-color: #876149; }

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

This div background color is #876149.


Border color

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

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

This div border color is #876149.


Opacity

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

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

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

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

This text has shadow with #876149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876149 on black background.


Color preview on white background

This text has color #876149 on white background.



Black color preview on #876149 background

This text has black color on #876149 background.


White color preview on #876149 background

This text has white color on #876149 background.