COLOR #867674

HEX: #867674
RGB: (134,118,116)

Color info

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

RGB color model

#867674 color RGB value is (134,118,116).

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

RGB channels and saturation

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

134
118
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 116 = 368 (100%)
R 134 of 368 ~ 36.41%
G 118 of 368 ~ 32.07%
B 116 of 368 ~ 31.52%

%36.41
%32.07
%31.52

CMYK color model

#867674 color CMYK value is (0,12,13,47).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(0,12,13,47)
C0M12Y13K47 
(0%,12%,13%,47%)
(0.00/0.12/0.13/0.47)	

CMYK percentages

%0
%11.94
%13.43
%47.45

Codes

Color #867674 in popluar color models

867674
RGB134118116
HSL7.20%49.02%
HSB/HSV13.43%52.55%
CMYK0.00%11.94%13.43%
47.45%

Color #867674 in popluar number systems.

HEX867674
Decimal134118116
Binary1000011011101101110100
Octal206166164

Shades and tints

Shades of #867674

#867674
(134,118,116)
#7A6C6A
(122,108,106)
#6E6260
(110,98,96)
#625856
(98,88,86)
#564E4C
(86,78,76)
#4A4442
(74,68,66)
#3E3A38
(62,58,56)
#32302E
(50,48,46)
#262624
(38,38,36)
#1A1C1A
(26,28,26)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #867674

#867674
(134,118,116)
#918280
(145,130,128)
#9C8E8C
(156,142,140)
#A79A98
(167,154,152)
#B2A6A4
(178,166,164)
#BDB2B0
(189,178,176)
#C8BEBC
(200,190,188)
#D3CAC8
(211,202,200)
#DED6D4
(222,214,212)
#E9E2E0
(233,226,224)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867674; }

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

This text font color is #867674.


Background Color

.myBgColor { background-color: #867674; }

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

This div background color is #867674.


Border color

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

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

This div border color is #867674.


Opacity

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

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

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

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

This text has shadow with #867674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867674 on black background.


Color preview on white background

This text has color #867674 on white background.



Black color preview on #867674 background

This text has black color on #867674 background.


White color preview on #867674 background

This text has white color on #867674 background.