COLOR #866374

HEX: #866374
RGB: (134,99,116)

Color info

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

RGB color model

#866374 color RGB value is (134,99,116).

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

RGB channels and saturation

R 134 of 255 = 53%
G 99 of 255 = 39%
B 116 of 255 = 45%

134
99
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 99 + 116 = 349 (100%)
R 134 of 349 ~ 38.4%
G 99 of 349 ~ 28.37%
B 116 of 349 ~ 33.24%

%38.4
%28.37
%33.24

CMYK color model

#866374 color CMYK value is (0,26,13,47).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(0,26,13,47)
C0M26Y13K47 
(0%,26%,13%,47%)
(0.00/0.26/0.13/0.47)	

CMYK percentages

%0
%26.12
%13.43
%47.45

Codes

Color #866374 in popluar color models

866374
RGB13499116
HSL331°15.02%45.69%
HSB/HSV331°26.12%52.55%
CMYK0.00%26.12%13.43%
47.45%

Color #866374 in popluar number systems.

HEX866374
Decimal13499116
Binary1000011011000111110100
Octal206143164

Shades and tints

Shades of #866374

#866374
(134,99,116)
#7A5A6A
(122,90,106)
#6E5160
(110,81,96)
#624856
(98,72,86)
#563F4C
(86,63,76)
#4A3642
(74,54,66)
#3E2D38
(62,45,56)
#32242E
(50,36,46)
#261B24
(38,27,36)
#1A121A
(26,18,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #866374

#866374
(134,99,116)
#917180
(145,113,128)
#9C7F8C
(156,127,140)
#A78D98
(167,141,152)
#B29BA4
(178,155,164)
#BDA9B0
(189,169,176)
#C8B7BC
(200,183,188)
#D3C5C8
(211,197,200)
#DED3D4
(222,211,212)
#E9E1E0
(233,225,224)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866374; }

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

This text font color is #866374.


Background Color

.myBgColor { background-color: #866374; }

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

This div background color is #866374.


Border color

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

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

This div border color is #866374.


Opacity

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

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

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

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

This text has shadow with #866374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866374 on black background.


Color preview on white background

This text has color #866374 on white background.



Black color preview on #866374 background

This text has black color on #866374 background.


White color preview on #866374 background

This text has white color on #866374 background.