COLOR #866557

HEX: #866557
RGB: (134,101,87)

Color info

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

RGB color model

#866557 color RGB value is (134,101,87).

  • red value is 134;
  • green value is 101;
  • blue value is 87.
RGB:
(134,101,87)
(53%,40%,34%)

RGB channels and saturation

R 134 of 255 = 53%
G 101 of 255 = 40%
B 87 of 255 = 34%

134
101
87

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

Portions of RGB colors in percentages

R + G + B =
134 + 101 + 87 = 322 (100%)
R 134 of 322 ~ 41.61%
G 101 of 322 ~ 31.37%
B 87 of 322 ~ 27.02%

%41.61
%31.37
%27.02

CMYK color model

#866557 color CMYK value is (0,25,35,47).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 35.07%
  • key color value is 47.45%
CMYK:
(0,25,35,47)
C0M25Y35K47 
(0%,25%,35%,47%)
(0.00/0.25/0.35/0.47)	

CMYK percentages

%0
%24.63
%35.07
%47.45

Codes

Color #866557 in popluar color models

866557
RGB13410187
HSL18°21.27%43.33%
HSB/HSV18°35.07%52.55%
CMYK0.00%24.63%35.07%
47.45%

Color #866557 in popluar number systems.

HEX866557
Decimal13410187
Binary1000011011001011010111
Octal206145127

Shades and tints

Shades of #866557

#866557
(134,101,87)
#7A5C50
(122,92,80)
#6E5349
(110,83,73)
#624A42
(98,74,66)
#56413B
(86,65,59)
#4A3834
(74,56,52)
#3E2F2D
(62,47,45)
#322626
(50,38,38)
#261D1F
(38,29,31)
#1A1418
(26,20,24)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #866557

#866557
(134,101,87)
#917366
(145,115,102)
#9C8175
(156,129,117)
#A78F84
(167,143,132)
#B29D93
(178,157,147)
#BDABA2
(189,171,162)
#C8B9B1
(200,185,177)
#D3C7C0
(211,199,192)
#DED5CF
(222,213,207)
#E9E3DE
(233,227,222)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866557 color. Also use rgb(134,101,87) instead hex code.

Text Font Color

.myTextColor { color: #866557; }

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

This text font color is #866557.


Background Color

.myBgColor { background-color: #866557; }

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

This div background color is #866557.


Border color

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

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

This div border color is #866557.


Opacity

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

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

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

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

This text has shadow with #866557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866557 on black background.


Color preview on white background

This text has color #866557 on white background.



Black color preview on #866557 background

This text has black color on #866557 background.


White color preview on #866557 background

This text has white color on #866557 background.