COLOR #867565

HEX: #867565
RGB: (134,117,101)

Color info

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

RGB color model

#867565 color RGB value is (134,117,101).

  • red value is 134;
  • green value is 117;
  • blue value is 101.
RGB:
(134,117,101)
(53%,46%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 101 of 255 = 40%

134
117
101

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 101 = 352 (100%)
R 134 of 352 ~ 38.07%
G 117 of 352 ~ 33.24%
B 101 of 352 ~ 28.69%

%38.07
%33.24
%28.69

CMYK color model

#867565 color CMYK value is (0,13,25,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 24.63%
  • key color value is 47.45%
CMYK:
(0,13,25,47)
C0M13Y25K47 
(0%,13%,25%,47%)
(0.00/0.13/0.25/0.47)	

CMYK percentages

%0
%12.69
%24.63
%47.45

Codes

Color #867565 in popluar color models

867565
RGB134117101
HSL29°14.04%46.08%
HSB/HSV29°24.63%52.55%
CMYK0.00%12.69%24.63%
47.45%

Color #867565 in popluar number systems.

HEX867565
Decimal134117101
Binary1000011011101011100101
Octal206165145

Shades and tints

Shades of #867565

#867565
(134,117,101)
#7A6B5C
(122,107,92)
#6E6153
(110,97,83)
#62574A
(98,87,74)
#564D41
(86,77,65)
#4A4338
(74,67,56)
#3E392F
(62,57,47)
#322F26
(50,47,38)
#26251D
(38,37,29)
#1A1B14
(26,27,20)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #867565

#867565
(134,117,101)
#918173
(145,129,115)
#9C8D81
(156,141,129)
#A7998F
(167,153,143)
#B2A59D
(178,165,157)
#BDB1AB
(189,177,171)
#C8BDB9
(200,189,185)
#D3C9C7
(211,201,199)
#DED5D5
(222,213,213)
#E9E1E3
(233,225,227)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867565 color. Also use rgb(134,117,101) instead hex code.

Text Font Color

.myTextColor { color: #867565; }

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

This text font color is #867565.


Background Color

.myBgColor { background-color: #867565; }

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

This div background color is #867565.


Border color

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

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

This div border color is #867565.


Opacity

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

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

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

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

This text has shadow with #867565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867565 on black background.


Color preview on white background

This text has color #867565 on white background.



Black color preview on #867565 background

This text has black color on #867565 background.


White color preview on #867565 background

This text has white color on #867565 background.