COLOR #82607A

HEX: #82607A
RGB: (130,96,122)

Color info

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

RGB color model

#82607A color RGB value is (130,96,122).

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

RGB channels and saturation

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

130
96
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 122 = 348 (100%)
R 130 of 348 ~ 37.36%
G 96 of 348 ~ 27.59%
B 122 of 348 ~ 35.06%

%37.36
%27.59
%35.06

CMYK color model

#82607A color CMYK value is (0,26,6,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(0,26,6,49)
C0M26Y6K49 
(0%,26%,6%,49%)
(0.00/0.26/0.06/0.49)	

CMYK percentages

%0
%26.15
%6.15
%49.02

Codes

Color #82607A in popluar color models

82607A
RGB13096122
HSL314°15.04%44.31%
HSB/HSV314°26.15%50.98%
CMYK0.00%26.15%6.15%
49.02%

Color #82607A in popluar number systems.

HEX82607A
Decimal13096122
Binary1000001011000001111010
Octal202140172

Shades and tints

Shades of #82607A

#82607A
(130,96,122)
#77586F
(119,88,111)
#6C5064
(108,80,100)
#614859
(97,72,89)
#56404E
(86,64,78)
#4B3843
(75,56,67)
#403038
(64,48,56)
#35282D
(53,40,45)
#2A2022
(42,32,34)
#1F1817
(31,24,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #82607A

#82607A
(130,96,122)
#8D6E86
(141,110,134)
#987C92
(152,124,146)
#A38A9E
(163,138,158)
#AE98AA
(174,152,170)
#B9A6B6
(185,166,182)
#C4B4C2
(196,180,194)
#CFC2CE
(207,194,206)
#DAD0DA
(218,208,218)
#E5DEE6
(229,222,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82607A; }

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

This text font color is #82607A.


Background Color

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

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

This div background color is #82607A.


Border color

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

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

This div border color is #82607A.


Opacity

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

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

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

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

This text has shadow with #82607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82607A on black background.


Color preview on white background

This text has color #82607A on white background.



Black color preview on #82607A background

This text has black color on #82607A background.


White color preview on #82607A background

This text has white color on #82607A background.