COLOR #865F56

HEX: #865F56
RGB: (134,95,86)

Color info

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

RGB color model

#865F56 color RGB value is (134,95,86).

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

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 86 of 255 = 34%

134
95
86

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

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 86 = 315 (100%)
R 134 of 315 ~ 42.54%
G 95 of 315 ~ 30.16%
B 86 of 315 ~ 27.3%

%42.54
%30.16
%27.3

CMYK color model

#865F56 color CMYK value is (0,29,36,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(0,29,36,47)
C0M29Y36K47 
(0%,29%,36%,47%)
(0.00/0.29/0.36/0.47)	

CMYK percentages

%0
%29.1
%35.82
%47.45

Codes

Color #865F56 in popluar color models

865F56
RGB1349586
HSL11°21.82%43.14%
HSB/HSV11°35.82%52.55%
CMYK0.00%29.10%35.82%
47.45%

Color #865F56 in popluar number systems.

HEX865F56
Decimal1349586
Binary1000011010111111010110
Octal206137126

Shades and tints

Shades of #865F56

#865F56
(134,95,86)
#7A574F
(122,87,79)
#6E4F48
(110,79,72)
#624741
(98,71,65)
#563F3A
(86,63,58)
#4A3733
(74,55,51)
#3E2F2C
(62,47,44)
#322725
(50,39,37)
#261F1E
(38,31,30)
#1A1717
(26,23,23)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #865F56

#865F56
(134,95,86)
#916D65
(145,109,101)
#9C7B74
(156,123,116)
#A78983
(167,137,131)
#B29792
(178,151,146)
#BDA5A1
(189,165,161)
#C8B3B0
(200,179,176)
#D3C1BF
(211,193,191)
#DECFCE
(222,207,206)
#E9DDDD
(233,221,221)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F56; }

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

This text font color is #865F56.


Background Color

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

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

This div background color is #865F56.


Border color

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

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

This div border color is #865F56.


Opacity

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

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

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

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

This text has shadow with #865F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865F56 on black background.


Color preview on white background

This text has color #865F56 on white background.



Black color preview on #865F56 background

This text has black color on #865F56 background.


White color preview on #865F56 background

This text has white color on #865F56 background.