COLOR #867959

HEX: #867959
RGB: (134,121,89)

Color info

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

RGB color model

#867959 color RGB value is (134,121,89).

  • red value is 134;
  • green value is 121;
  • blue value is 89.
RGB:
(134,121,89)
(53%,47%,35%)

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 89 of 255 = 35%

134
121
89

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

Portions of RGB colors in percentages

R + G + B =
134 + 121 + 89 = 344 (100%)
R 134 of 344 ~ 38.95%
G 121 of 344 ~ 35.17%
B 89 of 344 ~ 25.87%

%38.95
%35.17
%25.87

CMYK color model

#867959 color CMYK value is (0,10,34,47).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 33.58%
  • key color value is 47.45%
CMYK:
(0,10,34,47)
C0M10Y34K47 
(0%,10%,34%,47%)
(0.00/0.10/0.34/0.47)	

CMYK percentages

%0
%9.7
%33.58
%47.45

Codes

Color #867959 in popluar color models

867959
RGB13412189
HSL43°20.18%43.73%
HSB/HSV43°33.58%52.55%
CMYK0.00%9.70%33.58%
47.45%

Color #867959 in popluar number systems.

HEX867959
Decimal13412189
Binary1000011011110011011001
Octal206171131

Shades and tints

Shades of #867959

#867959
(134,121,89)
#7A6E51
(122,110,81)
#6E6349
(110,99,73)
#625841
(98,88,65)
#564D39
(86,77,57)
#4A4231
(74,66,49)
#3E3729
(62,55,41)
#322C21
(50,44,33)
#262119
(38,33,25)
#1A1611
(26,22,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #867959

#867959
(134,121,89)
#918568
(145,133,104)
#9C9177
(156,145,119)
#A79D86
(167,157,134)
#B2A995
(178,169,149)
#BDB5A4
(189,181,164)
#C8C1B3
(200,193,179)
#D3CDC2
(211,205,194)
#DED9D1
(222,217,209)
#E9E5E0
(233,229,224)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867959 color. Also use rgb(134,121,89) instead hex code.

Text Font Color

.myTextColor { color: #867959; }

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

This text font color is #867959.


Background Color

.myBgColor { background-color: #867959; }

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

This div background color is #867959.


Border color

.myBorderColor { border: 1px solid #867959; }

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

This div border color is #867959.


Opacity

.myOpacity80 { color: #867959; opacity: 0.8; }

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

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

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

This text has shadow with #867959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867959 on black background.


Color preview on white background

This text has color #867959 on white background.



Black color preview on #867959 background

This text has black color on #867959 background.


White color preview on #867959 background

This text has white color on #867959 background.