COLOR #82656C

HEX: #82656C
RGB: (130,101,108)

Color info

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

RGB color model

#82656C color RGB value is (130,101,108).

  • red value is 130;
  • green value is 101;
  • blue value is 108.
RGB:
(130,101,108)
(51%,40%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 108 of 255 = 42%

130
101
108

R + G + B ~ 44%. #82656C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 108 = 339 (100%)
R 130 of 339 ~ 38.35%
G 101 of 339 ~ 29.79%
B 108 of 339 ~ 31.86%

%38.35
%29.79
%31.86

CMYK color model

#82656C color CMYK value is (0,22,17,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,22,17,49)
C0M22Y17K49 
(0%,22%,17%,49%)
(0.00/0.22/0.17/0.49)	

CMYK percentages

%0
%22.31
%16.92
%49.02

Codes

Color #82656C in popluar color models

82656C
RGB130101108
HSL346°12.55%45.29%
HSB/HSV346°22.31%50.98%
CMYK0.00%22.31%16.92%
49.02%

Color #82656C in popluar number systems.

HEX82656C
Decimal130101108
Binary1000001011001011101100
Octal202145154

Shades and tints

Shades of #82656C

#82656C
(130,101,108)
#775C63
(119,92,99)
#6C535A
(108,83,90)
#614A51
(97,74,81)
#564148
(86,65,72)
#4B383F
(75,56,63)
#402F36
(64,47,54)
#35262D
(53,38,45)
#2A1D24
(42,29,36)
#1F141B
(31,20,27)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #82656C

#82656C
(130,101,108)
#8D7379
(141,115,121)
#988186
(152,129,134)
#A38F93
(163,143,147)
#AE9DA0
(174,157,160)
#B9ABAD
(185,171,173)
#C4B9BA
(196,185,186)
#CFC7C7
(207,199,199)
#DAD5D4
(218,213,212)
#E5E3E1
(229,227,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82656C color. Also use rgb(130,101,108) instead hex code.

Text Font Color

.myTextColor { color: #82656C; }

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

This text font color is #82656C.


Background Color

.myBgColor { background-color: #82656C; }

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

This div background color is #82656C.


Border color

.myBorderColor { border: 1px solid #82656C; }

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

This div border color is #82656C.


Opacity

.myOpacity80 { color: #82656C; opacity: 0.8; }

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

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

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

This text has shadow with #82656C color.

.textShadow {text-shadow: 3px 3px 1px #82656C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82656C on black background.


Color preview on white background

This text has color #82656C on white background.



Black color preview on #82656C background

This text has black color on #82656C background.


White color preview on #82656C background

This text has white color on #82656C background.