COLOR #867A5E

HEX: #867A5E
RGB: (134,122,94)

Color info

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

RGB color model

#867A5E color RGB value is (134,122,94).

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

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 94 of 255 = 37%

134
122
94

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

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 94 = 350 (100%)
R 134 of 350 ~ 38.29%
G 122 of 350 ~ 34.86%
B 94 of 350 ~ 26.86%

%38.29
%34.86
%26.86

CMYK color model

#867A5E color CMYK value is (0,9,30,47).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 29.85%
  • key color value is 47.45%
CMYK:
(0,9,30,47)
C0M9Y30K47 
(0%,9%,30%,47%)
(0.00/0.09/0.30/0.47)	

CMYK percentages

%0
%8.96
%29.85
%47.45

Codes

Color #867A5E in popluar color models

867A5E
RGB13412294
HSL42°17.54%44.71%
HSB/HSV42°29.85%52.55%
CMYK0.00%8.96%29.85%
47.45%

Color #867A5E in popluar number systems.

HEX867A5E
Decimal13412294
Binary1000011011110101011110
Octal206172136

Shades and tints

Shades of #867A5E

#867A5E
(134,122,94)
#7A6F56
(122,111,86)
#6E644E
(110,100,78)
#625946
(98,89,70)
#564E3E
(86,78,62)
#4A4336
(74,67,54)
#3E382E
(62,56,46)
#322D26
(50,45,38)
#26221E
(38,34,30)
#1A1716
(26,23,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #867A5E

#867A5E
(134,122,94)
#91866C
(145,134,108)
#9C927A
(156,146,122)
#A79E88
(167,158,136)
#B2AA96
(178,170,150)
#BDB6A4
(189,182,164)
#C8C2B2
(200,194,178)
#D3CEC0
(211,206,192)
#DEDACE
(222,218,206)
#E9E6DC
(233,230,220)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867A5E; }

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

This text font color is #867A5E.


Background Color

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

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

This div background color is #867A5E.


Border color

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

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

This div border color is #867A5E.


Opacity

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

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

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

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

This text has shadow with #867A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867A5E on black background.


Color preview on white background

This text has color #867A5E on white background.



Black color preview on #867A5E background

This text has black color on #867A5E background.


White color preview on #867A5E background

This text has white color on #867A5E background.