COLOR #867F67

HEX: #867F67
RGB: (134,127,103)

Color info

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

RGB color model

#867F67 color RGB value is (134,127,103).

  • red value is 134;
  • green value is 127;
  • blue value is 103.
RGB:
(134,127,103)
(53%,50%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 103 of 255 = 40%

134
127
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 103 = 364 (100%)
R 134 of 364 ~ 36.81%
G 127 of 364 ~ 34.89%
B 103 of 364 ~ 28.3%

%36.81
%34.89
%28.3

CMYK color model

#867F67 color CMYK value is (0,5,23,47).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(0,5,23,47)
C0M5Y23K47 
(0%,5%,23%,47%)
(0.00/0.05/0.23/0.47)	

CMYK percentages

%0
%5.22
%23.13
%47.45

Codes

Color #867F67 in popluar color models

867F67
RGB134127103
HSL46°13.08%46.47%
HSB/HSV46°23.13%52.55%
CMYK0.00%5.22%23.13%
47.45%

Color #867F67 in popluar number systems.

HEX867F67
Decimal134127103
Binary1000011011111111100111
Octal206177147

Shades and tints

Shades of #867F67

#867F67
(134,127,103)
#7A745E
(122,116,94)
#6E6955
(110,105,85)
#625E4C
(98,94,76)
#565343
(86,83,67)
#4A483A
(74,72,58)
#3E3D31
(62,61,49)
#323228
(50,50,40)
#26271F
(38,39,31)
#1A1C16
(26,28,22)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #867F67

#867F67
(134,127,103)
#918A74
(145,138,116)
#9C9581
(156,149,129)
#A7A08E
(167,160,142)
#B2AB9B
(178,171,155)
#BDB6A8
(189,182,168)
#C8C1B5
(200,193,181)
#D3CCC2
(211,204,194)
#DED7CF
(222,215,207)
#E9E2DC
(233,226,220)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867F67 color. Also use rgb(134,127,103) instead hex code.

Text Font Color

.myTextColor { color: #867F67; }

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

This text font color is #867F67.


Background Color

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

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

This div background color is #867F67.


Border color

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

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

This div border color is #867F67.


Opacity

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

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

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

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

This text has shadow with #867F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867F67 on black background.


Color preview on white background

This text has color #867F67 on white background.



Black color preview on #867F67 background

This text has black color on #867F67 background.


White color preview on #867F67 background

This text has white color on #867F67 background.