COLOR #867B5C

HEX: #867B5C RGB: (134,123,92)

Color info

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

RGB color model

#867B5C color RGB value is (134,123,92).

RGB: (134,123,92) (53%, 48%, 36%)

RGB channels and saturation

R 134 of 255 = 53%
G 123 of 255 = 48%
B 92 of 255 = 36%

134
123
92

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

Portions of RGB colors in percentages

R + G + B = 134 + 123 + 92 = 349 (100%)
R 134 of 349 ~ 38.4%
G 123 of 349 ~ 35.24%
B 92 of 349 ~ 26.36'%

%38.4
%35.24
%26.36

CMYK color model

#867B5C color CMYK value is (0,8,31,47).

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

CMYK: (0,8,31,47)
C0M8Y31K47 (0%, 8%, 31%, 47%)
(0.00 / 0.08 / 0.31 / 0.47)

CMYK percentages

%0
%8.21
%31.34
%47.45

Codes

Color #867B5C in popluar color models

86 7B 5C
RGB 134 123 92
HSL 44° 18.58% 44.31%
HSB/HSV 44° 31.34% 52.55%
CMYK 0.00% 8.21% 31.34%
47.45%

Color #867B5C in popluar number systems.

HEX 86 7B 5C
Decimal 134 123 92
Binary 10000110 1111011 1011100
Octal 206 173 134

Shades and tints

Shades of #867B5C

#867B5C
(134,123,92)
#7A7054
(122,112,84)
#6E654C
(110,101,76)
#625A44
(98,90,68)
#564F3C
(86,79,60)
#4A4434
(74,68,52)
#3E392C
(62,57,44)
#322E24
(50,46,36)
#26231C
(38,35,28)
#1A1814
(26,24,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #867B5C

#867B5C
(134,123,92)
#91876A
(145,135,106)
#9C9378
(156,147,120)
#A79F86
(167,159,134)
#B2AB94
(178,171,148)
#BDB7A2
(189,183,162)
#C8C3B0
(200,195,176)
#D3CFBE
(211,207,190)
#DEDBCC
(222,219,204)
#E9E7DA
(233,231,218)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867B5C; }

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

This text font color is #867B5C.

Background Color

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

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

This div background color is #867B5C.

Border color

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

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

This div border color is #867B5C.

Opacity

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

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

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

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

This text has shadow with #867B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867B5C.

Preview

Color preview on black background

This text has color #867B5C on black background.


Color preview on white background

This text has color #867B5C on white background.


Black color preview on #867B5C background

This text has black color on #867B5C background.


White color preview on #867B5C background

This text has white color on #867B5C background.


Related colors

Complementary color

Complementary color for #hex is #7984A3.


I love getcolorcode.com

Triadic colors

1 #5C867B and #7B5C86 with #867B5C are triadic colors.

2 #5C7B86 and #7B865C with #867B5C are triadic colors.