COLOR #865B69

HEX: #865B69
RGB: (134,91,105)

Color info

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

RGB color model

#865B69 color RGB value is (134,91,105).

  • red value is 134;
  • green value is 91;
  • blue value is 105.
RGB:
(134,91,105)
(53%,36%,41%)

RGB channels and saturation

R 134 of 255 = 53%
G 91 of 255 = 36%
B 105 of 255 = 41%

134
91
105

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

Portions of RGB colors in percentages

R + G + B =
134 + 91 + 105 = 330 (100%)
R 134 of 330 ~ 40.61%
G 91 of 330 ~ 27.58%
B 105 of 330 ~ 31.82%

%40.61
%27.58
%31.82

CMYK color model

#865B69 color CMYK value is (0,32,22,47).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 21.64%
  • key color value is 47.45%
CMYK:
(0,32,22,47)
C0M32Y22K47 
(0%,32%,22%,47%)
(0.00/0.32/0.22/0.47)	

CMYK percentages

%0
%32.09
%21.64
%47.45

Codes

Color #865B69 in popluar color models

865B69
RGB13491105
HSL340°19.11%44.12%
HSB/HSV340°32.09%52.55%
CMYK0.00%32.09%21.64%
47.45%

Color #865B69 in popluar number systems.

HEX865B69
Decimal13491105
Binary1000011010110111101001
Octal206133151

Shades and tints

Shades of #865B69

#865B69
(134,91,105)
#7A5360
(122,83,96)
#6E4B57
(110,75,87)
#62434E
(98,67,78)
#563B45
(86,59,69)
#4A333C
(74,51,60)
#3E2B33
(62,43,51)
#32232A
(50,35,42)
#261B21
(38,27,33)
#1A1318
(26,19,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #865B69

#865B69
(134,91,105)
#916976
(145,105,118)
#9C7783
(156,119,131)
#A78590
(167,133,144)
#B2939D
(178,147,157)
#BDA1AA
(189,161,170)
#C8AFB7
(200,175,183)
#D3BDC4
(211,189,196)
#DECBD1
(222,203,209)
#E9D9DE
(233,217,222)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865B69 color. Also use rgb(134,91,105) instead hex code.

Text Font Color

.myTextColor { color: #865B69; }

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

This text font color is #865B69.


Background Color

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

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

This div background color is #865B69.


Border color

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

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

This div border color is #865B69.


Opacity

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

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

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

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

This text has shadow with #865B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865B69 on black background.


Color preview on white background

This text has color #865B69 on white background.



Black color preview on #865B69 background

This text has black color on #865B69 background.


White color preview on #865B69 background

This text has white color on #865B69 background.