COLOR #82607B

HEX: #82607B RGB: (130,96,123)

Color info

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

RGB color model

#82607B color RGB value is (130,96,123).

RGB: (130,96,123) (51%, 38%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 123 of 255 = 48%

130
96
123

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

Portions of RGB colors in percentages

R + G + B = 130 + 96 + 123 = 349 (100%)
R 130 of 349 ~ 37.25%
G 96 of 349 ~ 27.51%
B 123 of 349 ~ 35.24'%

%37.25
%27.51
%35.24

CMYK color model

#82607B color CMYK value is (0,26,5,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 5.38%
  • key color value is 49.02%

CMYK: (0,26,5,49)
C0M26Y5K49 (0%, 26%, 5%, 49%)
(0.00 / 0.26 / 0.05 / 0.49)

CMYK percentages

%0
%26.15
%5.38
%49.02

Codes

Color #82607B in popluar color models

82 60 7B
RGB 130 96 123
HSL 312° 15.04% 44.31%
HSB/HSV 312° 26.15% 50.98%
CMYK 0.00% 26.15% 5.38%
49.02%

Color #82607B in popluar number systems.

HEX 82 60 7B
Decimal 130 96 123
Binary 10000010 1100000 1111011
Octal 202 140 173

Shades and tints

Shades of #82607B

#82607B
(130,96,123)
#775870
(119,88,112)
#6C5065
(108,80,101)
#61485A
(97,72,90)
#56404F
(86,64,79)
#4B3844
(75,56,68)
#403039
(64,48,57)
#35282E
(53,40,46)
#2A2023
(42,32,35)
#1F1818
(31,24,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #82607B

#82607B
(130,96,123)
#8D6E87
(141,110,135)
#987C93
(152,124,147)
#A38A9F
(163,138,159)
#AE98AB
(174,152,171)
#B9A6B7
(185,166,183)
#C4B4C3
(196,180,195)
#CFC2CF
(207,194,207)
#DAD0DB
(218,208,219)
#E5DEE7
(229,222,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82607B; }

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

This text font color is #82607B.

Background Color

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

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

This div background color is #82607B.

Border color

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

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

This div border color is #82607B.

Opacity

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

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

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

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

This text has shadow with #82607B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82607B.

Preview

Color preview on black background

This text has color #82607B on black background.


Color preview on white background

This text has color #82607B on white background.


Black color preview on #82607B background

This text has black color on #82607B background.


White color preview on #82607B background

This text has white color on #82607B background.


Related colors

Complementary color

Complementary color for #hex is #7D9F84.


I love getcolorcode.com

Triadic colors

1 #7B8260 and #607B82 with #82607B are triadic colors.

2 #7B6082 and #60827B with #82607B are triadic colors.