COLOR #82677F

HEX: #82677F
RGB: (130,103,127)

Color info

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

RGB color model

#82677F color RGB value is (130,103,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 127 of 255 = 50%

130
103
127

R + G + B ~ 47%. #82677F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 127 = 360 (100%)
R 130 of 360 ~ 36.11%
G 103 of 360 ~ 28.61%
B 127 of 360 ~ 35.28%

%36.11
%28.61
%35.28

CMYK color model

#82677F color CMYK value is (0,21,2,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,21,2,49)
C0M21Y2K49 
(0%,21%,2%,49%)
(0.00/0.21/0.02/0.49)	

CMYK percentages

%0
%20.77
%2.31
%49.02

Codes

Color #82677F in popluar color models

82677F
RGB130103127
HSL307°11.59%45.69%
HSB/HSV307°20.77%50.98%
CMYK0.00%20.77%2.31%
49.02%

Color #82677F in popluar number systems.

HEX82677F
Decimal130103127
Binary1000001011001111111111
Octal202147177

Shades and tints

Shades of #82677F

#82677F
(130,103,127)
#775E74
(119,94,116)
#6C5569
(108,85,105)
#614C5E
(97,76,94)
#564353
(86,67,83)
#4B3A48
(75,58,72)
#40313D
(64,49,61)
#352832
(53,40,50)
#2A1F27
(42,31,39)
#1F161C
(31,22,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #82677F

#82677F
(130,103,127)
#8D748A
(141,116,138)
#988195
(152,129,149)
#A38EA0
(163,142,160)
#AE9BAB
(174,155,171)
#B9A8B6
(185,168,182)
#C4B5C1
(196,181,193)
#CFC2CC
(207,194,204)
#DACFD7
(218,207,215)
#E5DCE2
(229,220,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82677F color. Also use rgb(130,103,127) instead hex code.

Text Font Color

.myTextColor { color: #82677F; }

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

This text font color is #82677F.


Background Color

.myBgColor { background-color: #82677F; }

<div style="background-color:#82677F">Inner text</div>

This div background color is #82677F.


Border color

.myBorderColor { border: 1px solid #82677F; }

<div style="border:3px solid #82677F">Div</div>

This div border color is #82677F.


Opacity

.myOpacity80 { color: #82677F; opacity: 0.8; }

<p style="color:#82677F;opacity:0.8;">80%</p>

Text with #82677F 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 #82677F;}

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

This text has shadow with #82677F color.

.textShadow {text-shadow: 3px 3px 1px #82677F, 3px 3px 1px red;}

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

This text has shadow with #82677F primary color and red secondary color.


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

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

This text has shadow with #82677F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82677F on black background.


Color preview on white background

This text has color #82677F on white background.



Black color preview on #82677F background

This text has black color on #82677F background.


White color preview on #82677F background

This text has white color on #82677F background.