COLOR #867579

HEX: #867579
RGB: (134,117,121)

Color info

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

RGB color model

#867579 color RGB value is (134,117,121).

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

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 121 of 255 = 47%

134
117
121

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 121 = 372 (100%)
R 134 of 372 ~ 36.02%
G 117 of 372 ~ 31.45%
B 121 of 372 ~ 32.53%

%36.02
%31.45
%32.53

CMYK color model

#867579 color CMYK value is (0,13,10,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(0,13,10,47)
C0M13Y10K47 
(0%,13%,10%,47%)
(0.00/0.13/0.10/0.47)	

CMYK percentages

%0
%12.69
%9.7
%47.45

Codes

Color #867579 in popluar color models

867579
RGB134117121
HSL346°6.77%49.22%
HSB/HSV346°12.69%52.55%
CMYK0.00%12.69%9.70%
47.45%

Color #867579 in popluar number systems.

HEX867579
Decimal134117121
Binary1000011011101011111001
Octal206165171

Shades and tints

Shades of #867579

#867579
(134,117,121)
#7A6B6E
(122,107,110)
#6E6163
(110,97,99)
#625758
(98,87,88)
#564D4D
(86,77,77)
#4A4342
(74,67,66)
#3E3937
(62,57,55)
#322F2C
(50,47,44)
#262521
(38,37,33)
#1A1B16
(26,27,22)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #867579

#867579
(134,117,121)
#918185
(145,129,133)
#9C8D91
(156,141,145)
#A7999D
(167,153,157)
#B2A5A9
(178,165,169)
#BDB1B5
(189,177,181)
#C8BDC1
(200,189,193)
#D3C9CD
(211,201,205)
#DED5D9
(222,213,217)
#E9E1E5
(233,225,229)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867579; }

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

This text font color is #867579.


Background Color

.myBgColor { background-color: #867579; }

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

This div background color is #867579.


Border color

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

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

This div border color is #867579.


Opacity

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

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

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

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

This text has shadow with #867579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867579 on black background.


Color preview on white background

This text has color #867579 on white background.



Black color preview on #867579 background

This text has black color on #867579 background.


White color preview on #867579 background

This text has white color on #867579 background.