COLOR #867060

HEX: #867060
RGB: (134,112,96)

Color info

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

RGB color model

#867060 color RGB value is (134,112,96).

  • red value is 134;
  • green value is 112;
  • blue value is 96.
RGB:
(134,112,96)
(53%,44%,38%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 96 of 255 = 38%

134
112
96

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 96 = 342 (100%)
R 134 of 342 ~ 39.18%
G 112 of 342 ~ 32.75%
B 96 of 342 ~ 28.07%

%39.18
%32.75
%28.07

CMYK color model

#867060 color CMYK value is (0,16,28,47).

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(0,16,28,47)
C0M16Y28K47 
(0%,16%,28%,47%)
(0.00/0.16/0.28/0.47)	

CMYK percentages

%0
%16.42
%28.36
%47.45

Codes

Color #867060 in popluar color models

867060
RGB13411296
HSL25°16.52%45.10%
HSB/HSV25°28.36%52.55%
CMYK0.00%16.42%28.36%
47.45%

Color #867060 in popluar number systems.

HEX867060
Decimal13411296
Binary1000011011100001100000
Octal206160140

Shades and tints

Shades of #867060

#867060
(134,112,96)
#7A6658
(122,102,88)
#6E5C50
(110,92,80)
#625248
(98,82,72)
#564840
(86,72,64)
#4A3E38
(74,62,56)
#3E3430
(62,52,48)
#322A28
(50,42,40)
#262020
(38,32,32)
#1A1618
(26,22,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #867060

#867060
(134,112,96)
#917D6E
(145,125,110)
#9C8A7C
(156,138,124)
#A7978A
(167,151,138)
#B2A498
(178,164,152)
#BDB1A6
(189,177,166)
#C8BEB4
(200,190,180)
#D3CBC2
(211,203,194)
#DED8D0
(222,216,208)
#E9E5DE
(233,229,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867060 color. Also use rgb(134,112,96) instead hex code.

Text Font Color

.myTextColor { color: #867060; }

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

This text font color is #867060.


Background Color

.myBgColor { background-color: #867060; }

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

This div background color is #867060.


Border color

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

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

This div border color is #867060.


Opacity

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

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

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

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

This text has shadow with #867060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867060 on black background.


Color preview on white background

This text has color #867060 on white background.



Black color preview on #867060 background

This text has black color on #867060 background.


White color preview on #867060 background

This text has white color on #867060 background.