COLOR #867D67

HEX: #867D67 RGB: (134,125,103)

Color info

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

RGB color model

#867D67 color RGB value is (134,125,103).

RGB: (134,125,103) (53%, 49%, 40%)

RGB channels and saturation

R 134 of 255 = 53%
G 125 of 255 = 49%
B 103 of 255 = 40%

134
125
103

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

Portions of RGB colors in percentages

R + G + B = 134 + 125 + 103 = 362 (100%)
R 134 of 362 ~ 37.02%
G 125 of 362 ~ 34.53%
B 103 of 362 ~ 28.45'%

%37.02
%34.53
%28.45

CMYK color model

#867D67 color CMYK value is (0,7,23,47).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 23.13%
  • key color value is 47.45%

CMYK: (0,7,23,47)
C0M7Y23K47 (0%, 7%, 23%, 47%)
(0.00 / 0.07 / 0.23 / 0.47)

CMYK percentages

%0
%6.72
%23.13
%47.45

Codes

Color #867D67 in popluar color models

86 7D 67
RGB 134 125 103
HSL 43° 13.08% 46.47%
HSB/HSV 43° 23.13% 52.55%
CMYK 0.00% 6.72% 23.13%
47.45%

Color #867D67 in popluar number systems.

HEX 86 7D 67
Decimal 134 125 103
Binary 10000110 1111101 1100111
Octal 206 175 147

Shades and tints

Shades of #867D67

#867D67
(134,125,103)
#7A725E
(122,114,94)
#6E6755
(110,103,85)
#625C4C
(98,92,76)
#565143
(86,81,67)
#4A463A
(74,70,58)
#3E3B31
(62,59,49)
#323028
(50,48,40)
#26251F
(38,37,31)
#1A1A16
(26,26,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #867D67

#867D67
(134,125,103)
#918874
(145,136,116)
#9C9381
(156,147,129)
#A79E8E
(167,158,142)
#B2A99B
(178,169,155)
#BDB4A8
(189,180,168)
#C8BFB5
(200,191,181)
#D3CAC2
(211,202,194)
#DED5CF
(222,213,207)
#E9E0DC
(233,224,220)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867D67; }

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

This text font color is #867D67.

Background Color

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

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

This div background color is #867D67.

Border color

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

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

This div border color is #867D67.

Opacity

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

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

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

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

This text has shadow with #867D67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867D67.

Preview

Color preview on black background

This text has color #867D67 on black background.


Color preview on white background

This text has color #867D67 on white background.


Black color preview on #867D67 background

This text has black color on #867D67 background.


White color preview on #867D67 background

This text has white color on #867D67 background.


Related colors

Complementary color

Complementary color for #hex is #798298.


I love getcolorcode.com

Triadic colors

1 #67867D and #7D6786 with #867D67 are triadic colors.

2 #677D86 and #7D8667 with #867D67 are triadic colors.