COLOR #866376

HEX: #866376
RGB: (134,99,118)

Color info

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

RGB color model

#866376 color RGB value is (134,99,118).

  • red value is 134;
  • green value is 99;
  • blue value is 118.
RGB:
(134,99,118)
(53%,39%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 99 of 255 = 39%
B 118 of 255 = 46%

134
99
118

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

Portions of RGB colors in percentages

R + G + B =
134 + 99 + 118 = 351 (100%)
R 134 of 351 ~ 38.18%
G 99 of 351 ~ 28.21%
B 118 of 351 ~ 33.62%

%38.18
%28.21
%33.62

CMYK color model

#866376 color CMYK value is (0,26,12,47).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,26,12,47)
C0M26Y12K47 
(0%,26%,12%,47%)
(0.00/0.26/0.12/0.47)	

CMYK percentages

%0
%26.12
%11.94
%47.45

Codes

Color #866376 in popluar color models

866376
RGB13499118
HSL327°15.02%45.69%
HSB/HSV327°26.12%52.55%
CMYK0.00%26.12%11.94%
47.45%

Color #866376 in popluar number systems.

HEX866376
Decimal13499118
Binary1000011011000111110110
Octal206143166

Shades and tints

Shades of #866376

#866376
(134,99,118)
#7A5A6C
(122,90,108)
#6E5162
(110,81,98)
#624858
(98,72,88)
#563F4E
(86,63,78)
#4A3644
(74,54,68)
#3E2D3A
(62,45,58)
#322430
(50,36,48)
#261B26
(38,27,38)
#1A121C
(26,18,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #866376

#866376
(134,99,118)
#917182
(145,113,130)
#9C7F8E
(156,127,142)
#A78D9A
(167,141,154)
#B29BA6
(178,155,166)
#BDA9B2
(189,169,178)
#C8B7BE
(200,183,190)
#D3C5CA
(211,197,202)
#DED3D6
(222,211,214)
#E9E1E2
(233,225,226)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866376 color. Also use rgb(134,99,118) instead hex code.

Text Font Color

.myTextColor { color: #866376; }

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

This text font color is #866376.


Background Color

.myBgColor { background-color: #866376; }

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

This div background color is #866376.


Border color

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

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

This div border color is #866376.


Opacity

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

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

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

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

This text has shadow with #866376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866376 on black background.


Color preview on white background

This text has color #866376 on white background.



Black color preview on #866376 background

This text has black color on #866376 background.


White color preview on #866376 background

This text has white color on #866376 background.