COLOR #82595E

HEX: #82595E
RGB: (130,89,94)

Color info

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

RGB color model

#82595E color RGB value is (130,89,94).

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

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 94 of 255 = 37%

130
89
94

R + G + B ~ 41%. #82595E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 94 = 313 (100%)
R 130 of 313 ~ 41.53%
G 89 of 313 ~ 28.43%
B 94 of 313 ~ 30.03%

%41.53
%28.43
%30.03

CMYK color model

#82595E color CMYK value is (0,32,28,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(0,32,28,49)
C0M32Y28K49 
(0%,32%,28%,49%)
(0.00/0.32/0.28/0.49)	

CMYK percentages

%0
%31.54
%27.69
%49.02

Codes

Color #82595E in popluar color models

82595E
RGB1308994
HSL353°18.72%42.94%
HSB/HSV353°31.54%50.98%
CMYK0.00%31.54%27.69%
49.02%

Color #82595E in popluar number systems.

HEX82595E
Decimal1308994
Binary1000001010110011011110
Octal202131136

Shades and tints

Shades of #82595E

#82595E
(130,89,94)
#775156
(119,81,86)
#6C494E
(108,73,78)
#614146
(97,65,70)
#56393E
(86,57,62)
#4B3136
(75,49,54)
#40292E
(64,41,46)
#352126
(53,33,38)
#2A191E
(42,25,30)
#1F1116
(31,17,22)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #82595E

#82595E
(130,89,94)
#8D686C
(141,104,108)
#98777A
(152,119,122)
#A38688
(163,134,136)
#AE9596
(174,149,150)
#B9A4A4
(185,164,164)
#C4B3B2
(196,179,178)
#CFC2C0
(207,194,192)
#DAD1CE
(218,209,206)
#E5E0DC
(229,224,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82595E color. Also use rgb(130,89,94) instead hex code.

Text Font Color

.myTextColor { color: #82595E; }

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

This text font color is #82595E.


Background Color

.myBgColor { background-color: #82595E; }

<div style="background-color:#82595E">Inner text</div>

This div background color is #82595E.


Border color

.myBorderColor { border: 1px solid #82595E; }

<div style="border:3px solid #82595E">Div</div>

This div border color is #82595E.


Opacity

.myOpacity80 { color: #82595E; opacity: 0.8; }

<p style="color:#82595E;opacity:0.8;">80%</p>

Text with #82595E 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 #82595E;}

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

This text has shadow with #82595E color.

.textShadow {text-shadow: 3px 3px 1px #82595E, 3px 3px 1px red;}

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

This text has shadow with #82595E primary color and red secondary color.


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

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

This text has shadow with #82595E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82595E on black background.


Color preview on white background

This text has color #82595E on white background.



Black color preview on #82595E background

This text has black color on #82595E background.


White color preview on #82595E background

This text has white color on #82595E background.