COLOR #867974

HEX: #867974
RGB: (134,121,116)

Color info

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

RGB color model

#867974 color RGB value is (134,121,116).

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

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 116 of 255 = 45%

134
121
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 121 + 116 = 371 (100%)
R 134 of 371 ~ 36.12%
G 121 of 371 ~ 32.61%
B 116 of 371 ~ 31.27%

%36.12
%32.61
%31.27

CMYK color model

#867974 color CMYK value is (0,10,13,47).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(0,10,13,47)
C0M10Y13K47 
(0%,10%,13%,47%)
(0.00/0.10/0.13/0.47)	

CMYK percentages

%0
%9.7
%13.43
%47.45

Codes

Color #867974 in popluar color models

867974
RGB134121116
HSL17°7.20%49.02%
HSB/HSV17°13.43%52.55%
CMYK0.00%9.70%13.43%
47.45%

Color #867974 in popluar number systems.

HEX867974
Decimal134121116
Binary1000011011110011110100
Octal206171164

Shades and tints

Shades of #867974

#867974
(134,121,116)
#7A6E6A
(122,110,106)
#6E6360
(110,99,96)
#625856
(98,88,86)
#564D4C
(86,77,76)
#4A4242
(74,66,66)
#3E3738
(62,55,56)
#322C2E
(50,44,46)
#262124
(38,33,36)
#1A161A
(26,22,26)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #867974

#867974
(134,121,116)
#918580
(145,133,128)
#9C918C
(156,145,140)
#A79D98
(167,157,152)
#B2A9A4
(178,169,164)
#BDB5B0
(189,181,176)
#C8C1BC
(200,193,188)
#D3CDC8
(211,205,200)
#DED9D4
(222,217,212)
#E9E5E0
(233,229,224)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867974; }

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

This text font color is #867974.


Background Color

.myBgColor { background-color: #867974; }

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

This div background color is #867974.


Border color

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

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

This div border color is #867974.


Opacity

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

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

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

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

This text has shadow with #867974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867974 on black background.


Color preview on white background

This text has color #867974 on white background.



Black color preview on #867974 background

This text has black color on #867974 background.


White color preview on #867974 background

This text has white color on #867974 background.