COLOR #865665

HEX: #865665
RGB: (134,86,101)

Color info

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

RGB color model

#865665 color RGB value is (134,86,101).

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

RGB channels and saturation

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

134
86
101

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

Portions of RGB colors in percentages

R + G + B =
134 + 86 + 101 = 321 (100%)
R 134 of 321 ~ 41.74%
G 86 of 321 ~ 26.79%
B 101 of 321 ~ 31.46%

%41.74
%26.79
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 24.63%
  • key color value is 47.45%
CMYK:
(0,36,25,47)
C0M36Y25K47 
(0%,36%,25%,47%)
(0.00/0.36/0.25/0.47)	

CMYK percentages

%0
%35.82
%24.63
%47.45

Codes

Color #865665 in popluar color models

865665
RGB13486101
HSL341°21.82%43.14%
HSB/HSV341°35.82%52.55%
CMYK0.00%35.82%24.63%
47.45%

Color #865665 in popluar number systems.

HEX865665
Decimal13486101
Binary1000011010101101100101
Octal206126145

Shades and tints

Shades of #865665

#865665
(134,86,101)
#7A4F5C
(122,79,92)
#6E4853
(110,72,83)
#62414A
(98,65,74)
#563A41
(86,58,65)
#4A3338
(74,51,56)
#3E2C2F
(62,44,47)
#322526
(50,37,38)
#261E1D
(38,30,29)
#1A1714
(26,23,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #865665

#865665
(134,86,101)
#916573
(145,101,115)
#9C7481
(156,116,129)
#A7838F
(167,131,143)
#B2929D
(178,146,157)
#BDA1AB
(189,161,171)
#C8B0B9
(200,176,185)
#D3BFC7
(211,191,199)
#DECED5
(222,206,213)
#E9DDE3
(233,221,227)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865665; }

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

This text font color is #865665.


Background Color

.myBgColor { background-color: #865665; }

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

This div background color is #865665.


Border color

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

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

This div border color is #865665.


Opacity

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

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

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

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

This text has shadow with #865665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865665 on black background.


Color preview on white background

This text has color #865665 on white background.



Black color preview on #865665 background

This text has black color on #865665 background.


White color preview on #865665 background

This text has white color on #865665 background.