COLOR #82514E

HEX: #82514E
RGB: (130,81,78)

Color info

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

RGB color model

#82514E color RGB value is (130,81,78).

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

RGB channels and saturation

R 130 of 255 = 51%
G 81 of 255 = 32%
B 78 of 255 = 31%

130
81
78

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

Portions of RGB colors in percentages

R + G + B =
130 + 81 + 78 = 289 (100%)
R 130 of 289 ~ 44.98%
G 81 of 289 ~ 28.03%
B 78 of 289 ~ 26.99%

%44.98
%28.03
%26.99

CMYK color model

#82514E color CMYK value is (0,38,40,49).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,38,40,49)
C0M38Y40K49 
(0%,38%,40%,49%)
(0.00/0.38/0.40/0.49)	

CMYK percentages

%0
%37.69
%40
%49.02

Codes

Color #82514E in popluar color models

82514E
RGB1308178
HSL25.00%40.78%
HSB/HSV40.00%50.98%
CMYK0.00%37.69%40.00%
49.02%

Color #82514E in popluar number systems.

HEX82514E
Decimal1308178
Binary1000001010100011001110
Octal202121116

Shades and tints

Shades of #82514E

#82514E
(130,81,78)
#774A47
(119,74,71)
#6C4340
(108,67,64)
#613C39
(97,60,57)
#563532
(86,53,50)
#4B2E2B
(75,46,43)
#402724
(64,39,36)
#35201D
(53,32,29)
#2A1916
(42,25,22)
#1F120F
(31,18,15)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #82514E

#82514E
(130,81,78)
#8D605E
(141,96,94)
#986F6E
(152,111,110)
#A37E7E
(163,126,126)
#AE8D8E
(174,141,142)
#B99C9E
(185,156,158)
#C4ABAE
(196,171,174)
#CFBABE
(207,186,190)
#DAC9CE
(218,201,206)
#E5D8DE
(229,216,222)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82514E; }

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

This text font color is #82514E.


Background Color

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

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

This div background color is #82514E.


Border color

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

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

This div border color is #82514E.


Opacity

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

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

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

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

This text has shadow with #82514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82514E on black background.


Color preview on white background

This text has color #82514E on white background.



Black color preview on #82514E background

This text has black color on #82514E background.


White color preview on #82514E background

This text has white color on #82514E background.