COLOR #82596D

HEX: #82596D
RGB: (130,89,109)

Color info

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

RGB color model

#82596D color RGB value is (130,89,109).

  • red value is 130;
  • green value is 89;
  • blue value is 109.
RGB:
(130,89,109)
(51%,35%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 109 of 255 = 43%

130
89
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 109 = 328 (100%)
R 130 of 328 ~ 39.63%
G 89 of 328 ~ 27.13%
B 109 of 328 ~ 33.23%

%39.63
%27.13
%33.23

CMYK color model

#82596D color CMYK value is (0,32,16,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,32,16,49)
C0M32Y16K49 
(0%,32%,16%,49%)
(0.00/0.32/0.16/0.49)	

CMYK percentages

%0
%31.54
%16.15
%49.02

Codes

Color #82596D in popluar color models

82596D
RGB13089109
HSL331°18.72%42.94%
HSB/HSV331°31.54%50.98%
CMYK0.00%31.54%16.15%
49.02%

Color #82596D in popluar number systems.

HEX82596D
Decimal13089109
Binary1000001010110011101101
Octal202131155

Shades and tints

Shades of #82596D

#82596D
(130,89,109)
#775164
(119,81,100)
#6C495B
(108,73,91)
#614152
(97,65,82)
#563949
(86,57,73)
#4B3140
(75,49,64)
#402937
(64,41,55)
#35212E
(53,33,46)
#2A1925
(42,25,37)
#1F111C
(31,17,28)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #82596D

#82596D
(130,89,109)
#8D687A
(141,104,122)
#987787
(152,119,135)
#A38694
(163,134,148)
#AE95A1
(174,149,161)
#B9A4AE
(185,164,174)
#C4B3BB
(196,179,187)
#CFC2C8
(207,194,200)
#DAD1D5
(218,209,213)
#E5E0E2
(229,224,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82596D color. Also use rgb(130,89,109) instead hex code.

Text Font Color

.myTextColor { color: #82596D; }

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

This text font color is #82596D.


Background Color

.myBgColor { background-color: #82596D; }

<div style="background-color:#82596D">Inner text</div>

This div background color is #82596D.


Border color

.myBorderColor { border: 1px solid #82596D; }

<div style="border:3px solid #82596D">Div</div>

This div border color is #82596D.


Opacity

.myOpacity80 { color: #82596D; opacity: 0.8; }

<p style="color:#82596D;opacity:0.8;">80%</p>

Text with #82596D 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 #82596D;}

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

This text has shadow with #82596D color.

.textShadow {text-shadow: 3px 3px 1px #82596D, 3px 3px 1px red;}

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

This text has shadow with #82596D primary color and red secondary color.


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

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

This text has shadow with #82596D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82596D on black background.


Color preview on white background

This text has color #82596D on white background.



Black color preview on #82596D background

This text has black color on #82596D background.


White color preview on #82596D background

This text has white color on #82596D background.