COLOR #86739F

HEX: #86739F
RGB: (134,115,159)

Color info

#86739F contains red, green and blue colors in about the same proportion. Web safe color of #86739F is #996699 (or #969).

RGB color model

#86739F color RGB value is (134,115,159).

  • red value is 134;
  • green value is 115;
  • blue value is 159.
RGB:
(134,115,159)
(53%,45%,62%)

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 159 of 255 = 62%

134
115
159

R + G + B ~ 53%. #86739F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 159 = 408 (100%)
R 134 of 408 ~ 32.84%
G 115 of 408 ~ 28.19%
B 159 of 408 ~ 38.97%

%32.84
%28.19
%38.97

CMYK color model

#86739F color CMYK value is (16,28,0,38).

  • cyan value is 15.72%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,28,0,38)
C16M28Y0K38 
(16%,28%,0%,38%)
(0.16/0.28/0.00/0.38)	

CMYK percentages

%15.72
%27.67
%0
%37.65

Codes

Color #86739F in popluar color models

86739F
RGB134115159
HSL266°18.64%53.73%
HSB/HSV266°27.67%62.35%
CMYK15.72%27.67%0.00%
37.65%

Color #86739F in popluar number systems.

HEX86739F
Decimal134115159
Binary10000110111001110011111
Octal206163237

Shades and tints

Shades of #86739F

#86739F
(134,115,159)
#7A6991
(122,105,145)
#6E5F83
(110,95,131)
#625575
(98,85,117)
#564B67
(86,75,103)
#4A4159
(74,65,89)
#3E374B
(62,55,75)
#322D3D
(50,45,61)
#26232F
(38,35,47)
#1A1921
(26,25,33)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #86739F

#86739F
(134,115,159)
#917FA7
(145,127,167)
#9C8BAF
(156,139,175)
#A797B7
(167,151,183)
#B2A3BF
(178,163,191)
#BDAFC7
(189,175,199)
#C8BBCF
(200,187,207)
#D3C7D7
(211,199,215)
#DED3DF
(222,211,223)
#E9DFE7
(233,223,231)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86739F color. Also use rgb(134,115,159) instead hex code.

Text Font Color

.myTextColor { color: #86739F; }

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

This text font color is #86739F.


Background Color

.myBgColor { background-color: #86739F; }

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

This div background color is #86739F.


Border color

.myBorderColor { border: 1px solid #86739F; }

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

This div border color is #86739F.


Opacity

.myOpacity80 { color: #86739F; opacity: 0.8; }

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

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

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

This text has shadow with #86739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86739F on black background.


Color preview on white background

This text has color #86739F on white background.



Black color preview on #86739F background

This text has black color on #86739F background.


White color preview on #86739F background

This text has white color on #86739F background.