COLOR #82696A

HEX: #82696A
RGB: (130,105,106)

Color info

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

RGB color model

#82696A color RGB value is (130,105,106).

  • red value is 130;
  • green value is 105;
  • blue value is 106.
RGB:
(130,105,106)
(51%,41%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 106 of 255 = 42%

130
105
106

R + G + B ~ 45%. #82696A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 106 = 341 (100%)
R 130 of 341 ~ 38.12%
G 105 of 341 ~ 30.79%
B 106 of 341 ~ 31.09%

%38.12
%30.79
%31.09

CMYK color model

#82696A color CMYK value is (0,19,18,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(0,19,18,49)
C0M19Y18K49 
(0%,19%,18%,49%)
(0.00/0.19/0.18/0.49)	

CMYK percentages

%0
%19.23
%18.46
%49.02

Codes

Color #82696A in popluar color models

82696A
RGB130105106
HSL358°10.64%46.08%
HSB/HSV358°19.23%50.98%
CMYK0.00%19.23%18.46%
49.02%

Color #82696A in popluar number systems.

HEX82696A
Decimal130105106
Binary1000001011010011101010
Octal202151152

Shades and tints

Shades of #82696A

#82696A
(130,105,106)
#776061
(119,96,97)
#6C5758
(108,87,88)
#614E4F
(97,78,79)
#564546
(86,69,70)
#4B3C3D
(75,60,61)
#403334
(64,51,52)
#352A2B
(53,42,43)
#2A2122
(42,33,34)
#1F1819
(31,24,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #82696A

#82696A
(130,105,106)
#8D7677
(141,118,119)
#988384
(152,131,132)
#A39091
(163,144,145)
#AE9D9E
(174,157,158)
#B9AAAB
(185,170,171)
#C4B7B8
(196,183,184)
#CFC4C5
(207,196,197)
#DAD1D2
(218,209,210)
#E5DEDF
(229,222,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82696A color. Also use rgb(130,105,106) instead hex code.

Text Font Color

.myTextColor { color: #82696A; }

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

This text font color is #82696A.


Background Color

.myBgColor { background-color: #82696A; }

<div style="background-color:#82696A">Inner text</div>

This div background color is #82696A.


Border color

.myBorderColor { border: 1px solid #82696A; }

<div style="border:3px solid #82696A">Div</div>

This div border color is #82696A.


Opacity

.myOpacity80 { color: #82696A; opacity: 0.8; }

<p style="color:#82696A;opacity:0.8;">80%</p>

Text with #82696A 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 #82696A;}

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

This text has shadow with #82696A color.

.textShadow {text-shadow: 3px 3px 1px #82696A, 3px 3px 1px red;}

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

This text has shadow with #82696A primary color and red secondary color.


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

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

This text has shadow with #82696A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82696A on black background.


Color preview on white background

This text has color #82696A on white background.



Black color preview on #82696A background

This text has black color on #82696A background.


White color preview on #82696A background

This text has white color on #82696A background.