COLOR #82747F

HEX: #82747F
RGB: (130,116,127)

Color info

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

RGB color model

#82747F color RGB value is (130,116,127).

  • red value is 130;
  • green value is 116;
  • blue value is 127.
RGB:
(130,116,127)
(51%,45%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 127 of 255 = 50%

130
116
127

R + G + B ~ 49%. #82747F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 127 = 373 (100%)
R 130 of 373 ~ 34.85%
G 116 of 373 ~ 31.1%
B 127 of 373 ~ 34.05%

%34.85
%31.1
%34.05

CMYK color model

#82747F color CMYK value is (0,11,2,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,11,2,49)
C0M11Y2K49 
(0%,11%,2%,49%)
(0.00/0.11/0.02/0.49)	

CMYK percentages

%0
%10.77
%2.31
%49.02

Codes

Color #82747F in popluar color models

82747F
RGB130116127
HSL313°5.69%48.24%
HSB/HSV313°10.77%50.98%
CMYK0.00%10.77%2.31%
49.02%

Color #82747F in popluar number systems.

HEX82747F
Decimal130116127
Binary1000001011101001111111
Octal202164177

Shades and tints

Shades of #82747F

#82747F
(130,116,127)
#776A74
(119,106,116)
#6C6069
(108,96,105)
#61565E
(97,86,94)
#564C53
(86,76,83)
#4B4248
(75,66,72)
#40383D
(64,56,61)
#352E32
(53,46,50)
#2A2427
(42,36,39)
#1F1A1C
(31,26,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #82747F

#82747F
(130,116,127)
#8D808A
(141,128,138)
#988C95
(152,140,149)
#A398A0
(163,152,160)
#AEA4AB
(174,164,171)
#B9B0B6
(185,176,182)
#C4BCC1
(196,188,193)
#CFC8CC
(207,200,204)
#DAD4D7
(218,212,215)
#E5E0E2
(229,224,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82747F color. Also use rgb(130,116,127) instead hex code.

Text Font Color

.myTextColor { color: #82747F; }

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

This text font color is #82747F.


Background Color

.myBgColor { background-color: #82747F; }

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

This div background color is #82747F.


Border color

.myBorderColor { border: 1px solid #82747F; }

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

This div border color is #82747F.


Opacity

.myOpacity80 { color: #82747F; opacity: 0.8; }

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

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

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

This text has shadow with #82747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82747F on black background.


Color preview on white background

This text has color #82747F on white background.



Black color preview on #82747F background

This text has black color on #82747F background.


White color preview on #82747F background

This text has white color on #82747F background.