COLOR #86748F

HEX: #86748F
RGB: (134,116,143)

Color info

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

RGB color model

#86748F color RGB value is (134,116,143).

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

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 143 of 255 = 56%

134
116
143

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

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 143 = 393 (100%)
R 134 of 393 ~ 34.1%
G 116 of 393 ~ 29.52%
B 143 of 393 ~ 36.39%

%34.1
%29.52
%36.39

CMYK color model

#86748F color CMYK value is (6,19,0,44).

  • cyan value is 6.29%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,19,0,44)
C6M19Y0K44 
(6%,19%,0%,44%)
(0.06/0.19/0.00/0.44)	

CMYK percentages

%6.29
%18.88
%0
%43.92

Codes

Color #86748F in popluar color models

86748F
RGB134116143
HSL280°10.76%50.78%
HSB/HSV280°18.88%56.08%
CMYK6.29%18.88%0.00%
43.92%

Color #86748F in popluar number systems.

HEX86748F
Decimal134116143
Binary10000110111010010001111
Octal206164217

Shades and tints

Shades of #86748F

#86748F
(134,116,143)
#7A6A82
(122,106,130)
#6E6075
(110,96,117)
#625668
(98,86,104)
#564C5B
(86,76,91)
#4A424E
(74,66,78)
#3E3841
(62,56,65)
#322E34
(50,46,52)
#262427
(38,36,39)
#1A1A1A
(26,26,26)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #86748F

#86748F
(134,116,143)
#918099
(145,128,153)
#9C8CA3
(156,140,163)
#A798AD
(167,152,173)
#B2A4B7
(178,164,183)
#BDB0C1
(189,176,193)
#C8BCCB
(200,188,203)
#D3C8D5
(211,200,213)
#DED4DF
(222,212,223)
#E9E0E9
(233,224,233)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86748F; }

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

This text font color is #86748F.


Background Color

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

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

This div background color is #86748F.


Border color

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

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

This div border color is #86748F.


Opacity

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

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

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

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

This text has shadow with #86748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86748F on black background.


Color preview on white background

This text has color #86748F on white background.



Black color preview on #86748F background

This text has black color on #86748F background.


White color preview on #86748F background

This text has white color on #86748F background.