COLOR #82676A

HEX: #82676A
RGB: (130,103,106)

Color info

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

RGB color model

#82676A color RGB value is (130,103,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 106 of 255 = 42%

130
103
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 106 = 339 (100%)
R 130 of 339 ~ 38.35%
G 103 of 339 ~ 30.38%
B 106 of 339 ~ 31.27%

%38.35
%30.38
%31.27

CMYK color model

#82676A color CMYK value is (0,21,18,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(0,21,18,49)
C0M21Y18K49 
(0%,21%,18%,49%)
(0.00/0.21/0.18/0.49)	

CMYK percentages

%0
%20.77
%18.46
%49.02

Codes

Color #82676A in popluar color models

82676A
RGB130103106
HSL353°11.59%45.69%
HSB/HSV353°20.77%50.98%
CMYK0.00%20.77%18.46%
49.02%

Color #82676A in popluar number systems.

HEX82676A
Decimal130103106
Binary1000001011001111101010
Octal202147152

Shades and tints

Shades of #82676A

#82676A
(130,103,106)
#775E61
(119,94,97)
#6C5558
(108,85,88)
#614C4F
(97,76,79)
#564346
(86,67,70)
#4B3A3D
(75,58,61)
#403134
(64,49,52)
#35282B
(53,40,43)
#2A1F22
(42,31,34)
#1F1619
(31,22,25)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #82676A

#82676A
(130,103,106)
#8D7477
(141,116,119)
#988184
(152,129,132)
#A38E91
(163,142,145)
#AE9B9E
(174,155,158)
#B9A8AB
(185,168,171)
#C4B5B8
(196,181,184)
#CFC2C5
(207,194,197)
#DACFD2
(218,207,210)
#E5DCDF
(229,220,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82676A; }

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

This text font color is #82676A.


Background Color

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

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

This div background color is #82676A.


Border color

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

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

This div border color is #82676A.


Opacity

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

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

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

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

This text has shadow with #82676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82676A on black background.


Color preview on white background

This text has color #82676A on white background.



Black color preview on #82676A background

This text has black color on #82676A background.


White color preview on #82676A background

This text has white color on #82676A background.