COLOR #867566

HEX: #867566
RGB: (134,117,102)

Color info

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

RGB color model

#867566 color RGB value is (134,117,102).

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

RGB channels and saturation

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

134
117
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 117 + 102 = 353 (100%)
R 134 of 353 ~ 37.96%
G 117 of 353 ~ 33.14%
B 102 of 353 ~ 28.9%

%37.96
%33.14
%28.9

CMYK color model

#867566 color CMYK value is (0,13,24,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(0,13,24,47)
C0M13Y24K47 
(0%,13%,24%,47%)
(0.00/0.13/0.24/0.47)	

CMYK percentages

%0
%12.69
%23.88
%47.45

Codes

Color #867566 in popluar color models

867566
RGB134117102
HSL28°13.56%46.27%
HSB/HSV28°23.88%52.55%
CMYK0.00%12.69%23.88%
47.45%

Color #867566 in popluar number systems.

HEX867566
Decimal134117102
Binary1000011011101011100110
Octal206165146

Shades and tints

Shades of #867566

#867566
(134,117,102)
#7A6B5D
(122,107,93)
#6E6154
(110,97,84)
#62574B
(98,87,75)
#564D42
(86,77,66)
#4A4339
(74,67,57)
#3E3930
(62,57,48)
#322F27
(50,47,39)
#26251E
(38,37,30)
#1A1B15
(26,27,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #867566

#867566
(134,117,102)
#918173
(145,129,115)
#9C8D80
(156,141,128)
#A7998D
(167,153,141)
#B2A59A
(178,165,154)
#BDB1A7
(189,177,167)
#C8BDB4
(200,189,180)
#D3C9C1
(211,201,193)
#DED5CE
(222,213,206)
#E9E1DB
(233,225,219)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867566; }

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

This text font color is #867566.


Background Color

.myBgColor { background-color: #867566; }

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

This div background color is #867566.


Border color

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

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

This div border color is #867566.


Opacity

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

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

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

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

This text has shadow with #867566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867566 on black background.


Color preview on white background

This text has color #867566 on white background.



Black color preview on #867566 background

This text has black color on #867566 background.


White color preview on #867566 background

This text has white color on #867566 background.