COLOR #867A61

HEX: #867A61
RGB: (134,122,97)

Color info

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

RGB color model

#867A61 color RGB value is (134,122,97).

  • red value is 134;
  • green value is 122;
  • blue value is 97.
RGB:
(134,122,97)
(53%,48%,38%)

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 97 of 255 = 38%

134
122
97

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

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 97 = 353 (100%)
R 134 of 353 ~ 37.96%
G 122 of 353 ~ 34.56%
B 97 of 353 ~ 27.48%

%37.96
%34.56
%27.48

CMYK color model

#867A61 color CMYK value is (0,9,28,47).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 27.61%
  • key color value is 47.45%
CMYK:
(0,9,28,47)
C0M9Y28K47 
(0%,9%,28%,47%)
(0.00/0.09/0.28/0.47)	

CMYK percentages

%0
%8.96
%27.61
%47.45

Codes

Color #867A61 in popluar color models

867A61
RGB13412297
HSL41°16.02%45.29%
HSB/HSV41°27.61%52.55%
CMYK0.00%8.96%27.61%
47.45%

Color #867A61 in popluar number systems.

HEX867A61
Decimal13412297
Binary1000011011110101100001
Octal206172141

Shades and tints

Shades of #867A61

#867A61
(134,122,97)
#7A6F59
(122,111,89)
#6E6451
(110,100,81)
#625949
(98,89,73)
#564E41
(86,78,65)
#4A4339
(74,67,57)
#3E3831
(62,56,49)
#322D29
(50,45,41)
#262221
(38,34,33)
#1A1719
(26,23,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #867A61

#867A61
(134,122,97)
#91866F
(145,134,111)
#9C927D
(156,146,125)
#A79E8B
(167,158,139)
#B2AA99
(178,170,153)
#BDB6A7
(189,182,167)
#C8C2B5
(200,194,181)
#D3CEC3
(211,206,195)
#DEDAD1
(222,218,209)
#E9E6DF
(233,230,223)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867A61 color. Also use rgb(134,122,97) instead hex code.

Text Font Color

.myTextColor { color: #867A61; }

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

This text font color is #867A61.


Background Color

.myBgColor { background-color: #867A61; }

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

This div background color is #867A61.


Border color

.myBorderColor { border: 1px solid #867A61; }

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

This div border color is #867A61.


Opacity

.myOpacity80 { color: #867A61; opacity: 0.8; }

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

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

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

This text has shadow with #867A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867A61 on black background.


Color preview on white background

This text has color #867A61 on white background.



Black color preview on #867A61 background

This text has black color on #867A61 background.


White color preview on #867A61 background

This text has white color on #867A61 background.