COLOR #82725E

HEX: #82725E
RGB: (130,114,94)

Color info

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

RGB color model

#82725E color RGB value is (130,114,94).

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

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 94 of 255 = 37%

130
114
94

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 94 = 338 (100%)
R 130 of 338 ~ 38.46%
G 114 of 338 ~ 33.73%
B 94 of 338 ~ 27.81%

%38.46
%33.73
%27.81

CMYK color model

#82725E color CMYK value is (0,12,28,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(0,12,28,49)
C0M12Y28K49 
(0%,12%,28%,49%)
(0.00/0.12/0.28/0.49)	

CMYK percentages

%0
%12.31
%27.69
%49.02

Codes

Color #82725E in popluar color models

82725E
RGB13011494
HSL33°16.07%43.92%
HSB/HSV33°27.69%50.98%
CMYK0.00%12.31%27.69%
49.02%

Color #82725E in popluar number systems.

HEX82725E
Decimal13011494
Binary1000001011100101011110
Octal202162136

Shades and tints

Shades of #82725E

#82725E
(130,114,94)
#776856
(119,104,86)
#6C5E4E
(108,94,78)
#615446
(97,84,70)
#564A3E
(86,74,62)
#4B4036
(75,64,54)
#40362E
(64,54,46)
#352C26
(53,44,38)
#2A221E
(42,34,30)
#1F1816
(31,24,22)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #82725E

#82725E
(130,114,94)
#8D7E6C
(141,126,108)
#988A7A
(152,138,122)
#A39688
(163,150,136)
#AEA296
(174,162,150)
#B9AEA4
(185,174,164)
#C4BAB2
(196,186,178)
#CFC6C0
(207,198,192)
#DAD2CE
(218,210,206)
#E5DEDC
(229,222,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82725E; }

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

This text font color is #82725E.


Background Color

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

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

This div background color is #82725E.


Border color

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

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

This div border color is #82725E.


Opacity

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

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

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

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

This text has shadow with #82725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82725E on black background.


Color preview on white background

This text has color #82725E on white background.



Black color preview on #82725E background

This text has black color on #82725E background.


White color preview on #82725E background

This text has white color on #82725E background.