COLOR #866362

HEX: #866362
RGB: (134,99,98)

Color info

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

RGB color model

#866362 color RGB value is (134,99,98).

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

RGB channels and saturation

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

134
99
98

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

Portions of RGB colors in percentages

R + G + B =
134 + 99 + 98 = 331 (100%)
R 134 of 331 ~ 40.48%
G 99 of 331 ~ 29.91%
B 98 of 331 ~ 29.61%

%40.48
%29.91
%29.61

CMYK color model

#866362 color CMYK value is (0,26,27,47).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 26.87%
  • key color value is 47.45%
CMYK:
(0,26,27,47)
C0M26Y27K47 
(0%,26%,27%,47%)
(0.00/0.26/0.27/0.47)	

CMYK percentages

%0
%26.12
%26.87
%47.45

Codes

Color #866362 in popluar color models

866362
RGB1349998
HSL15.52%45.49%
HSB/HSV26.87%52.55%
CMYK0.00%26.12%26.87%
47.45%

Color #866362 in popluar number systems.

HEX866362
Decimal1349998
Binary1000011011000111100010
Octal206143142

Shades and tints

Shades of #866362

#866362
(134,99,98)
#7A5A5A
(122,90,90)
#6E5152
(110,81,82)
#62484A
(98,72,74)
#563F42
(86,63,66)
#4A363A
(74,54,58)
#3E2D32
(62,45,50)
#32242A
(50,36,42)
#261B22
(38,27,34)
#1A121A
(26,18,26)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #866362

#866362
(134,99,98)
#917170
(145,113,112)
#9C7F7E
(156,127,126)
#A78D8C
(167,141,140)
#B29B9A
(178,155,154)
#BDA9A8
(189,169,168)
#C8B7B6
(200,183,182)
#D3C5C4
(211,197,196)
#DED3D2
(222,211,210)
#E9E1E0
(233,225,224)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866362; }

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

This text font color is #866362.


Background Color

.myBgColor { background-color: #866362; }

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

This div background color is #866362.


Border color

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

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

This div border color is #866362.


Opacity

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

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

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

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

This text has shadow with #866362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866362 on black background.


Color preview on white background

This text has color #866362 on white background.



Black color preview on #866362 background

This text has black color on #866362 background.


White color preview on #866362 background

This text has white color on #866362 background.