COLOR #865765

HEX: #865765
RGB: (134,87,101)

Color info

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

RGB color model

#865765 color RGB value is (134,87,101).

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

RGB channels and saturation

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

134
87
101

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

Portions of RGB colors in percentages

R + G + B =
134 + 87 + 101 = 322 (100%)
R 134 of 322 ~ 41.61%
G 87 of 322 ~ 27.02%
B 101 of 322 ~ 31.37%

%41.61
%27.02
%31.37

CMYK color model

#865765 color CMYK value is (0,35,25,47).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 24.63%
  • key color value is 47.45%
CMYK:
(0,35,25,47)
C0M35Y25K47 
(0%,35%,25%,47%)
(0.00/0.35/0.25/0.47)	

CMYK percentages

%0
%35.07
%24.63
%47.45

Codes

Color #865765 in popluar color models

865765
RGB13487101
HSL342°21.27%43.33%
HSB/HSV342°35.07%52.55%
CMYK0.00%35.07%24.63%
47.45%

Color #865765 in popluar number systems.

HEX865765
Decimal13487101
Binary1000011010101111100101
Octal206127145

Shades and tints

Shades of #865765

#865765
(134,87,101)
#7A505C
(122,80,92)
#6E4953
(110,73,83)
#62424A
(98,66,74)
#563B41
(86,59,65)
#4A3438
(74,52,56)
#3E2D2F
(62,45,47)
#322626
(50,38,38)
#261F1D
(38,31,29)
#1A1814
(26,24,20)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #865765

#865765
(134,87,101)
#916673
(145,102,115)
#9C7581
(156,117,129)
#A7848F
(167,132,143)
#B2939D
(178,147,157)
#BDA2AB
(189,162,171)
#C8B1B9
(200,177,185)
#D3C0C7
(211,192,199)
#DECFD5
(222,207,213)
#E9DEE3
(233,222,227)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865765; }

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

This text font color is #865765.


Background Color

.myBgColor { background-color: #865765; }

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

This div background color is #865765.


Border color

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

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

This div border color is #865765.


Opacity

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

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

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

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

This text has shadow with #865765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865765 on black background.


Color preview on white background

This text has color #865765 on white background.



Black color preview on #865765 background

This text has black color on #865765 background.


White color preview on #865765 background

This text has white color on #865765 background.