COLOR #865666

HEX: #865666
RGB: (134,86,102)

Color info

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

RGB color model

#865666 color RGB value is (134,86,102).

  • red value is 134;
  • green value is 86;
  • blue value is 102.
RGB:
(134,86,102)
(53%,34%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 86 of 255 = 34%
B 102 of 255 = 40%

134
86
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 86 + 102 = 322 (100%)
R 134 of 322 ~ 41.61%
G 86 of 322 ~ 26.71%
B 102 of 322 ~ 31.68%

%41.61
%26.71
%31.68

CMYK color model

#865666 color CMYK value is (0,36,24,47).

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(0,36,24,47)
C0M36Y24K47 
(0%,36%,24%,47%)
(0.00/0.36/0.24/0.47)	

CMYK percentages

%0
%35.82
%23.88
%47.45

Codes

Color #865666 in popluar color models

865666
RGB13486102
HSL340°21.82%43.14%
HSB/HSV340°35.82%52.55%
CMYK0.00%35.82%23.88%
47.45%

Color #865666 in popluar number systems.

HEX865666
Decimal13486102
Binary1000011010101101100110
Octal206126146

Shades and tints

Shades of #865666

#865666
(134,86,102)
#7A4F5D
(122,79,93)
#6E4854
(110,72,84)
#62414B
(98,65,75)
#563A42
(86,58,66)
#4A3339
(74,51,57)
#3E2C30
(62,44,48)
#322527
(50,37,39)
#261E1E
(38,30,30)
#1A1715
(26,23,21)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #865666

#865666
(134,86,102)
#916573
(145,101,115)
#9C7480
(156,116,128)
#A7838D
(167,131,141)
#B2929A
(178,146,154)
#BDA1A7
(189,161,167)
#C8B0B4
(200,176,180)
#D3BFC1
(211,191,193)
#DECECE
(222,206,206)
#E9DDDB
(233,221,219)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865666 color. Also use rgb(134,86,102) instead hex code.

Text Font Color

.myTextColor { color: #865666; }

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

This text font color is #865666.


Background Color

.myBgColor { background-color: #865666; }

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

This div background color is #865666.


Border color

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

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

This div border color is #865666.


Opacity

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

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

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

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

This text has shadow with #865666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865666 on black background.


Color preview on white background

This text has color #865666 on white background.



Black color preview on #865666 background

This text has black color on #865666 background.


White color preview on #865666 background

This text has white color on #865666 background.