COLOR #867171

HEX: #867171 RGB: (134,113,113)

Color info

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

RGB color model

#867171 color RGB value is (134,113,113).

RGB: (134,113,113) (53%, 44%, 44%)

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 113 of 255 = 44%

134
113
113

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

Portions of RGB colors in percentages

R + G + B = 134 + 113 + 113 = 360 (100%)
R 134 of 360 ~ 37.22%
G 113 of 360 ~ 31.39%
B 113 of 360 ~ 31.39'%

%37.22
%31.39
%31.39

CMYK color model

#867171 color CMYK value is (0,16,16,47).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 15.67%
  • key color value is 47.45%

CMYK: (0,16,16,47)
C0M16Y16K47 (0%, 16%, 16%, 47%)
(0.00 / 0.16 / 0.16 / 0.47)

CMYK percentages

%0
%15.67
%15.67
%47.45

Codes

Color #867171 in popluar color models

86 71 71
RGB 134 113 113
HSL 8.50% 48.43%
HSB/HSV 15.67% 52.55%
CMYK 0.00% 15.67% 15.67%
47.45%

Color #867171 in popluar number systems.

HEX 86 71 71
Decimal 134 113 113
Binary 10000110 1110001 1110001
Octal 206 161 161

Shades and tints

Shades of #867171

#867171
(134,113,113)
#7A6767
(122,103,103)
#6E5D5D
(110,93,93)
#625353
(98,83,83)
#564949
(86,73,73)
#4A3F3F
(74,63,63)
#3E3535
(62,53,53)
#322B2B
(50,43,43)
#262121
(38,33,33)
#1A1717
(26,23,23)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #867171

#867171
(134,113,113)
#917D7D
(145,125,125)
#9C8989
(156,137,137)
#A79595
(167,149,149)
#B2A1A1
(178,161,161)
#BDADAD
(189,173,173)
#C8B9B9
(200,185,185)
#D3C5C5
(211,197,197)
#DED1D1
(222,209,209)
#E9DDDD
(233,221,221)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867171; }

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

This text font color is #867171.

Background Color

.myBgColor { background-color: #867171; }

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

This div background color is #867171.

Border color

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

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

This div border color is #867171.

Opacity

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

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

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

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

This text has shadow with #867171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867171.

Preview

Color preview on black background

This text has color #867171 on black background.


Color preview on white background

This text has color #867171 on white background.


Black color preview on #867171 background

This text has black color on #867171 background.


White color preview on #867171 background

This text has white color on #867171 background.


Related colors

Complementary color

Complementary color for #hex is #798E8E.


I love getcolorcode.com