COLOR #83524E

HEX: #83524E
RGB: (131,82,78)

Color info

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

RGB color model

#83524E color RGB value is (131,82,78).

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

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 78 of 255 = 31%

131
82
78

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

Portions of RGB colors in percentages

R + G + B =
131 + 82 + 78 = 291 (100%)
R 131 of 291 ~ 45.02%
G 82 of 291 ~ 28.18%
B 78 of 291 ~ 26.8%

%45.02
%28.18
%26.8

CMYK color model

#83524E color CMYK value is (0,37,40,49).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(0,37,40,49)
C0M37Y40K49 
(0%,37%,40%,49%)
(0.00/0.37/0.40/0.49)	

CMYK percentages

%0
%37.4
%40.46
%48.63

Codes

Color #83524E in popluar color models

83524E
RGB1318278
HSL25.36%40.98%
HSB/HSV40.46%51.37%
CMYK0.00%37.40%40.46%
48.63%

Color #83524E in popluar number systems.

HEX83524E
Decimal1318278
Binary1000001110100101001110
Octal203122116

Shades and tints

Shades of #83524E

#83524E
(131,82,78)
#784B47
(120,75,71)
#6D4440
(109,68,64)
#623D39
(98,61,57)
#573632
(87,54,50)
#4C2F2B
(76,47,43)
#412824
(65,40,36)
#36211D
(54,33,29)
#2B1A16
(43,26,22)
#20130F
(32,19,15)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #83524E

#83524E
(131,82,78)
#8E615E
(142,97,94)
#99706E
(153,112,110)
#A47F7E
(164,127,126)
#AF8E8E
(175,142,142)
#BA9D9E
(186,157,158)
#C5ACAE
(197,172,174)
#D0BBBE
(208,187,190)
#DBCACE
(219,202,206)
#E6D9DE
(230,217,222)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83524E color. Also use rgb(131,82,78) instead hex code.

Text Font Color

.myTextColor { color: #83524E; }

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

This text font color is #83524E.


Background Color

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

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

This div background color is #83524E.


Border color

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

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

This div border color is #83524E.


Opacity

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

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

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

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

This text has shadow with #83524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83524E on black background.


Color preview on white background

This text has color #83524E on white background.



Black color preview on #83524E background

This text has black color on #83524E background.


White color preview on #83524E background

This text has white color on #83524E background.