COLOR #876265

HEX: #876265
RGB: (135,98,101)

Color info

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

RGB color model

#876265 color RGB value is (135,98,101).

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

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 101 of 255 = 40%

135
98
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 101 = 334 (100%)
R 135 of 334 ~ 40.42%
G 98 of 334 ~ 29.34%
B 101 of 334 ~ 30.24%

%40.42
%29.34
%30.24

CMYK color model

#876265 color CMYK value is (0,27,25,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,27,25,47)
C0M27Y25K47 
(0%,27%,25%,47%)
(0.00/0.27/0.25/0.47)	

CMYK percentages

%0
%27.41
%25.19
%47.06

Codes

Color #876265 in popluar color models

876265
RGB13598101
HSL355°15.88%45.69%
HSB/HSV355°27.41%52.94%
CMYK0.00%27.41%25.19%
47.06%

Color #876265 in popluar number systems.

HEX876265
Decimal13598101
Binary1000011111000101100101
Octal207142145

Shades and tints

Shades of #876265

#876265
(135,98,101)
#7B5A5C
(123,90,92)
#6F5253
(111,82,83)
#634A4A
(99,74,74)
#574241
(87,66,65)
#4B3A38
(75,58,56)
#3F322F
(63,50,47)
#332A26
(51,42,38)
#27221D
(39,34,29)
#1B1A14
(27,26,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #876265

#876265
(135,98,101)
#917073
(145,112,115)
#9B7E81
(155,126,129)
#A58C8F
(165,140,143)
#AF9A9D
(175,154,157)
#B9A8AB
(185,168,171)
#C3B6B9
(195,182,185)
#CDC4C7
(205,196,199)
#D7D2D5
(215,210,213)
#E1E0E3
(225,224,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876265; }

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

This text font color is #876265.


Background Color

.myBgColor { background-color: #876265; }

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

This div background color is #876265.


Border color

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

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

This div border color is #876265.


Opacity

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

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

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

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

This text has shadow with #876265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876265 on black background.


Color preview on white background

This text has color #876265 on white background.



Black color preview on #876265 background

This text has black color on #876265 background.


White color preview on #876265 background

This text has white color on #876265 background.