COLOR #82747D

HEX: #82747D RGB: (130,116,125)

Color info

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

RGB color model

#82747D color RGB value is (130,116,125).

RGB: (130,116,125) (51%, 45%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 125 of 255 = 49%

130
116
125

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

Portions of RGB colors in percentages

R + G + B = 130 + 116 + 125 = 371 (100%)
R 130 of 371 ~ 35.04%
G 116 of 371 ~ 31.27%
B 125 of 371 ~ 33.69'%

%35.04
%31.27
%33.69

CMYK color model

#82747D color CMYK value is (0,11,4,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (0,11,4,49)
C0M11Y4K49 (0%, 11%, 4%, 49%)
(0.00 / 0.11 / 0.04 / 0.49)

CMYK percentages

%0
%10.77
%3.85
%49.02

Codes

Color #82747D in popluar color models

82 74 7D
RGB 130 116 125
HSL 321° 5.69% 48.24%
HSB/HSV 321° 10.77% 50.98%
CMYK 0.00% 10.77% 3.85%
49.02%

Color #82747D in popluar number systems.

HEX 82 74 7D
Decimal 130 116 125
Binary 10000010 1110100 1111101
Octal 202 164 175

Shades and tints

Shades of #82747D

#82747D
(130,116,125)
#776A72
(119,106,114)
#6C6067
(108,96,103)
#61565C
(97,86,92)
#564C51
(86,76,81)
#4B4246
(75,66,70)
#40383B
(64,56,59)
#352E30
(53,46,48)
#2A2425
(42,36,37)
#1F1A1A
(31,26,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #82747D

#82747D
(130,116,125)
#8D8088
(141,128,136)
#988C93
(152,140,147)
#A3989E
(163,152,158)
#AEA4A9
(174,164,169)
#B9B0B4
(185,176,180)
#C4BCBF
(196,188,191)
#CFC8CA
(207,200,202)
#DAD4D5
(218,212,213)
#E5E0E0
(229,224,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82747D; }

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

This text font color is #82747D.

Background Color

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

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

This div background color is #82747D.

Border color

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

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

This div border color is #82747D.

Opacity

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

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

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

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

This text has shadow with #82747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82747D.

Preview

Color preview on black background

This text has color #82747D on black background.


Color preview on white background

This text has color #82747D on white background.


Black color preview on #82747D background

This text has black color on #82747D background.


White color preview on #82747D background

This text has white color on #82747D background.


Related colors

Complementary color

Complementary color for #hex is #7D8B82.


I love getcolorcode.com

Triadic colors

1 #7D8274 and #747D82 with #82747D are triadic colors.

2 #7D7482 and #74827D with #82747D are triadic colors.