COLOR #82676D

HEX: #82676D
RGB: (130,103,109)

Color info

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

RGB color model

#82676D color RGB value is (130,103,109).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 109 of 255 = 43%

130
103
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 109 = 342 (100%)
R 130 of 342 ~ 38.01%
G 103 of 342 ~ 30.12%
B 109 of 342 ~ 31.87%

%38.01
%30.12
%31.87

CMYK color model

#82676D color CMYK value is (0,21,16,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,21,16,49)
C0M21Y16K49 
(0%,21%,16%,49%)
(0.00/0.21/0.16/0.49)	

CMYK percentages

%0
%20.77
%16.15
%49.02

Codes

Color #82676D in popluar color models

82676D
RGB130103109
HSL347°11.59%45.69%
HSB/HSV347°20.77%50.98%
CMYK0.00%20.77%16.15%
49.02%

Color #82676D in popluar number systems.

HEX82676D
Decimal130103109
Binary1000001011001111101101
Octal202147155

Shades and tints

Shades of #82676D

#82676D
(130,103,109)
#775E64
(119,94,100)
#6C555B
(108,85,91)
#614C52
(97,76,82)
#564349
(86,67,73)
#4B3A40
(75,58,64)
#403137
(64,49,55)
#35282E
(53,40,46)
#2A1F25
(42,31,37)
#1F161C
(31,22,28)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #82676D

#82676D
(130,103,109)
#8D747A
(141,116,122)
#988187
(152,129,135)
#A38E94
(163,142,148)
#AE9BA1
(174,155,161)
#B9A8AE
(185,168,174)
#C4B5BB
(196,181,187)
#CFC2C8
(207,194,200)
#DACFD5
(218,207,213)
#E5DCE2
(229,220,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82676D; }

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

This text font color is #82676D.


Background Color

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

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

This div background color is #82676D.


Border color

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

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

This div border color is #82676D.


Opacity

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

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

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

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

This text has shadow with #82676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82676D on black background.


Color preview on white background

This text has color #82676D on white background.



Black color preview on #82676D background

This text has black color on #82676D background.


White color preview on #82676D background

This text has white color on #82676D background.