COLOR #867672

HEX: #867672
RGB: (134,118,114)

Color info

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

RGB color model

#867672 color RGB value is (134,118,114).

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

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 114 of 255 = 45%

134
118
114

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

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 114 = 366 (100%)
R 134 of 366 ~ 36.61%
G 118 of 366 ~ 32.24%
B 114 of 366 ~ 31.15%

%36.61
%32.24
%31.15

CMYK color model

#867672 color CMYK value is (0,12,15,47).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(0,12,15,47)
C0M12Y15K47 
(0%,12%,15%,47%)
(0.00/0.12/0.15/0.47)	

CMYK percentages

%0
%11.94
%14.93
%47.45

Codes

Color #867672 in popluar color models

867672
RGB134118114
HSL12°8.06%48.63%
HSB/HSV12°14.93%52.55%
CMYK0.00%11.94%14.93%
47.45%

Color #867672 in popluar number systems.

HEX867672
Decimal134118114
Binary1000011011101101110010
Octal206166162

Shades and tints

Shades of #867672

#867672
(134,118,114)
#7A6C68
(122,108,104)
#6E625E
(110,98,94)
#625854
(98,88,84)
#564E4A
(86,78,74)
#4A4440
(74,68,64)
#3E3A36
(62,58,54)
#32302C
(50,48,44)
#262622
(38,38,34)
#1A1C18
(26,28,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #867672

#867672
(134,118,114)
#91827E
(145,130,126)
#9C8E8A
(156,142,138)
#A79A96
(167,154,150)
#B2A6A2
(178,166,162)
#BDB2AE
(189,178,174)
#C8BEBA
(200,190,186)
#D3CAC6
(211,202,198)
#DED6D2
(222,214,210)
#E9E2DE
(233,226,222)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867672; }

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

This text font color is #867672.


Background Color

.myBgColor { background-color: #867672; }

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

This div background color is #867672.


Border color

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

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

This div border color is #867672.


Opacity

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

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

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

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

This text has shadow with #867672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867672 on black background.


Color preview on white background

This text has color #867672 on white background.



Black color preview on #867672 background

This text has black color on #867672 background.


White color preview on #867672 background

This text has white color on #867672 background.