COLOR #866447

HEX: #866447
RGB: (134,100,71)

Color info

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

RGB color model

#866447 color RGB value is (134,100,71).

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

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 71 of 255 = 28%

134
100
71

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 71 = 305 (100%)
R 134 of 305 ~ 43.93%
G 100 of 305 ~ 32.79%
B 71 of 305 ~ 23.28%

%43.93
%32.79
%23.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 47.01%
  • key color value is 47.45%
CMYK:
(0,25,47,47)
C0M25Y47K47 
(0%,25%,47%,47%)
(0.00/0.25/0.47/0.47)	

CMYK percentages

%0
%25.37
%47.01
%47.45

Codes

Color #866447 in popluar color models

866447
RGB13410071
HSL28°30.73%40.20%
HSB/HSV28°47.01%52.55%
CMYK0.00%25.37%47.01%
47.45%

Color #866447 in popluar number systems.

HEX866447
Decimal13410071
Binary1000011011001001000111
Octal206144107

Shades and tints

Shades of #866447

#866447
(134,100,71)
#7A5B41
(122,91,65)
#6E523B
(110,82,59)
#624935
(98,73,53)
#56402F
(86,64,47)
#4A3729
(74,55,41)
#3E2E23
(62,46,35)
#32251D
(50,37,29)
#261C17
(38,28,23)
#1A1311
(26,19,17)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #866447

#866447
(134,100,71)
#917257
(145,114,87)
#9C8067
(156,128,103)
#A78E77
(167,142,119)
#B29C87
(178,156,135)
#BDAA97
(189,170,151)
#C8B8A7
(200,184,167)
#D3C6B7
(211,198,183)
#DED4C7
(222,212,199)
#E9E2D7
(233,226,215)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866447; }

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

This text font color is #866447.


Background Color

.myBgColor { background-color: #866447; }

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

This div background color is #866447.


Border color

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

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

This div border color is #866447.


Opacity

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

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

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

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

This text has shadow with #866447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866447 on black background.


Color preview on white background

This text has color #866447 on white background.



Black color preview on #866447 background

This text has black color on #866447 background.


White color preview on #866447 background

This text has white color on #866447 background.