COLOR #867E74

HEX: #867E74
RGB: (134,126,116)

Color info

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

RGB color model

#867E74 color RGB value is (134,126,116).

  • red value is 134;
  • green value is 126;
  • blue value is 116.
RGB:
(134,126,116)
(53%,49%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 116 of 255 = 45%

134
126
116

R + G + B ~ 49%. #867E74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 116 = 376 (100%)
R 134 of 376 ~ 35.64%
G 126 of 376 ~ 33.51%
B 116 of 376 ~ 30.85%

%35.64
%33.51
%30.85

CMYK color model

#867E74 color CMYK value is (0,6,13,47).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(0,6,13,47)
C0M6Y13K47 
(0%,6%,13%,47%)
(0.00/0.06/0.13/0.47)	

CMYK percentages

%0
%5.97
%13.43
%47.45

Codes

Color #867E74 in popluar color models

867E74
RGB134126116
HSL33°7.20%49.02%
HSB/HSV33°13.43%52.55%
CMYK0.00%5.97%13.43%
47.45%

Color #867E74 in popluar number systems.

HEX867E74
Decimal134126116
Binary1000011011111101110100
Octal206176164

Shades and tints

Shades of #867E74

#867E74
(134,126,116)
#7A736A
(122,115,106)
#6E6860
(110,104,96)
#625D56
(98,93,86)
#56524C
(86,82,76)
#4A4742
(74,71,66)
#3E3C38
(62,60,56)
#32312E
(50,49,46)
#262624
(38,38,36)
#1A1B1A
(26,27,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #867E74

#867E74
(134,126,116)
#918980
(145,137,128)
#9C948C
(156,148,140)
#A79F98
(167,159,152)
#B2AAA4
(178,170,164)
#BDB5B0
(189,181,176)
#C8C0BC
(200,192,188)
#D3CBC8
(211,203,200)
#DED6D4
(222,214,212)
#E9E1E0
(233,225,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867E74 color. Also use rgb(134,126,116) instead hex code.

Text Font Color

.myTextColor { color: #867E74; }

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

This text font color is #867E74.


Background Color

.myBgColor { background-color: #867E74; }

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

This div background color is #867E74.


Border color

.myBorderColor { border: 1px solid #867E74; }

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

This div border color is #867E74.


Opacity

.myOpacity80 { color: #867E74; opacity: 0.8; }

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

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

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

This text has shadow with #867E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E74 on black background.


Color preview on white background

This text has color #867E74 on white background.



Black color preview on #867E74 background

This text has black color on #867E74 background.


White color preview on #867E74 background

This text has white color on #867E74 background.