COLOR #82756D

HEX: #82756D
RGB: (130,117,109)

Color info

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

RGB color model

#82756D color RGB value is (130,117,109).

  • red value is 130;
  • green value is 117;
  • blue value is 109.
RGB:
(130,117,109)
(51%,46%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 109 of 255 = 43%

130
117
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 109 = 356 (100%)
R 130 of 356 ~ 36.52%
G 117 of 356 ~ 32.87%
B 109 of 356 ~ 30.62%

%36.52
%32.87
%30.62

CMYK color model

#82756D color CMYK value is (0,10,16,49).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,10,16,49)
C0M10Y16K49 
(0%,10%,16%,49%)
(0.00/0.10/0.16/0.49)	

CMYK percentages

%0
%10
%16.15
%49.02

Codes

Color #82756D in popluar color models

82756D
RGB130117109
HSL23°8.79%46.86%
HSB/HSV23°16.15%50.98%
CMYK0.00%10.00%16.15%
49.02%

Color #82756D in popluar number systems.

HEX82756D
Decimal130117109
Binary1000001011101011101101
Octal202165155

Shades and tints

Shades of #82756D

#82756D
(130,117,109)
#776B64
(119,107,100)
#6C615B
(108,97,91)
#615752
(97,87,82)
#564D49
(86,77,73)
#4B4340
(75,67,64)
#403937
(64,57,55)
#352F2E
(53,47,46)
#2A2525
(42,37,37)
#1F1B1C
(31,27,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82756D

#82756D
(130,117,109)
#8D817A
(141,129,122)
#988D87
(152,141,135)
#A39994
(163,153,148)
#AEA5A1
(174,165,161)
#B9B1AE
(185,177,174)
#C4BDBB
(196,189,187)
#CFC9C8
(207,201,200)
#DAD5D5
(218,213,213)
#E5E1E2
(229,225,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82756D color. Also use rgb(130,117,109) instead hex code.

Text Font Color

.myTextColor { color: #82756D; }

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

This text font color is #82756D.


Background Color

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

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

This div background color is #82756D.


Border color

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

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

This div border color is #82756D.


Opacity

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

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

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

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

This text has shadow with #82756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82756D on black background.


Color preview on white background

This text has color #82756D on white background.



Black color preview on #82756D background

This text has black color on #82756D background.


White color preview on #82756D background

This text has white color on #82756D background.