COLOR #867168

HEX: #867168
RGB: (134,113,104)

Color info

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

RGB color model

#867168 color RGB value is (134,113,104).

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

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 104 of 255 = 41%

134
113
104

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

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 104 = 351 (100%)
R 134 of 351 ~ 38.18%
G 113 of 351 ~ 32.19%
B 104 of 351 ~ 29.63%

%38.18
%32.19
%29.63

CMYK color model

#867168 color CMYK value is (0,16,22,47).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(0,16,22,47)
C0M16Y22K47 
(0%,16%,22%,47%)
(0.00/0.16/0.22/0.47)	

CMYK percentages

%0
%15.67
%22.39
%47.45

Codes

Color #867168 in popluar color models

867168
RGB134113104
HSL18°12.61%46.67%
HSB/HSV18°22.39%52.55%
CMYK0.00%15.67%22.39%
47.45%

Color #867168 in popluar number systems.

HEX867168
Decimal134113104
Binary1000011011100011101000
Octal206161150

Shades and tints

Shades of #867168

#867168
(134,113,104)
#7A675F
(122,103,95)
#6E5D56
(110,93,86)
#62534D
(98,83,77)
#564944
(86,73,68)
#4A3F3B
(74,63,59)
#3E3532
(62,53,50)
#322B29
(50,43,41)
#262120
(38,33,32)
#1A1717
(26,23,23)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #867168

#867168
(134,113,104)
#917D75
(145,125,117)
#9C8982
(156,137,130)
#A7958F
(167,149,143)
#B2A19C
(178,161,156)
#BDADA9
(189,173,169)
#C8B9B6
(200,185,182)
#D3C5C3
(211,197,195)
#DED1D0
(222,209,208)
#E9DDDD
(233,221,221)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867168; }

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

This text font color is #867168.


Background Color

.myBgColor { background-color: #867168; }

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

This div background color is #867168.


Border color

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

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

This div border color is #867168.


Opacity

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

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

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

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

This text has shadow with #867168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867168 on black background.


Color preview on white background

This text has color #867168 on white background.



Black color preview on #867168 background

This text has black color on #867168 background.


White color preview on #867168 background

This text has white color on #867168 background.