COLOR #866475

HEX: #866475
RGB: (134,100,117)

Color info

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

RGB color model

#866475 color RGB value is (134,100,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 117 of 255 = 46%

134
100
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 117 = 351 (100%)
R 134 of 351 ~ 38.18%
G 100 of 351 ~ 28.49%
B 117 of 351 ~ 33.33%

%38.18
%28.49
%33.33

CMYK color model

#866475 color CMYK value is (0,25,13,47).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,25,13,47)
C0M25Y13K47 
(0%,25%,13%,47%)
(0.00/0.25/0.13/0.47)	

CMYK percentages

%0
%25.37
%12.69
%47.45

Codes

Color #866475 in popluar color models

866475
RGB134100117
HSL330°14.53%45.88%
HSB/HSV330°25.37%52.55%
CMYK0.00%25.37%12.69%
47.45%

Color #866475 in popluar number systems.

HEX866475
Decimal134100117
Binary1000011011001001110101
Octal206144165

Shades and tints

Shades of #866475

#866475
(134,100,117)
#7A5B6B
(122,91,107)
#6E5261
(110,82,97)
#624957
(98,73,87)
#56404D
(86,64,77)
#4A3743
(74,55,67)
#3E2E39
(62,46,57)
#32252F
(50,37,47)
#261C25
(38,28,37)
#1A131B
(26,19,27)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #866475

#866475
(134,100,117)
#917281
(145,114,129)
#9C808D
(156,128,141)
#A78E99
(167,142,153)
#B29CA5
(178,156,165)
#BDAAB1
(189,170,177)
#C8B8BD
(200,184,189)
#D3C6C9
(211,198,201)
#DED4D5
(222,212,213)
#E9E2E1
(233,226,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866475 color. Also use rgb(134,100,117) instead hex code.

Text Font Color

.myTextColor { color: #866475; }

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

This text font color is #866475.


Background Color

.myBgColor { background-color: #866475; }

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

This div background color is #866475.


Border color

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

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

This div border color is #866475.


Opacity

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

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

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

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

This text has shadow with #866475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866475 on black background.


Color preview on white background

This text has color #866475 on white background.



Black color preview on #866475 background

This text has black color on #866475 background.


White color preview on #866475 background

This text has white color on #866475 background.