COLOR #867C6C

HEX: #867C6C RGB: (134,124,108)

Color info

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

RGB color model

#867C6C color RGB value is (134,124,108).

RGB: (134,124,108) (53%, 49%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 108 of 255 = 42%

134
124
108

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 108 = 366 (100%)
R 134 of 366 ~ 36.61%
G 124 of 366 ~ 33.88%
B 108 of 366 ~ 29.51'%

%36.61
%33.88
%29.51

CMYK color model

#867C6C color CMYK value is (0,7,19,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 19.40%
  • key color value is 47.45%

CMYK: (0,7,19,47)
C0M7Y19K47 (0%, 7%, 19%, 47%)
(0.00 / 0.07 / 0.19 / 0.47)

CMYK percentages

%0
%7.46
%19.4
%47.45

Codes

Color #867C6C in popluar color models

86 7C 6C
RGB 134 124 108
HSL 37° 10.74% 47.45%
HSB/HSV 37° 19.40% 52.55%
CMYK 0.00% 7.46% 19.40%
47.45%

Color #867C6C in popluar number systems.

HEX 86 7C 6C
Decimal 134 124 108
Binary 10000110 1111100 1101100
Octal 206 174 154

Shades and tints

Shades of #867C6C

#867C6C
(134,124,108)
#7A7163
(122,113,99)
#6E665A
(110,102,90)
#625B51
(98,91,81)
#565048
(86,80,72)
#4A453F
(74,69,63)
#3E3A36
(62,58,54)
#322F2D
(50,47,45)
#262424
(38,36,36)
#1A191B
(26,25,27)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #867C6C

#867C6C
(134,124,108)
#918779
(145,135,121)
#9C9286
(156,146,134)
#A79D93
(167,157,147)
#B2A8A0
(178,168,160)
#BDB3AD
(189,179,173)
#C8BEBA
(200,190,186)
#D3C9C7
(211,201,199)
#DED4D4
(222,212,212)
#E9DFE1
(233,223,225)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C6C; }

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

This text font color is #867C6C.

Background Color

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

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

This div background color is #867C6C.

Border color

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

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

This div border color is #867C6C.

Opacity

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

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

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

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

This text has shadow with #867C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C6C.

Preview

Color preview on black background

This text has color #867C6C on black background.


Color preview on white background

This text has color #867C6C on white background.


Black color preview on #867C6C background

This text has black color on #867C6C background.


White color preview on #867C6C background

This text has white color on #867C6C background.


Related colors

Complementary color

Complementary color for #hex is #798393.


I love getcolorcode.com

Triadic colors

1 #6C867C and #7C6C86 with #867C6C are triadic colors.

2 #6C7C86 and #7C866C with #867C6C are triadic colors.