COLOR #866361

HEX: #866361
RGB: (134,99,97)

Color info

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

RGB color model

#866361 color RGB value is (134,99,97).

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

RGB channels and saturation

R 134 of 255 = 53%
G 99 of 255 = 39%
B 97 of 255 = 38%

134
99
97

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

Portions of RGB colors in percentages

R + G + B =
134 + 99 + 97 = 330 (100%)
R 134 of 330 ~ 40.61%
G 99 of 330 ~ 30%
B 97 of 330 ~ 29.39%

%40.61
%30
%29.39

CMYK color model

#866361 color CMYK value is (0,26,28,47).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 27.61%
  • key color value is 47.45%
CMYK:
(0,26,28,47)
C0M26Y28K47 
(0%,26%,28%,47%)
(0.00/0.26/0.28/0.47)	

CMYK percentages

%0
%26.12
%27.61
%47.45

Codes

Color #866361 in popluar color models

866361
RGB1349997
HSL16.02%45.29%
HSB/HSV27.61%52.55%
CMYK0.00%26.12%27.61%
47.45%

Color #866361 in popluar number systems.

HEX866361
Decimal1349997
Binary1000011011000111100001
Octal206143141

Shades and tints

Shades of #866361

#866361
(134,99,97)
#7A5A59
(122,90,89)
#6E5151
(110,81,81)
#624849
(98,72,73)
#563F41
(86,63,65)
#4A3639
(74,54,57)
#3E2D31
(62,45,49)
#322429
(50,36,41)
#261B21
(38,27,33)
#1A1219
(26,18,25)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #866361

#866361
(134,99,97)
#91716F
(145,113,111)
#9C7F7D
(156,127,125)
#A78D8B
(167,141,139)
#B29B99
(178,155,153)
#BDA9A7
(189,169,167)
#C8B7B5
(200,183,181)
#D3C5C3
(211,197,195)
#DED3D1
(222,211,209)
#E9E1DF
(233,225,223)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866361; }

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

This text font color is #866361.


Background Color

.myBgColor { background-color: #866361; }

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

This div background color is #866361.


Border color

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

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

This div border color is #866361.


Opacity

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

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

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

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

This text has shadow with #866361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866361 on black background.


Color preview on white background

This text has color #866361 on white background.



Black color preview on #866361 background

This text has black color on #866361 background.


White color preview on #866361 background

This text has white color on #866361 background.