COLOR #867366

HEX: #867366
RGB: (134,115,102)

Color info

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

RGB color model

#867366 color RGB value is (134,115,102).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 102 of 255 = 40%

134
115
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 102 = 351 (100%)
R 134 of 351 ~ 38.18%
G 115 of 351 ~ 32.76%
B 102 of 351 ~ 29.06%

%38.18
%32.76
%29.06

CMYK color model

#867366 color CMYK value is (0,14,24,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(0,14,24,47)
C0M14Y24K47 
(0%,14%,24%,47%)
(0.00/0.14/0.24/0.47)	

CMYK percentages

%0
%14.18
%23.88
%47.45

Codes

Color #867366 in popluar color models

867366
RGB134115102
HSL24°13.56%46.27%
HSB/HSV24°23.88%52.55%
CMYK0.00%14.18%23.88%
47.45%

Color #867366 in popluar number systems.

HEX867366
Decimal134115102
Binary1000011011100111100110
Octal206163146

Shades and tints

Shades of #867366

#867366
(134,115,102)
#7A695D
(122,105,93)
#6E5F54
(110,95,84)
#62554B
(98,85,75)
#564B42
(86,75,66)
#4A4139
(74,65,57)
#3E3730
(62,55,48)
#322D27
(50,45,39)
#26231E
(38,35,30)
#1A1915
(26,25,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #867366

#867366
(134,115,102)
#917F73
(145,127,115)
#9C8B80
(156,139,128)
#A7978D
(167,151,141)
#B2A39A
(178,163,154)
#BDAFA7
(189,175,167)
#C8BBB4
(200,187,180)
#D3C7C1
(211,199,193)
#DED3CE
(222,211,206)
#E9DFDB
(233,223,219)
#F4EBE8
(244,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867366; }

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

This text font color is #867366.


Background Color

.myBgColor { background-color: #867366; }

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

This div background color is #867366.


Border color

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

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

This div border color is #867366.


Opacity

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

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

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

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

This text has shadow with #867366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867366 on black background.


Color preview on white background

This text has color #867366 on white background.



Black color preview on #867366 background

This text has black color on #867366 background.


White color preview on #867366 background

This text has white color on #867366 background.