COLOR #867179

HEX: #867179
RGB: (134,113,121)

Color info

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

RGB color model

#867179 color RGB value is (134,113,121).

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

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 121 of 255 = 47%

134
113
121

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

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 121 = 368 (100%)
R 134 of 368 ~ 36.41%
G 113 of 368 ~ 30.71%
B 121 of 368 ~ 32.88%

%36.41
%30.71
%32.88

CMYK color model

#867179 color CMYK value is (0,16,10,47).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(0,16,10,47)
C0M16Y10K47 
(0%,16%,10%,47%)
(0.00/0.16/0.10/0.47)	

CMYK percentages

%0
%15.67
%9.7
%47.45

Codes

Color #867179 in popluar color models

867179
RGB134113121
HSL337°8.50%48.43%
HSB/HSV337°15.67%52.55%
CMYK0.00%15.67%9.70%
47.45%

Color #867179 in popluar number systems.

HEX867179
Decimal134113121
Binary1000011011100011111001
Octal206161171

Shades and tints

Shades of #867179

#867179
(134,113,121)
#7A676E
(122,103,110)
#6E5D63
(110,93,99)
#625358
(98,83,88)
#56494D
(86,73,77)
#4A3F42
(74,63,66)
#3E3537
(62,53,55)
#322B2C
(50,43,44)
#262121
(38,33,33)
#1A1716
(26,23,22)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #867179

#867179
(134,113,121)
#917D85
(145,125,133)
#9C8991
(156,137,145)
#A7959D
(167,149,157)
#B2A1A9
(178,161,169)
#BDADB5
(189,173,181)
#C8B9C1
(200,185,193)
#D3C5CD
(211,197,205)
#DED1D9
(222,209,217)
#E9DDE5
(233,221,229)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867179; }

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

This text font color is #867179.


Background Color

.myBgColor { background-color: #867179; }

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

This div background color is #867179.


Border color

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

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

This div border color is #867179.


Opacity

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

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

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

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

This text has shadow with #867179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867179 on black background.


Color preview on white background

This text has color #867179 on white background.



Black color preview on #867179 background

This text has black color on #867179 background.


White color preview on #867179 background

This text has white color on #867179 background.