COLOR #82677B

HEX: #82677B
RGB: (130,103,123)

Color info

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

RGB color model

#82677B color RGB value is (130,103,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 123 of 255 = 48%

130
103
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 123 = 356 (100%)
R 130 of 356 ~ 36.52%
G 103 of 356 ~ 28.93%
B 123 of 356 ~ 34.55%

%36.52
%28.93
%34.55

CMYK color model

#82677B color CMYK value is (0,21,5,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(0,21,5,49)
C0M21Y5K49 
(0%,21%,5%,49%)
(0.00/0.21/0.05/0.49)	

CMYK percentages

%0
%20.77
%5.38
%49.02

Codes

Color #82677B in popluar color models

82677B
RGB130103123
HSL316°11.59%45.69%
HSB/HSV316°20.77%50.98%
CMYK0.00%20.77%5.38%
49.02%

Color #82677B in popluar number systems.

HEX82677B
Decimal130103123
Binary1000001011001111111011
Octal202147173

Shades and tints

Shades of #82677B

#82677B
(130,103,123)
#775E70
(119,94,112)
#6C5565
(108,85,101)
#614C5A
(97,76,90)
#56434F
(86,67,79)
#4B3A44
(75,58,68)
#403139
(64,49,57)
#35282E
(53,40,46)
#2A1F23
(42,31,35)
#1F1618
(31,22,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #82677B

#82677B
(130,103,123)
#8D7487
(141,116,135)
#988193
(152,129,147)
#A38E9F
(163,142,159)
#AE9BAB
(174,155,171)
#B9A8B7
(185,168,183)
#C4B5C3
(196,181,195)
#CFC2CF
(207,194,207)
#DACFDB
(218,207,219)
#E5DCE7
(229,220,231)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82677B; }

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

This text font color is #82677B.


Background Color

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

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

This div background color is #82677B.


Border color

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

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

This div border color is #82677B.


Opacity

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

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

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

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

This text has shadow with #82677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82677B on black background.


Color preview on white background

This text has color #82677B on white background.



Black color preview on #82677B background

This text has black color on #82677B background.


White color preview on #82677B background

This text has white color on #82677B background.