COLOR #867361

HEX: #867361
RGB: (134,115,97)

Color info

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

RGB color model

#867361 color RGB value is (134,115,97).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 97 of 255 = 38%

134
115
97

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 97 = 346 (100%)
R 134 of 346 ~ 38.73%
G 115 of 346 ~ 33.24%
B 97 of 346 ~ 28.03%

%38.73
%33.24
%28.03

CMYK color model

#867361 color CMYK value is (0,14,28,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 27.61%
  • key color value is 47.45%
CMYK:
(0,14,28,47)
C0M14Y28K47 
(0%,14%,28%,47%)
(0.00/0.14/0.28/0.47)	

CMYK percentages

%0
%14.18
%27.61
%47.45

Codes

Color #867361 in popluar color models

867361
RGB13411597
HSL29°16.02%45.29%
HSB/HSV29°27.61%52.55%
CMYK0.00%14.18%27.61%
47.45%

Color #867361 in popluar number systems.

HEX867361
Decimal13411597
Binary1000011011100111100001
Octal206163141

Shades and tints

Shades of #867361

#867361
(134,115,97)
#7A6959
(122,105,89)
#6E5F51
(110,95,81)
#625549
(98,85,73)
#564B41
(86,75,65)
#4A4139
(74,65,57)
#3E3731
(62,55,49)
#322D29
(50,45,41)
#262321
(38,35,33)
#1A1919
(26,25,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #867361

#867361
(134,115,97)
#917F6F
(145,127,111)
#9C8B7D
(156,139,125)
#A7978B
(167,151,139)
#B2A399
(178,163,153)
#BDAFA7
(189,175,167)
#C8BBB5
(200,187,181)
#D3C7C3
(211,199,195)
#DED3D1
(222,211,209)
#E9DFDF
(233,223,223)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867361; }

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

This text font color is #867361.


Background Color

.myBgColor { background-color: #867361; }

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

This div background color is #867361.


Border color

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

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

This div border color is #867361.


Opacity

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

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

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

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

This text has shadow with #867361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867361 on black background.


Color preview on white background

This text has color #867361 on white background.



Black color preview on #867361 background

This text has black color on #867361 background.


White color preview on #867361 background

This text has white color on #867361 background.