COLOR #865C4F

HEX: #865C4F RGB: (134,92,79)

Color info

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

RGB color model

#865C4F color RGB value is (134,92,79).

RGB: (134,92,79) (53%, 36%, 31%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 79 of 255 = 31%

134
92
79

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

Portions of RGB colors in percentages

R + G + B = 134 + 92 + 79 = 305 (100%)
R 134 of 305 ~ 43.93%
G 92 of 305 ~ 30.16%
B 79 of 305 ~ 25.9'%

%43.93
%30.16
%25.9

CMYK color model

#865C4F color CMYK value is (0,31,41,47).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 41.04%
  • key color value is 47.45%

CMYK: (0,31,41,47)
C0M31Y41K47 (0%, 31%, 41%, 47%)
(0.00 / 0.31 / 0.41 / 0.47)

CMYK percentages

%0
%31.34
%41.04
%47.45

Codes

Color #865C4F in popluar color models

86 5C 4F
RGB 134 92 79
HSL 14° 25.82% 41.76%
HSB/HSV 14° 41.04% 52.55%
CMYK 0.00% 31.34% 41.04%
47.45%

Color #865C4F in popluar number systems.

HEX 86 5C 4F
Decimal 134 92 79
Binary 10000110 1011100 1001111
Octal 206 134 117

Shades and tints

Shades of #865C4F

#865C4F
(134,92,79)
#7A5448
(122,84,72)
#6E4C41
(110,76,65)
#62443A
(98,68,58)
#563C33
(86,60,51)
#4A342C
(74,52,44)
#3E2C25
(62,44,37)
#32241E
(50,36,30)
#261C17
(38,28,23)
#1A1410
(26,20,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #865C4F

#865C4F
(134,92,79)
#916A5F
(145,106,95)
#9C786F
(156,120,111)
#A7867F
(167,134,127)
#B2948F
(178,148,143)
#BDA29F
(189,162,159)
#C8B0AF
(200,176,175)
#D3BEBF
(211,190,191)
#DECCCF
(222,204,207)
#E9DADF
(233,218,223)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865C4F color. Also use rgb(134,92,79) instead hex code.

Text Font Color

.myTextColor { color: #865C4F; }

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

This text font color is #865C4F.

Background Color

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

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

This div background color is #865C4F.

Border color

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

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

This div border color is #865C4F.

Opacity

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

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

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

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

This text has shadow with #865C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865C4F.

Preview

Color preview on black background

This text has color #865C4F on black background.


Color preview on white background

This text has color #865C4F on white background.


Black color preview on #865C4F background

This text has black color on #865C4F background.


White color preview on #865C4F background

This text has white color on #865C4F background.


Related colors

Complementary color

Complementary color for #hex is #79A3B0.


I love getcolorcode.com

Triadic colors

1 #4F865C and #5C4F86 with #865C4F are triadic colors.

2 #4F5C86 and #5C864F with #865C4F are triadic colors.