COLOR #83506D

HEX: #83506D
RGB: (131,80,109)

Color info

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

RGB color model

#83506D color RGB value is (131,80,109).

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

RGB channels and saturation

R 131 of 255 = 51%
G 80 of 255 = 31%
B 109 of 255 = 43%

131
80
109

R + G + B ~ 42%. #83506D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 80 + 109 = 320 (100%)
R 131 of 320 ~ 40.94%
G 80 of 320 ~ 25%
B 109 of 320 ~ 34.06%

%40.94
%25
%34.06

CMYK color model

#83506D color CMYK value is (0,39,17,49).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 16.79%
  • key color value is 48.63%
CMYK:
(0,39,17,49)
C0M39Y17K49 
(0%,39%,17%,49%)
(0.00/0.39/0.17/0.49)	

CMYK percentages

%0
%38.93
%16.79
%48.63

Codes

Color #83506D in popluar color models

83506D
RGB13180109
HSL326°24.17%41.37%
HSB/HSV326°38.93%51.37%
CMYK0.00%38.93%16.79%
48.63%

Color #83506D in popluar number systems.

HEX83506D
Decimal13180109
Binary1000001110100001101101
Octal203120155

Shades and tints

Shades of #83506D

#83506D
(131,80,109)
#784964
(120,73,100)
#6D425B
(109,66,91)
#623B52
(98,59,82)
#573449
(87,52,73)
#4C2D40
(76,45,64)
#412637
(65,38,55)
#361F2E
(54,31,46)
#2B1825
(43,24,37)
#20111C
(32,17,28)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #83506D

#83506D
(131,80,109)
#8E5F7A
(142,95,122)
#996E87
(153,110,135)
#A47D94
(164,125,148)
#AF8CA1
(175,140,161)
#BA9BAE
(186,155,174)
#C5AABB
(197,170,187)
#D0B9C8
(208,185,200)
#DBC8D5
(219,200,213)
#E6D7E2
(230,215,226)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83506D color. Also use rgb(131,80,109) instead hex code.

Text Font Color

.myTextColor { color: #83506D; }

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

This text font color is #83506D.


Background Color

.myBgColor { background-color: #83506D; }

<div style="background-color:#83506D">Inner text</div>

This div background color is #83506D.


Border color

.myBorderColor { border: 1px solid #83506D; }

<div style="border:3px solid #83506D">Div</div>

This div border color is #83506D.


Opacity

.myOpacity80 { color: #83506D; opacity: 0.8; }

<p style="color:#83506D;opacity:0.8;">80%</p>

Text with #83506D 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 #83506D;}

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

This text has shadow with #83506D color.

.textShadow {text-shadow: 3px 3px 1px #83506D, 3px 3px 1px red;}

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

This text has shadow with #83506D primary color and red secondary color.


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

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

This text has shadow with #83506D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83506D on black background.


Color preview on white background

This text has color #83506D on white background.



Black color preview on #83506D background

This text has black color on #83506D background.


White color preview on #83506D background

This text has white color on #83506D background.