COLOR #827171

HEX: #827171 RGB: (130,113,113)

Color info

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

RGB color model

#827171 color RGB value is (130,113,113).

RGB: (130,113,113) (51%, 44%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 113 of 255 = 44%

130
113
113

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

Portions of RGB colors in percentages

R + G + B = 130 + 113 + 113 = 356 (100%)
R 130 of 356 ~ 36.52%
G 113 of 356 ~ 31.74%
B 113 of 356 ~ 31.74'%

%36.52
%31.74
%31.74

CMYK color model

#827171 color CMYK value is (0,13,13,49).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 13.08%
  • key color value is 49.02%

CMYK: (0,13,13,49)
C0M13Y13K49 (0%, 13%, 13%, 49%)
(0.00 / 0.13 / 0.13 / 0.49)

CMYK percentages

%0
%13.08
%13.08
%49.02

Codes

Color #827171 in popluar color models

82 71 71
RGB 130 113 113
HSL 7.00% 47.65%
HSB/HSV 13.08% 50.98%
CMYK 0.00% 13.08% 13.08%
49.02%

Color #827171 in popluar number systems.

HEX 82 71 71
Decimal 130 113 113
Binary 10000010 1110001 1110001
Octal 202 161 161

Shades and tints

Shades of #827171

#827171
(130,113,113)
#776767
(119,103,103)
#6C5D5D
(108,93,93)
#615353
(97,83,83)
#564949
(86,73,73)
#4B3F3F
(75,63,63)
#403535
(64,53,53)
#352B2B
(53,43,43)
#2A2121
(42,33,33)
#1F1717
(31,23,23)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #827171

#827171
(130,113,113)
#8D7D7D
(141,125,125)
#988989
(152,137,137)
#A39595
(163,149,149)
#AEA1A1
(174,161,161)
#B9ADAD
(185,173,173)
#C4B9B9
(196,185,185)
#CFC5C5
(207,197,197)
#DAD1D1
(218,209,209)
#E5DDDD
(229,221,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827171; }

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

This text font color is #827171.

Background Color

.myBgColor { background-color: #827171; }

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

This div background color is #827171.

Border color

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

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

This div border color is #827171.

Opacity

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

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

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

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

This text has shadow with #827171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827171.

Preview

Color preview on black background

This text has color #827171 on black background.


Color preview on white background

This text has color #827171 on white background.


Black color preview on #827171 background

This text has black color on #827171 background.


White color preview on #827171 background

This text has white color on #827171 background.


Related colors

Complementary color

Complementary color for #hex is #7D8E8E.


I love getcolorcode.com