COLOR #867E5C

HEX: #867E5C RGB: (134,126,92)

Color info

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

RGB color model

#867E5C color RGB value is (134,126,92).

RGB: (134,126,92) (53%, 49%, 36%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 92 of 255 = 36%

134
126
92

R + G + B ~ 46%. #867E5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 126 + 92 = 352 (100%)
R 134 of 352 ~ 38.07%
G 126 of 352 ~ 35.8%
B 92 of 352 ~ 26.14'%

%38.07
%35.8
%26.14

CMYK color model

#867E5C color CMYK value is (0,6,31,47).

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

CMYK: (0,6,31,47)
C0M6Y31K47 (0%, 6%, 31%, 47%)
(0.00 / 0.06 / 0.31 / 0.47)

CMYK percentages

%0
%5.97
%31.34
%47.45

Codes

Color #867E5C in popluar color models

86 7E 5C
RGB 134 126 92
HSL 49° 18.58% 44.31%
HSB/HSV 49° 31.34% 52.55%
CMYK 0.00% 5.97% 31.34%
47.45%

Color #867E5C in popluar number systems.

HEX 86 7E 5C
Decimal 134 126 92
Binary 10000110 1111110 1011100
Octal 206 176 134

Shades and tints

Shades of #867E5C

#867E5C
(134,126,92)
#7A7354
(122,115,84)
#6E684C
(110,104,76)
#625D44
(98,93,68)
#56523C
(86,82,60)
#4A4734
(74,71,52)
#3E3C2C
(62,60,44)
#323124
(50,49,36)
#26261C
(38,38,28)
#1A1B14
(26,27,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #867E5C

#867E5C
(134,126,92)
#91896A
(145,137,106)
#9C9478
(156,148,120)
#A79F86
(167,159,134)
#B2AA94
(178,170,148)
#BDB5A2
(189,181,162)
#C8C0B0
(200,192,176)
#D3CBBE
(211,203,190)
#DED6CC
(222,214,204)
#E9E1DA
(233,225,218)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867E5C color. Also use rgb(134,126,92) instead hex code.

Text Font Color

.myTextColor { color: #867E5C; }

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

This text font color is #867E5C.

Background Color

.myBgColor { background-color: #867E5C; }

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

This div background color is #867E5C.

Border color

.myBorderColor { border: 1px solid #867E5C; }

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

This div border color is #867E5C.

Opacity

.myOpacity80 { color: #867E5C; opacity: 0.8; }

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

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

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

This text has shadow with #867E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867E5C.

Preview

Color preview on black background

This text has color #867E5C on black background.


Color preview on white background

This text has color #867E5C on white background.


Black color preview on #867E5C background

This text has black color on #867E5C background.


White color preview on #867E5C background

This text has white color on #867E5C background.


Related colors

Complementary color

Complementary color for #hex is #7981A3.


I love getcolorcode.com

Triadic colors

1 #5C867E and #7E5C86 with #867E5C are triadic colors.

2 #5C7E86 and #7E865C with #867E5C are triadic colors.