COLOR #827E7E

HEX: #827E7E RGB: (130,126,126)

Color info

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

RGB color model

#827E7E color RGB value is (130,126,126).

RGB: (130,126,126) (51%, 49%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 126 of 255 = 49%

130
126
126

R + G + B ~ 50%. #827E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 126 + 126 = 382 (100%)
R 130 of 382 ~ 34.03%
G 126 of 382 ~ 32.98%
B 126 of 382 ~ 32.98'%

%34.03
%32.98
%32.98

CMYK color model

#827E7E color CMYK value is (0,3,3,49).

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

CMYK: (0,3,3,49)
C0M3Y3K49 (0%, 3%, 3%, 49%)
(0.00 / 0.03 / 0.03 / 0.49)

CMYK percentages

%0
%3.08
%3.08
%49.02

Codes

Color #827E7E in popluar color models

82 7E 7E
RGB 130 126 126
HSL 1.57% 50.20%
HSB/HSV 3.08% 50.98%
CMYK 0.00% 3.08% 3.08%
49.02%

Color #827E7E in popluar number systems.

HEX 82 7E 7E
Decimal 130 126 126
Binary 10000010 1111110 1111110
Octal 202 176 176

Shades and tints

Shades of #827E7E

#827E7E
(130,126,126)
#777373
(119,115,115)
#6C6868
(108,104,104)
#615D5D
(97,93,93)
#565252
(86,82,82)
#4B4747
(75,71,71)
#403C3C
(64,60,60)
#353131
(53,49,49)
#2A2626
(42,38,38)
#1F1B1B
(31,27,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #827E7E

#827E7E
(130,126,126)
#8D8989
(141,137,137)
#989494
(152,148,148)
#A39F9F
(163,159,159)
#AEAAAA
(174,170,170)
#B9B5B5
(185,181,181)
#C4C0C0
(196,192,192)
#CFCBCB
(207,203,203)
#DAD6D6
(218,214,214)
#E5E1E1
(229,225,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E7E; }

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

This text font color is #827E7E.

Background Color

.myBgColor { background-color: #827E7E; }

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

This div background color is #827E7E.

Border color

.myBorderColor { border: 1px solid #827E7E; }

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

This div border color is #827E7E.

Opacity

.myOpacity80 { color: #827E7E; opacity: 0.8; }

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

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

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

This text has shadow with #827E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827E7E.

Preview

Color preview on black background

This text has color #827E7E on black background.


Color preview on white background

This text has color #827E7E on white background.


Black color preview on #827E7E background

This text has black color on #827E7E background.


White color preview on #827E7E background

This text has white color on #827E7E background.


Related colors

Complementary color

Complementary color for #hex is #7D8181.


I love getcolorcode.com