COLOR #865F5B

HEX: #865F5B RGB: (134,95,91)

Color info

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

RGB color model

#865F5B color RGB value is (134,95,91).

RGB: (134,95,91) (53%, 37%, 36%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 91 of 255 = 36%

134
95
91

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

Portions of RGB colors in percentages

R + G + B = 134 + 95 + 91 = 320 (100%)
R 134 of 320 ~ 41.88%
G 95 of 320 ~ 29.69%
B 91 of 320 ~ 28.44'%

%41.88
%29.69
%28.44

CMYK color model

#865F5B color CMYK value is (0,29,32,47).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 32.09%
  • key color value is 47.45%

CMYK: (0,29,32,47)
C0M29Y32K47 (0%, 29%, 32%, 47%)
(0.00 / 0.29 / 0.32 / 0.47)

CMYK percentages

%0
%29.1
%32.09
%47.45

Codes

Color #865F5B in popluar color models

86 5F 5B
RGB 134 95 91
HSL 19.11% 44.12%
HSB/HSV 32.09% 52.55%
CMYK 0.00% 29.10% 32.09%
47.45%

Color #865F5B in popluar number systems.

HEX 86 5F 5B
Decimal 134 95 91
Binary 10000110 1011111 1011011
Octal 206 137 133

Shades and tints

Shades of #865F5B

#865F5B
(134,95,91)
#7A5753
(122,87,83)
#6E4F4B
(110,79,75)
#624743
(98,71,67)
#563F3B
(86,63,59)
#4A3733
(74,55,51)
#3E2F2B
(62,47,43)
#322723
(50,39,35)
#261F1B
(38,31,27)
#1A1713
(26,23,19)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #865F5B

#865F5B
(134,95,91)
#916D69
(145,109,105)
#9C7B77
(156,123,119)
#A78985
(167,137,133)
#B29793
(178,151,147)
#BDA5A1
(189,165,161)
#C8B3AF
(200,179,175)
#D3C1BD
(211,193,189)
#DECFCB
(222,207,203)
#E9DDD9
(233,221,217)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F5B; }

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

This text font color is #865F5B.

Background Color

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

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

This div background color is #865F5B.

Border color

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

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

This div border color is #865F5B.

Opacity

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

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

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

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

This text has shadow with #865F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865F5B.

Preview

Color preview on black background

This text has color #865F5B on black background.


Color preview on white background

This text has color #865F5B on white background.


Black color preview on #865F5B background

This text has black color on #865F5B background.


White color preview on #865F5B background

This text has white color on #865F5B background.


Related colors

Complementary color

Complementary color for #hex is #79A0A4.


I love getcolorcode.com

Triadic colors

1 #5B865F and #5F5B86 with #865F5B are triadic colors.

2 #5B5F86 and #5F865B with #865F5B are triadic colors.