COLOR #82545F

HEX: #82545F
RGB: (130,84,95)

Color info

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

RGB color model

#82545F color RGB value is (130,84,95).

  • red value is 130;
  • green value is 84;
  • blue value is 95.
RGB:
(130,84,95)
(51%,33%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 84 of 255 = 33%
B 95 of 255 = 37%

130
84
95

R + G + B ~ 40%. #82545F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 84 + 95 = 309 (100%)
R 130 of 309 ~ 42.07%
G 84 of 309 ~ 27.18%
B 95 of 309 ~ 30.74%

%42.07
%27.18
%30.74

CMYK color model

#82545F color CMYK value is (0,35,27,49).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(0,35,27,49)
C0M35Y27K49 
(0%,35%,27%,49%)
(0.00/0.35/0.27/0.49)	

CMYK percentages

%0
%35.38
%26.92
%49.02

Codes

Color #82545F in popluar color models

82545F
RGB1308495
HSL346°21.50%41.96%
HSB/HSV346°35.38%50.98%
CMYK0.00%35.38%26.92%
49.02%

Color #82545F in popluar number systems.

HEX82545F
Decimal1308495
Binary1000001010101001011111
Octal202124137

Shades and tints

Shades of #82545F

#82545F
(130,84,95)
#774D57
(119,77,87)
#6C464F
(108,70,79)
#613F47
(97,63,71)
#56383F
(86,56,63)
#4B3137
(75,49,55)
#402A2F
(64,42,47)
#352327
(53,35,39)
#2A1C1F
(42,28,31)
#1F1517
(31,21,23)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #82545F

#82545F
(130,84,95)
#8D636D
(141,99,109)
#98727B
(152,114,123)
#A38189
(163,129,137)
#AE9097
(174,144,151)
#B99FA5
(185,159,165)
#C4AEB3
(196,174,179)
#CFBDC1
(207,189,193)
#DACCCF
(218,204,207)
#E5DBDD
(229,219,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82545F color. Also use rgb(130,84,95) instead hex code.

Text Font Color

.myTextColor { color: #82545F; }

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

This text font color is #82545F.


Background Color

.myBgColor { background-color: #82545F; }

<div style="background-color:#82545F">Inner text</div>

This div background color is #82545F.


Border color

.myBorderColor { border: 1px solid #82545F; }

<div style="border:3px solid #82545F">Div</div>

This div border color is #82545F.


Opacity

.myOpacity80 { color: #82545F; opacity: 0.8; }

<p style="color:#82545F;opacity:0.8;">80%</p>

Text with #82545F 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 #82545F;}

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

This text has shadow with #82545F color.

.textShadow {text-shadow: 3px 3px 1px #82545F, 3px 3px 1px red;}

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

This text has shadow with #82545F primary color and red secondary color.


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

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

This text has shadow with #82545F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82545F on black background.


Color preview on white background

This text has color #82545F on white background.



Black color preview on #82545F background

This text has black color on #82545F background.


White color preview on #82545F background

This text has white color on #82545F background.