COLOR #866465

HEX: #866465
RGB: (134,100,101)

Color info

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

RGB color model

#866465 color RGB value is (134,100,101).

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

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 101 of 255 = 40%

134
100
101

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 101 = 335 (100%)
R 134 of 335 ~ 40%
G 100 of 335 ~ 29.85%
B 101 of 335 ~ 30.15%

%40
%29.85
%30.15

CMYK color model

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

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

CMYK percentages

%0
%25.37
%24.63
%47.45

Codes

Color #866465 in popluar color models

866465
RGB134100101
HSL358°14.53%45.88%
HSB/HSV358°25.37%52.55%
CMYK0.00%25.37%24.63%
47.45%

Color #866465 in popluar number systems.

HEX866465
Decimal134100101
Binary1000011011001001100101
Octal206144145

Shades and tints

Shades of #866465

#866465
(134,100,101)
#7A5B5C
(122,91,92)
#6E5253
(110,82,83)
#62494A
(98,73,74)
#564041
(86,64,65)
#4A3738
(74,55,56)
#3E2E2F
(62,46,47)
#322526
(50,37,38)
#261C1D
(38,28,29)
#1A1314
(26,19,20)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #866465

#866465
(134,100,101)
#917273
(145,114,115)
#9C8081
(156,128,129)
#A78E8F
(167,142,143)
#B29C9D
(178,156,157)
#BDAAAB
(189,170,171)
#C8B8B9
(200,184,185)
#D3C6C7
(211,198,199)
#DED4D5
(222,212,213)
#E9E2E3
(233,226,227)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866465; }

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

This text font color is #866465.


Background Color

.myBgColor { background-color: #866465; }

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

This div background color is #866465.


Border color

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

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

This div border color is #866465.


Opacity

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

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

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

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

This text has shadow with #866465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866465 on black background.


Color preview on white background

This text has color #866465 on white background.



Black color preview on #866465 background

This text has black color on #866465 background.


White color preview on #866465 background

This text has white color on #866465 background.