COLOR #83504E

HEX: #83504E
RGB: (131,80,78)

Color info

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

RGB color model

#83504E color RGB value is (131,80,78).

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

RGB channels and saturation

R 131 of 255 = 51%
G 80 of 255 = 31%
B 78 of 255 = 31%

131
80
78

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

Portions of RGB colors in percentages

R + G + B =
131 + 80 + 78 = 289 (100%)
R 131 of 289 ~ 45.33%
G 80 of 289 ~ 27.68%
B 78 of 289 ~ 26.99%

%45.33
%27.68
%26.99

CMYK color model

#83504E color CMYK value is (0,39,40,49).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(0,39,40,49)
C0M39Y40K49 
(0%,39%,40%,49%)
(0.00/0.39/0.40/0.49)	

CMYK percentages

%0
%38.93
%40.46
%48.63

Codes

Color #83504E in popluar color models

83504E
RGB1318078
HSL25.36%40.98%
HSB/HSV40.46%51.37%
CMYK0.00%38.93%40.46%
48.63%

Color #83504E in popluar number systems.

HEX83504E
Decimal1318078
Binary1000001110100001001110
Octal203120116

Shades and tints

Shades of #83504E

#83504E
(131,80,78)
#784947
(120,73,71)
#6D4240
(109,66,64)
#623B39
(98,59,57)
#573432
(87,52,50)
#4C2D2B
(76,45,43)
#412624
(65,38,36)
#361F1D
(54,31,29)
#2B1816
(43,24,22)
#20110F
(32,17,15)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #83504E

#83504E
(131,80,78)
#8E5F5E
(142,95,94)
#996E6E
(153,110,110)
#A47D7E
(164,125,126)
#AF8C8E
(175,140,142)
#BA9B9E
(186,155,158)
#C5AAAE
(197,170,174)
#D0B9BE
(208,185,190)
#DBC8CE
(219,200,206)
#E6D7DE
(230,215,222)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83504E; }

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

This text font color is #83504E.


Background Color

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

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

This div background color is #83504E.


Border color

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

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

This div border color is #83504E.


Opacity

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

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

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

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

This text has shadow with #83504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83504E on black background.


Color preview on white background

This text has color #83504E on white background.



Black color preview on #83504E background

This text has black color on #83504E background.


White color preview on #83504E background

This text has white color on #83504E background.