COLOR #82607C

HEX: #82607C
RGB: (130,96,124)

Color info

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

RGB color model

#82607C color RGB value is (130,96,124).

  • red value is 130;
  • green value is 96;
  • blue value is 124.
RGB:
(130,96,124)
(51%,38%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 124 of 255 = 49%

130
96
124

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 124 = 350 (100%)
R 130 of 350 ~ 37.14%
G 96 of 350 ~ 27.43%
B 124 of 350 ~ 35.43%

%37.14
%27.43
%35.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 4.62%
  • 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
%4.62
%49.02

Codes

Color #82607C in popluar color models

82607C
RGB13096124
HSL311°15.04%44.31%
HSB/HSV311°26.15%50.98%
CMYK0.00%26.15%4.62%
49.02%

Color #82607C in popluar number systems.

HEX82607C
Decimal13096124
Binary1000001011000001111100
Octal202140174

Shades and tints

Shades of #82607C

#82607C
(130,96,124)
#775871
(119,88,113)
#6C5066
(108,80,102)
#61485B
(97,72,91)
#564050
(86,64,80)
#4B3845
(75,56,69)
#40303A
(64,48,58)
#35282F
(53,40,47)
#2A2024
(42,32,36)
#1F1819
(31,24,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #82607C

#82607C
(130,96,124)
#8D6E87
(141,110,135)
#987C92
(152,124,146)
#A38A9D
(163,138,157)
#AE98A8
(174,152,168)
#B9A6B3
(185,166,179)
#C4B4BE
(196,180,190)
#CFC2C9
(207,194,201)
#DAD0D4
(218,208,212)
#E5DEDF
(229,222,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82607C; }

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

This text font color is #82607C.


Background Color

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

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

This div background color is #82607C.


Border color

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

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

This div border color is #82607C.


Opacity

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

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

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

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

This text has shadow with #82607C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82607C on black background.


Color preview on white background

This text has color #82607C on white background.



Black color preview on #82607C background

This text has black color on #82607C background.


White color preview on #82607C background

This text has white color on #82607C background.