COLOR #867267

HEX: #867267
RGB: (134,114,103)

Color info

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

RGB color model

#867267 color RGB value is (134,114,103).

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

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 103 of 255 = 40%

134
114
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 103 = 351 (100%)
R 134 of 351 ~ 38.18%
G 114 of 351 ~ 32.48%
B 103 of 351 ~ 29.34%

%38.18
%32.48
%29.34

CMYK color model

#867267 color CMYK value is (0,15,23,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(0,15,23,47)
C0M15Y23K47 
(0%,15%,23%,47%)
(0.00/0.15/0.23/0.47)	

CMYK percentages

%0
%14.93
%23.13
%47.45

Codes

Color #867267 in popluar color models

867267
RGB134114103
HSL21°13.08%46.47%
HSB/HSV21°23.13%52.55%
CMYK0.00%14.93%23.13%
47.45%

Color #867267 in popluar number systems.

HEX867267
Decimal134114103
Binary1000011011100101100111
Octal206162147

Shades and tints

Shades of #867267

#867267
(134,114,103)
#7A685E
(122,104,94)
#6E5E55
(110,94,85)
#62544C
(98,84,76)
#564A43
(86,74,67)
#4A403A
(74,64,58)
#3E3631
(62,54,49)
#322C28
(50,44,40)
#26221F
(38,34,31)
#1A1816
(26,24,22)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #867267

#867267
(134,114,103)
#917E74
(145,126,116)
#9C8A81
(156,138,129)
#A7968E
(167,150,142)
#B2A29B
(178,162,155)
#BDAEA8
(189,174,168)
#C8BAB5
(200,186,181)
#D3C6C2
(211,198,194)
#DED2CF
(222,210,207)
#E9DEDC
(233,222,220)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867267 color. Also use rgb(134,114,103) instead hex code.

Text Font Color

.myTextColor { color: #867267; }

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

This text font color is #867267.


Background Color

.myBgColor { background-color: #867267; }

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

This div background color is #867267.


Border color

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

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

This div border color is #867267.


Opacity

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

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

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

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

This text has shadow with #867267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867267 on black background.


Color preview on white background

This text has color #867267 on white background.



Black color preview on #867267 background

This text has black color on #867267 background.


White color preview on #867267 background

This text has white color on #867267 background.