COLOR #866B58

HEX: #866B58
RGB: (134,107,88)

Color info

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

RGB color model

#866B58 color RGB value is (134,107,88).

  • red value is 134;
  • green value is 107;
  • blue value is 88.
RGB:
(134,107,88)
(53%,42%,35%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 88 of 255 = 35%

134
107
88

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

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 88 = 329 (100%)
R 134 of 329 ~ 40.73%
G 107 of 329 ~ 32.52%
B 88 of 329 ~ 26.75%

%40.73
%32.52
%26.75

CMYK color model

#866B58 color CMYK value is (0,20,34,47).

  • cyan value is 0.00%
  • magenta value is 20.15%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(0,20,34,47)
C0M20Y34K47 
(0%,20%,34%,47%)
(0.00/0.20/0.34/0.47)	

CMYK percentages

%0
%20.15
%34.33
%47.45

Codes

Color #866B58 in popluar color models

866B58
RGB13410788
HSL25°20.72%43.53%
HSB/HSV25°34.33%52.55%
CMYK0.00%20.15%34.33%
47.45%

Color #866B58 in popluar number systems.

HEX866B58
Decimal13410788
Binary1000011011010111011000
Octal206153130

Shades and tints

Shades of #866B58

#866B58
(134,107,88)
#7A6250
(122,98,80)
#6E5948
(110,89,72)
#625040
(98,80,64)
#564738
(86,71,56)
#4A3E30
(74,62,48)
#3E3528
(62,53,40)
#322C20
(50,44,32)
#262318
(38,35,24)
#1A1A10
(26,26,16)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #866B58

#866B58
(134,107,88)
#917867
(145,120,103)
#9C8576
(156,133,118)
#A79285
(167,146,133)
#B29F94
(178,159,148)
#BDACA3
(189,172,163)
#C8B9B2
(200,185,178)
#D3C6C1
(211,198,193)
#DED3D0
(222,211,208)
#E9E0DF
(233,224,223)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866B58 color. Also use rgb(134,107,88) instead hex code.

Text Font Color

.myTextColor { color: #866B58; }

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

This text font color is #866B58.


Background Color

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

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

This div background color is #866B58.


Border color

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

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

This div border color is #866B58.


Opacity

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

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

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

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

This text has shadow with #866B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B58 on black background.


Color preview on white background

This text has color #866B58 on white background.



Black color preview on #866B58 background

This text has black color on #866B58 background.


White color preview on #866B58 background

This text has white color on #866B58 background.