COLOR #82586B

HEX: #82586B
RGB: (130,88,107)

Color info

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

RGB color model

#82586B color RGB value is (130,88,107).

  • red value is 130;
  • green value is 88;
  • blue value is 107.
RGB:
(130,88,107)
(51%,35%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 107 of 255 = 42%

130
88
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 107 = 325 (100%)
R 130 of 325 ~ 40%
G 88 of 325 ~ 27.08%
B 107 of 325 ~ 32.92%

%40
%27.08
%32.92

CMYK color model

#82586B color CMYK value is (0,32,18,49).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(0,32,18,49)
C0M32Y18K49 
(0%,32%,18%,49%)
(0.00/0.32/0.18/0.49)	

CMYK percentages

%0
%32.31
%17.69
%49.02

Codes

Color #82586B in popluar color models

82586B
RGB13088107
HSL333°19.27%42.75%
HSB/HSV333°32.31%50.98%
CMYK0.00%32.31%17.69%
49.02%

Color #82586B in popluar number systems.

HEX82586B
Decimal13088107
Binary1000001010110001101011
Octal202130153

Shades and tints

Shades of #82586B

#82586B
(130,88,107)
#775062
(119,80,98)
#6C4859
(108,72,89)
#614050
(97,64,80)
#563847
(86,56,71)
#4B303E
(75,48,62)
#402835
(64,40,53)
#35202C
(53,32,44)
#2A1823
(42,24,35)
#1F101A
(31,16,26)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #82586B

#82586B
(130,88,107)
#8D6778
(141,103,120)
#987685
(152,118,133)
#A38592
(163,133,146)
#AE949F
(174,148,159)
#B9A3AC
(185,163,172)
#C4B2B9
(196,178,185)
#CFC1C6
(207,193,198)
#DAD0D3
(218,208,211)
#E5DFE0
(229,223,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82586B color. Also use rgb(130,88,107) instead hex code.

Text Font Color

.myTextColor { color: #82586B; }

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

This text font color is #82586B.


Background Color

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

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

This div background color is #82586B.


Border color

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

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

This div border color is #82586B.


Opacity

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

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

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

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

This text has shadow with #82586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82586B on black background.


Color preview on white background

This text has color #82586B on white background.



Black color preview on #82586B background

This text has black color on #82586B background.


White color preview on #82586B background

This text has white color on #82586B background.