COLOR #876158

HEX: #876158
RGB: (135,97,88)

Color info

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

RGB color model

#876158 color RGB value is (135,97,88).

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

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 88 of 255 = 35%

135
97
88

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

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 88 = 320 (100%)
R 135 of 320 ~ 42.19%
G 97 of 320 ~ 30.31%
B 88 of 320 ~ 27.5%

%42.19
%30.31
%27.5

CMYK color model

#876158 color CMYK value is (0,28,35,47).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(0,28,35,47)
C0M28Y35K47 
(0%,28%,35%,47%)
(0.00/0.28/0.35/0.47)	

CMYK percentages

%0
%28.15
%34.81
%47.06

Codes

Color #876158 in popluar color models

876158
RGB1359788
HSL11°21.08%43.73%
HSB/HSV11°34.81%52.94%
CMYK0.00%28.15%34.81%
47.06%

Color #876158 in popluar number systems.

HEX876158
Decimal1359788
Binary1000011111000011011000
Octal207141130

Shades and tints

Shades of #876158

#876158
(135,97,88)
#7B5950
(123,89,80)
#6F5148
(111,81,72)
#634940
(99,73,64)
#574138
(87,65,56)
#4B3930
(75,57,48)
#3F3128
(63,49,40)
#332920
(51,41,32)
#272118
(39,33,24)
#1B1910
(27,25,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #876158

#876158
(135,97,88)
#916F67
(145,111,103)
#9B7D76
(155,125,118)
#A58B85
(165,139,133)
#AF9994
(175,153,148)
#B9A7A3
(185,167,163)
#C3B5B2
(195,181,178)
#CDC3C1
(205,195,193)
#D7D1D0
(215,209,208)
#E1DFDF
(225,223,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876158; }

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

This text font color is #876158.


Background Color

.myBgColor { background-color: #876158; }

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

This div background color is #876158.


Border color

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

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

This div border color is #876158.


Opacity

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

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

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

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

This text has shadow with #876158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876158 on black background.


Color preview on white background

This text has color #876158 on white background.



Black color preview on #876158 background

This text has black color on #876158 background.


White color preview on #876158 background

This text has white color on #876158 background.