COLOR #866132

HEX: #866132
RGB: (134,97,50)

Color info

#866132 contains mainly red and green colors. Web safe color of #866132 is #996633 (or #963).

RGB color model

#866132 color RGB value is (134,97,50).

  • red value is 134;
  • green value is 97;
  • blue value is 50.
RGB:
(134,97,50)
(53%,38%,20%)

RGB channels and saturation

R 134 of 255 = 53%
G 97 of 255 = 38%
B 50 of 255 = 20%

134
97
50

R + G + B ~ 37%. #866132 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 97 + 50 = 281 (100%)
R 134 of 281 ~ 47.69%
G 97 of 281 ~ 34.52%
B 50 of 281 ~ 17.79%

%47.69
%34.52
%17.79

CMYK color model

#866132 color CMYK value is (0,28,63,47).

  • cyan value is 0.00%
  • magenta value is 27.61%
  • yellow value is 62.69%
  • key color value is 47.45%
CMYK:
(0,28,63,47)
C0M28Y63K47 
(0%,28%,63%,47%)
(0.00/0.28/0.63/0.47)	

CMYK percentages

%0
%27.61
%62.69
%47.45

Codes

Color #866132 in popluar color models

866132
RGB1349750
HSL34°45.65%36.08%
HSB/HSV34°62.69%52.55%
CMYK0.00%27.61%62.69%
47.45%

Color #866132 in popluar number systems.

HEX866132
Decimal1349750
Binary100001101100001110010
Octal20614162

Shades and tints

Shades of #866132

#866132
(134,97,50)
#7A592E
(122,89,46)
#6E512A
(110,81,42)
#624926
(98,73,38)
#564122
(86,65,34)
#4A391E
(74,57,30)
#3E311A
(62,49,26)
#322916
(50,41,22)
#262112
(38,33,18)
#1A190E
(26,25,14)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #866132

#866132
(134,97,50)
#916F44
(145,111,68)
#9C7D56
(156,125,86)
#A78B68
(167,139,104)
#B2997A
(178,153,122)
#BDA78C
(189,167,140)
#C8B59E
(200,181,158)
#D3C3B0
(211,195,176)
#DED1C2
(222,209,194)
#E9DFD4
(233,223,212)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866132 color. Also use rgb(134,97,50) instead hex code.

Text Font Color

.myTextColor { color: #866132; }

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

This text font color is #866132.


Background Color

.myBgColor { background-color: #866132; }

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

This div background color is #866132.


Border color

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

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

This div border color is #866132.


Opacity

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

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

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

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

This text has shadow with #866132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866132 on black background.


Color preview on white background

This text has color #866132 on white background.



Black color preview on #866132 background

This text has black color on #866132 background.


White color preview on #866132 background

This text has white color on #866132 background.