COLOR #876362

HEX: #876362
RGB: (135,99,98)

Color info

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

RGB color model

#876362 color RGB value is (135,99,98).

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

RGB channels and saturation

R 135 of 255 = 53%
G 99 of 255 = 39%
B 98 of 255 = 38%

135
99
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 99 + 98 = 332 (100%)
R 135 of 332 ~ 40.66%
G 99 of 332 ~ 29.82%
B 98 of 332 ~ 29.52%

%40.66
%29.82
%29.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK: (0,27,27,47) C0M27Y27K47 (0%,27%,27%,47%) (0.00/0.27/0.27/0.47)

CMYK percentages

%0
%26.67
%27.41
%47.06

Codes

Color #876362 in popluar color models

876362
RGB1359998
HSL15.88%45.69%
HSB/HSV27.41%52.94%
CMYK0.00%26.67%27.41%
47.06%

Color #876362 in popluar number systems.

HEX876362
Decimal1359998
Binary1000011111000111100010
Octal207143142

Shades and tints

Shades of #876362

#876362
(135,99,98)
#7B5A5A
(123,90,90)
#6F5152
(111,81,82)
#63484A
(99,72,74)
#573F42
(87,63,66)
#4B363A
(75,54,58)
#3F2D32
(63,45,50)
#33242A
(51,36,42)
#271B22
(39,27,34)
#1B121A
(27,18,26)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #876362

#876362
(135,99,98)
#917170
(145,113,112)
#9B7F7E
(155,127,126)
#A58D8C
(165,141,140)
#AF9B9A
(175,155,154)
#B9A9A8
(185,169,168)
#C3B7B6
(195,183,182)
#CDC5C4
(205,197,196)
#D7D3D2
(215,211,210)
#E1E1E0
(225,225,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876362; }

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

This text font color is #876362.


Background Color

.myBgColor { background-color: #876362; }

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

This div background color is #876362.


Border color

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

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

This div border color is #876362.


Opacity

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

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

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

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

This text has shadow with #876362 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #876362 on black background.


Color preview on white background

This text has color #876362 on white background.



Black color preview on #876362 background

This text has black color on #876362 background.


White color preview on #876362 background

This text has white color on #876362 background.