COLOR #82554E

HEX: #82554E
RGB: (130,85,78)

Color info

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

RGB color model

#82554E color RGB value is (130,85,78).

  • red value is 130;
  • green value is 85;
  • blue value is 78.
RGB:
(130,85,78)
(51%,33%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 85 of 255 = 33%
B 78 of 255 = 31%

130
85
78

R + G + B ~ 38%. #82554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 85 + 78 = 293 (100%)
R 130 of 293 ~ 44.37%
G 85 of 293 ~ 29.01%
B 78 of 293 ~ 26.62%

%44.37
%29.01
%26.62

CMYK color model

#82554E color CMYK value is (0,35,40,49).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,35,40,49)
C0M35Y40K49 
(0%,35%,40%,49%)
(0.00/0.35/0.40/0.49)	

CMYK percentages

%0
%34.62
%40
%49.02

Codes

Color #82554E in popluar color models

82554E
RGB1308578
HSL25.00%40.78%
HSB/HSV40.00%50.98%
CMYK0.00%34.62%40.00%
49.02%

Color #82554E in popluar number systems.

HEX82554E
Decimal1308578
Binary1000001010101011001110
Octal202125116

Shades and tints

Shades of #82554E

#82554E
(130,85,78)
#774E47
(119,78,71)
#6C4740
(108,71,64)
#614039
(97,64,57)
#563932
(86,57,50)
#4B322B
(75,50,43)
#402B24
(64,43,36)
#35241D
(53,36,29)
#2A1D16
(42,29,22)
#1F160F
(31,22,15)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #82554E

#82554E
(130,85,78)
#8D645E
(141,100,94)
#98736E
(152,115,110)
#A3827E
(163,130,126)
#AE918E
(174,145,142)
#B9A09E
(185,160,158)
#C4AFAE
(196,175,174)
#CFBEBE
(207,190,190)
#DACDCE
(218,205,206)
#E5DCDE
(229,220,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82554E color. Also use rgb(130,85,78) instead hex code.

Text Font Color

.myTextColor { color: #82554E; }

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

This text font color is #82554E.


Background Color

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

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

This div background color is #82554E.


Border color

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

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

This div border color is #82554E.


Opacity

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

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

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

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

This text has shadow with #82554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82554E on black background.


Color preview on white background

This text has color #82554E on white background.



Black color preview on #82554E background

This text has black color on #82554E background.


White color preview on #82554E background

This text has white color on #82554E background.