COLOR #865A6F

HEX: #865A6F
RGB: (134,90,111)

Color info

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

RGB color model

#865A6F color RGB value is (134,90,111).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 111 of 255 = 44%

134
90
111

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 111 = 335 (100%)
R 134 of 335 ~ 40%
G 90 of 335 ~ 26.87%
B 111 of 335 ~ 33.13%

%40
%26.87
%33.13

CMYK color model

#865A6F color CMYK value is (0,33,17,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK:
(0,33,17,47)
C0M33Y17K47 
(0%,33%,17%,47%)
(0.00/0.33/0.17/0.47)	

CMYK percentages

%0
%32.84
%17.16
%47.45

Codes

Color #865A6F in popluar color models

865A6F
RGB13490111
HSL331°19.64%43.92%
HSB/HSV331°32.84%52.55%
CMYK0.00%32.84%17.16%
47.45%

Color #865A6F in popluar number systems.

HEX865A6F
Decimal13490111
Binary1000011010110101101111
Octal206132157

Shades and tints

Shades of #865A6F

#865A6F
(134,90,111)
#7A5265
(122,82,101)
#6E4A5B
(110,74,91)
#624251
(98,66,81)
#563A47
(86,58,71)
#4A323D
(74,50,61)
#3E2A33
(62,42,51)
#322229
(50,34,41)
#261A1F
(38,26,31)
#1A1215
(26,18,21)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #865A6F

#865A6F
(134,90,111)
#91697C
(145,105,124)
#9C7889
(156,120,137)
#A78796
(167,135,150)
#B296A3
(178,150,163)
#BDA5B0
(189,165,176)
#C8B4BD
(200,180,189)
#D3C3CA
(211,195,202)
#DED2D7
(222,210,215)
#E9E1E4
(233,225,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A6F; }

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

This text font color is #865A6F.


Background Color

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

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

This div background color is #865A6F.


Border color

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

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

This div border color is #865A6F.


Opacity

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

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

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

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

This text has shadow with #865A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A6F on black background.


Color preview on white background

This text has color #865A6F on white background.



Black color preview on #865A6F background

This text has black color on #865A6F background.


White color preview on #865A6F background

This text has white color on #865A6F background.