COLOR #867E55

HEX: #867E55 RGB: (134,126,85)

Color info

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

RGB color model

#867E55 color RGB value is (134,126,85).

RGB: (134,126,85) (53%, 49%, 33%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 85 of 255 = 33%

134
126
85

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

Portions of RGB colors in percentages

R + G + B = 134 + 126 + 85 = 345 (100%)
R 134 of 345 ~ 38.84%
G 126 of 345 ~ 36.52%
B 85 of 345 ~ 24.64'%

%38.84
%36.52
%24.64

CMYK color model

#867E55 color CMYK value is (0,6,37,47).

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

CMYK: (0,6,37,47)
C0M6Y37K47 (0%, 6%, 37%, 47%)
(0.00 / 0.06 / 0.37 / 0.47)

CMYK percentages

%0
%5.97
%36.57
%47.45

Codes

Color #867E55 in popluar color models

86 7E 55
RGB 134 126 85
HSL 50° 22.37% 42.94%
HSB/HSV 50° 36.57% 52.55%
CMYK 0.00% 5.97% 36.57%
47.45%

Color #867E55 in popluar number systems.

HEX 86 7E 55
Decimal 134 126 85
Binary 10000110 1111110 1010101
Octal 206 176 125

Shades and tints

Shades of #867E55

#867E55
(134,126,85)
#7A734E
(122,115,78)
#6E6847
(110,104,71)
#625D40
(98,93,64)
#565239
(86,82,57)
#4A4732
(74,71,50)
#3E3C2B
(62,60,43)
#323124
(50,49,36)
#26261D
(38,38,29)
#1A1B16
(26,27,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #867E55

#867E55
(134,126,85)
#918964
(145,137,100)
#9C9473
(156,148,115)
#A79F82
(167,159,130)
#B2AA91
(178,170,145)
#BDB5A0
(189,181,160)
#C8C0AF
(200,192,175)
#D3CBBE
(211,203,190)
#DED6CD
(222,214,205)
#E9E1DC
(233,225,220)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867E55; }

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

This text font color is #867E55.

Background Color

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

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

This div background color is #867E55.

Border color

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

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

This div border color is #867E55.

Opacity

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

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

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

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

This text has shadow with #867E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867E55.

Preview

Color preview on black background

This text has color #867E55 on black background.


Color preview on white background

This text has color #867E55 on white background.


Black color preview on #867E55 background

This text has black color on #867E55 background.


White color preview on #867E55 background

This text has white color on #867E55 background.


Related colors

Complementary color

Complementary color for #hex is #7981AA.


I love getcolorcode.com

Triadic colors

1 #55867E and #7E5586 with #867E55 are triadic colors.

2 #557E86 and #7E8655 with #867E55 are triadic colors.