COLOR #867C68

HEX: #867C68 RGB: (134,124,104)

Color info

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

RGB color model

#867C68 color RGB value is (134,124,104).

RGB: (134,124,104) (53%, 49%, 41%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 104 of 255 = 41%

134
124
104

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 104 = 362 (100%)
R 134 of 362 ~ 37.02%
G 124 of 362 ~ 34.25%
B 104 of 362 ~ 28.73'%

%37.02
%34.25
%28.73

CMYK color model

#867C68 color CMYK value is (0,7,22,47).

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

CMYK: (0,7,22,47)
C0M7Y22K47 (0%, 7%, 22%, 47%)
(0.00 / 0.07 / 0.22 / 0.47)

CMYK percentages

%0
%7.46
%22.39
%47.45

Codes

Color #867C68 in popluar color models

86 7C 68
RGB 134 124 104
HSL 40° 12.61% 46.67%
HSB/HSV 40° 22.39% 52.55%
CMYK 0.00% 7.46% 22.39%
47.45%

Color #867C68 in popluar number systems.

HEX 86 7C 68
Decimal 134 124 104
Binary 10000110 1111100 1101000
Octal 206 174 150

Shades and tints

Shades of #867C68

#867C68
(134,124,104)
#7A715F
(122,113,95)
#6E6656
(110,102,86)
#625B4D
(98,91,77)
#565044
(86,80,68)
#4A453B
(74,69,59)
#3E3A32
(62,58,50)
#322F29
(50,47,41)
#262420
(38,36,32)
#1A1917
(26,25,23)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #867C68

#867C68
(134,124,104)
#918775
(145,135,117)
#9C9282
(156,146,130)
#A79D8F
(167,157,143)
#B2A89C
(178,168,156)
#BDB3A9
(189,179,169)
#C8BEB6
(200,190,182)
#D3C9C3
(211,201,195)
#DED4D0
(222,212,208)
#E9DFDD
(233,223,221)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C68; }

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

This text font color is #867C68.

Background Color

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

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

This div background color is #867C68.

Border color

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

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

This div border color is #867C68.

Opacity

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

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

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

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

This text has shadow with #867C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C68.

Preview

Color preview on black background

This text has color #867C68 on black background.


Color preview on white background

This text has color #867C68 on white background.


Black color preview on #867C68 background

This text has black color on #867C68 background.


White color preview on #867C68 background

This text has white color on #867C68 background.


Related colors

Complementary color

Complementary color for #hex is #798397.


I love getcolorcode.com

Triadic colors

1 #68867C and #7C6886 with #867C68 are triadic colors.

2 #687C86 and #7C8668 with #867C68 are triadic colors.