COLOR #866E75

HEX: #866E75
RGB: (134,110,117)

Color info

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

RGB color model

#866E75 color RGB value is (134,110,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 117 of 255 = 46%

134
110
117

R + G + B ~ 47%. #866E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 110 + 117 = 361 (100%)
R 134 of 361 ~ 37.12%
G 110 of 361 ~ 30.47%
B 117 of 361 ~ 32.41%

%37.12
%30.47
%32.41

CMYK color model

#866E75 color CMYK value is (0,18,13,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,18,13,47)
C0M18Y13K47 
(0%,18%,13%,47%)
(0.00/0.18/0.13/0.47)	

CMYK percentages

%0
%17.91
%12.69
%47.45

Codes

Color #866E75 in popluar color models

866E75
RGB134110117
HSL343°9.84%47.84%
HSB/HSV343°17.91%52.55%
CMYK0.00%17.91%12.69%
47.45%

Color #866E75 in popluar number systems.

HEX866E75
Decimal134110117
Binary1000011011011101110101
Octal206156165

Shades and tints

Shades of #866E75

#866E75
(134,110,117)
#7A646B
(122,100,107)
#6E5A61
(110,90,97)
#625057
(98,80,87)
#56464D
(86,70,77)
#4A3C43
(74,60,67)
#3E3239
(62,50,57)
#32282F
(50,40,47)
#261E25
(38,30,37)
#1A141B
(26,20,27)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #866E75

#866E75
(134,110,117)
#917B81
(145,123,129)
#9C888D
(156,136,141)
#A79599
(167,149,153)
#B2A2A5
(178,162,165)
#BDAFB1
(189,175,177)
#C8BCBD
(200,188,189)
#D3C9C9
(211,201,201)
#DED6D5
(222,214,213)
#E9E3E1
(233,227,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E75; }

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

This text font color is #866E75.


Background Color

.myBgColor { background-color: #866E75; }

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

This div background color is #866E75.


Border color

.myBorderColor { border: 1px solid #866E75; }

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

This div border color is #866E75.


Opacity

.myOpacity80 { color: #866E75; opacity: 0.8; }

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

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

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

This text has shadow with #866E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866E75 on black background.


Color preview on white background

This text has color #866E75 on white background.



Black color preview on #866E75 background

This text has black color on #866E75 background.


White color preview on #866E75 background

This text has white color on #866E75 background.