COLOR #867F51

HEX: #867F51 RGB: (134,127,81)

Color info

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

RGB color model

#867F51 color RGB value is (134,127,81).

RGB: (134,127,81) (53%, 50%, 32%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 81 of 255 = 32%

134
127
81

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 81 = 342 (100%)
R 134 of 342 ~ 39.18%
G 127 of 342 ~ 37.13%
B 81 of 342 ~ 23.68'%

%39.18
%37.13
%23.68

CMYK color model

#867F51 color CMYK value is (0,5,40,47).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 39.55%
  • key color value is 47.45%

CMYK: (0,5,40,47)
C0M5Y40K47 (0%, 5%, 40%, 47%)
(0.00 / 0.05 / 0.40 / 0.47)

CMYK percentages

%0
%5.22
%39.55
%47.45

Codes

Color #867F51 in popluar color models

86 7F 51
RGB 134 127 81
HSL 52° 24.65% 42.16%
HSB/HSV 52° 39.55% 52.55%
CMYK 0.00% 5.22% 39.55%
47.45%

Color #867F51 in popluar number systems.

HEX 86 7F 51
Decimal 134 127 81
Binary 10000110 1111111 1010001
Octal 206 177 121

Shades and tints

Shades of #867F51

#867F51
(134,127,81)
#7A744A
(122,116,74)
#6E6943
(110,105,67)
#625E3C
(98,94,60)
#565335
(86,83,53)
#4A482E
(74,72,46)
#3E3D27
(62,61,39)
#323220
(50,50,32)
#262719
(38,39,25)
#1A1C12
(26,28,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #867F51

#867F51
(134,127,81)
#918A60
(145,138,96)
#9C956F
(156,149,111)
#A7A07E
(167,160,126)
#B2AB8D
(178,171,141)
#BDB69C
(189,182,156)
#C8C1AB
(200,193,171)
#D3CCBA
(211,204,186)
#DED7C9
(222,215,201)
#E9E2D8
(233,226,216)
#F4EDE7
(244,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867F51; }

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

This text font color is #867F51.

Background Color

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

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

This div background color is #867F51.

Border color

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

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

This div border color is #867F51.

Opacity

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

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

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

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

This text has shadow with #867F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867F51.

Preview

Color preview on black background

This text has color #867F51 on black background.


Color preview on white background

This text has color #867F51 on white background.


Black color preview on #867F51 background

This text has black color on #867F51 background.


White color preview on #867F51 background

This text has white color on #867F51 background.


Related colors

Complementary color

Complementary color for #hex is #7980AE.


I love getcolorcode.com

Triadic colors

1 #51867F and #7F5186 with #867F51 are triadic colors.

2 #517F86 and #7F8651 with #867F51 are triadic colors.