COLOR #867C5C

HEX: #867C5C RGB: (134,124,92)

Color info

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

RGB color model

#867C5C color RGB value is (134,124,92).

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

RGB channels and saturation

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

134
124
92

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 92 = 350 (100%)
R 134 of 350 ~ 38.29%
G 124 of 350 ~ 35.43%
B 92 of 350 ~ 26.29'%

%38.29
%35.43
%26.29

CMYK color model

#867C5C color CMYK value is (0,7,31,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK: (0,7,31,47) C0M7Y31K47 (0%,7%,31%,47%) (0.00/0.07/0.31/0.47) 

CMYK percentages

%0
%7.46
%31.34
%47.45

Codes

Color #867C5C in popluar color models

86 7C 5C
RGB 134 124 92
HSL 46° 18.58% 44.31%
HSB/HSV 46° 31.34% 52.55%
CMYK 0.00% 7.46% 31.34%
47.45%

Color #867C5C in popluar number systems.

HEX 86 7C 5C
Decimal 134 124 92
Binary 10000110 1111100 1011100
Octal 206 174 134

Shades and tints

Shades of #867C5C

#867C5C
(134,124,92)
#7A7154
(122,113,84)
#6E664C
(110,102,76)
#625B44
(98,91,68)
#56503C
(86,80,60)
#4A4534
(74,69,52)
#3E3A2C
(62,58,44)
#322F24
(50,47,36)
#26241C
(38,36,28)
#1A1914
(26,25,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #867C5C

#867C5C
(134,124,92)
#91876A
(145,135,106)
#9C9278
(156,146,120)
#A79D86
(167,157,134)
#B2A894
(178,168,148)
#BDB3A2
(189,179,162)
#C8BEB0
(200,190,176)
#D3C9BE
(211,201,190)
#DED4CC
(222,212,204)
#E9DFDA
(233,223,218)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C5C; }

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

This text font color is #867C5C.

Background Color

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

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

This div background color is #867C5C.

Border color

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

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

This div border color is #867C5C.

Opacity

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

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

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

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

This text has shadow with #867C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C5C.

Preview

Color preview on black background

This text has color #867C5C on black background.


Color preview on white background

This text has color #867C5C on white background.


Black color preview on #867C5C background

This text has black color on #867C5C background.


White color preview on #867C5C background

This text has white color on #867C5C background.


Related colors

Complementary color

Complementary color for #hex is #7983A3.


I love getcolorcode.com

Triadic colors

1 #5C867C and #7C5C86 with #867C5C are triadic colors.

2 #5C7C86 and #7C865C with #867C5C are triadic colors.