COLOR #865A56

HEX: #865A56
RGB: (134,90,86)

Color info

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

RGB color model

#865A56 color RGB value is (134,90,86).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 86 of 255 = 34%

134
90
86

R + G + B ~ 41%. #865A56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 86 = 310 (100%)
R 134 of 310 ~ 43.23%
G 90 of 310 ~ 29.03%
B 86 of 310 ~ 27.74%

%43.23
%29.03
%27.74

CMYK color model

#865A56 color CMYK value is (0,33,36,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(0,33,36,47)
C0M33Y36K47 
(0%,33%,36%,47%)
(0.00/0.33/0.36/0.47)	

CMYK percentages

%0
%32.84
%35.82
%47.45

Codes

Color #865A56 in popluar color models

865A56
RGB1349086
HSL21.82%43.14%
HSB/HSV35.82%52.55%
CMYK0.00%32.84%35.82%
47.45%

Color #865A56 in popluar number systems.

HEX865A56
Decimal1349086
Binary1000011010110101010110
Octal206132126

Shades and tints

Shades of #865A56

#865A56
(134,90,86)
#7A524F
(122,82,79)
#6E4A48
(110,74,72)
#624241
(98,66,65)
#563A3A
(86,58,58)
#4A3233
(74,50,51)
#3E2A2C
(62,42,44)
#322225
(50,34,37)
#261A1E
(38,26,30)
#1A1217
(26,18,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #865A56

#865A56
(134,90,86)
#916965
(145,105,101)
#9C7874
(156,120,116)
#A78783
(167,135,131)
#B29692
(178,150,146)
#BDA5A1
(189,165,161)
#C8B4B0
(200,180,176)
#D3C3BF
(211,195,191)
#DED2CE
(222,210,206)
#E9E1DD
(233,225,221)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A56; }

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

This text font color is #865A56.


Background Color

.myBgColor { background-color: #865A56; }

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

This div background color is #865A56.


Border color

.myBorderColor { border: 1px solid #865A56; }

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

This div border color is #865A56.


Opacity

.myOpacity80 { color: #865A56; opacity: 0.8; }

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

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

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

This text has shadow with #865A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A56 on black background.


Color preview on white background

This text has color #865A56 on white background.



Black color preview on #865A56 background

This text has black color on #865A56 background.


White color preview on #865A56 background

This text has white color on #865A56 background.