COLOR #82616D

HEX: #82616D
RGB: (130,97,109)

Color info

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

RGB color model

#82616D color RGB value is (130,97,109).

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

RGB channels and saturation

R 130 of 255 = 51%
G 97 of 255 = 38%
B 109 of 255 = 43%

130
97
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 97 + 109 = 336 (100%)
R 130 of 336 ~ 38.69%
G 97 of 336 ~ 28.87%
B 109 of 336 ~ 32.44%

%38.69
%28.87
%32.44

CMYK color model

#82616D color CMYK value is (0,25,16,49).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,25,16,49)
C0M25Y16K49 
(0%,25%,16%,49%)
(0.00/0.25/0.16/0.49)	

CMYK percentages

%0
%25.38
%16.15
%49.02

Codes

Color #82616D in popluar color models

82616D
RGB13097109
HSL338°14.54%44.51%
HSB/HSV338°25.38%50.98%
CMYK0.00%25.38%16.15%
49.02%

Color #82616D in popluar number systems.

HEX82616D
Decimal13097109
Binary1000001011000011101101
Octal202141155

Shades and tints

Shades of #82616D

#82616D
(130,97,109)
#775964
(119,89,100)
#6C515B
(108,81,91)
#614952
(97,73,82)
#564149
(86,65,73)
#4B3940
(75,57,64)
#403137
(64,49,55)
#35292E
(53,41,46)
#2A2125
(42,33,37)
#1F191C
(31,25,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82616D

#82616D
(130,97,109)
#8D6F7A
(141,111,122)
#987D87
(152,125,135)
#A38B94
(163,139,148)
#AE99A1
(174,153,161)
#B9A7AE
(185,167,174)
#C4B5BB
(196,181,187)
#CFC3C8
(207,195,200)
#DAD1D5
(218,209,213)
#E5DFE2
(229,223,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82616D; }

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

This text font color is #82616D.


Background Color

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

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

This div background color is #82616D.


Border color

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

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

This div border color is #82616D.


Opacity

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

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

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

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

This text has shadow with #82616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82616D on black background.


Color preview on white background

This text has color #82616D on white background.



Black color preview on #82616D background

This text has black color on #82616D background.


White color preview on #82616D background

This text has white color on #82616D background.