COLOR #86739A

HEX: #86739A
RGB: (134,115,154)

Color info

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

RGB color model

#86739A color RGB value is (134,115,154).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 154 of 255 = 60%

134
115
154

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 154 = 403 (100%)
R 134 of 403 ~ 33.25%
G 115 of 403 ~ 28.54%
B 154 of 403 ~ 38.21%

%33.25
%28.54
%38.21

CMYK color model

#86739A color CMYK value is (13,25,0,40).

  • cyan value is 12.99%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(13,25,0,40)
C13M25Y0K40 
(13%,25%,0%,40%)
(0.13/0.25/0.00/0.40)	

CMYK percentages

%12.99
%25.32
%0
%39.61

Codes

Color #86739A in popluar color models

86739A
RGB134115154
HSL269°16.18%52.75%
HSB/HSV269°25.32%60.39%
CMYK12.99%25.32%0.00%
39.61%

Color #86739A in popluar number systems.

HEX86739A
Decimal134115154
Binary10000110111001110011010
Octal206163232

Shades and tints

Shades of #86739A

#86739A
(134,115,154)
#7A698C
(122,105,140)
#6E5F7E
(110,95,126)
#625570
(98,85,112)
#564B62
(86,75,98)
#4A4154
(74,65,84)
#3E3746
(62,55,70)
#322D38
(50,45,56)
#26232A
(38,35,42)
#1A191C
(26,25,28)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #86739A

#86739A
(134,115,154)
#917FA3
(145,127,163)
#9C8BAC
(156,139,172)
#A797B5
(167,151,181)
#B2A3BE
(178,163,190)
#BDAFC7
(189,175,199)
#C8BBD0
(200,187,208)
#D3C7D9
(211,199,217)
#DED3E2
(222,211,226)
#E9DFEB
(233,223,235)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86739A; }

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

This text font color is #86739A.


Background Color

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

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

This div background color is #86739A.


Border color

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

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

This div border color is #86739A.


Opacity

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

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

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

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

This text has shadow with #86739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86739A on black background.


Color preview on white background

This text has color #86739A on white background.



Black color preview on #86739A background

This text has black color on #86739A background.


White color preview on #86739A background

This text has white color on #86739A background.