COLOR #827979

HEX: #827979 RGB: (130,121,121)

Color info

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

RGB color model

#827979 color RGB value is (130,121,121).

RGB: (130,121,121) (51%, 47%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 121 of 255 = 47%
B 121 of 255 = 47%

130
121
121

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

Portions of RGB colors in percentages

R + G + B = 130 + 121 + 121 = 372 (100%)
R 130 of 372 ~ 34.95%
G 121 of 372 ~ 32.53%
B 121 of 372 ~ 32.53'%

%34.95
%32.53
%32.53

CMYK color model

#827979 color CMYK value is (0,7,7,49).

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

CMYK: (0,7,7,49)
C0M7Y7K49 (0%, 7%, 7%, 49%)
(0.00 / 0.07 / 0.07 / 0.49)

CMYK percentages

%0
%6.92
%6.92
%49.02

Codes

Color #827979 in popluar color models

82 79 79
RGB 130 121 121
HSL 3.59% 49.22%
HSB/HSV 6.92% 50.98%
CMYK 0.00% 6.92% 6.92%
49.02%

Color #827979 in popluar number systems.

HEX 82 79 79
Decimal 130 121 121
Binary 10000010 1111001 1111001
Octal 202 171 171

Shades and tints

Shades of #827979

#827979
(130,121,121)
#776E6E
(119,110,110)
#6C6363
(108,99,99)
#615858
(97,88,88)
#564D4D
(86,77,77)
#4B4242
(75,66,66)
#403737
(64,55,55)
#352C2C
(53,44,44)
#2A2121
(42,33,33)
#1F1616
(31,22,22)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #827979

#827979
(130,121,121)
#8D8585
(141,133,133)
#989191
(152,145,145)
#A39D9D
(163,157,157)
#AEA9A9
(174,169,169)
#B9B5B5
(185,181,181)
#C4C1C1
(196,193,193)
#CFCDCD
(207,205,205)
#DAD9D9
(218,217,217)
#E5E5E5
(229,229,229)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827979; }

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

This text font color is #827979.

Background Color

.myBgColor { background-color: #827979; }

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

This div background color is #827979.

Border color

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

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

This div border color is #827979.

Opacity

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

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

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

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

This text has shadow with #827979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827979.

Preview

Color preview on black background

This text has color #827979 on black background.


Color preview on white background

This text has color #827979 on white background.


Black color preview on #827979 background

This text has black color on #827979 background.


White color preview on #827979 background

This text has white color on #827979 background.


Related colors

Complementary color

Complementary color for #hex is #7D8686.


I love getcolorcode.com