COLOR #83567A

HEX: #83567A
RGB: (131,86,122)

Color info

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

RGB color model

#83567A color RGB value is (131,86,122).

  • red value is 131;
  • green value is 86;
  • blue value is 122.
RGB:
(131,86,122)
(51%,34%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 122 of 255 = 48%

131
86
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 122 = 339 (100%)
R 131 of 339 ~ 38.64%
G 86 of 339 ~ 25.37%
B 122 of 339 ~ 35.99%

%38.64
%25.37
%35.99

CMYK color model

#83567A color CMYK value is (0,34,7,49).

  • cyan value is 0.00%
  • magenta value is 34.35%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,34,7,49)
C0M34Y7K49 
(0%,34%,7%,49%)
(0.00/0.34/0.07/0.49)	

CMYK percentages

%0
%34.35
%6.87
%48.63

Codes

Color #83567A in popluar color models

83567A
RGB13186122
HSL312°20.74%42.55%
HSB/HSV312°34.35%51.37%
CMYK0.00%34.35%6.87%
48.63%

Color #83567A in popluar number systems.

HEX83567A
Decimal13186122
Binary1000001110101101111010
Octal203126172

Shades and tints

Shades of #83567A

#83567A
(131,86,122)
#784F6F
(120,79,111)
#6D4864
(109,72,100)
#624159
(98,65,89)
#573A4E
(87,58,78)
#4C3343
(76,51,67)
#412C38
(65,44,56)
#36252D
(54,37,45)
#2B1E22
(43,30,34)
#201717
(32,23,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #83567A

#83567A
(131,86,122)
#8E6586
(142,101,134)
#997492
(153,116,146)
#A4839E
(164,131,158)
#AF92AA
(175,146,170)
#BAA1B6
(186,161,182)
#C5B0C2
(197,176,194)
#D0BFCE
(208,191,206)
#DBCEDA
(219,206,218)
#E6DDE6
(230,221,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83567A color. Also use rgb(131,86,122) instead hex code.

Text Font Color

.myTextColor { color: #83567A; }

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

This text font color is #83567A.


Background Color

.myBgColor { background-color: #83567A; }

<div style="background-color:#83567A">Inner text</div>

This div background color is #83567A.


Border color

.myBorderColor { border: 1px solid #83567A; }

<div style="border:3px solid #83567A">Div</div>

This div border color is #83567A.


Opacity

.myOpacity80 { color: #83567A; opacity: 0.8; }

<p style="color:#83567A;opacity:0.8;">80%</p>

Text with #83567A 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 #83567A;}

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

This text has shadow with #83567A color.

.textShadow {text-shadow: 3px 3px 1px #83567A, 3px 3px 1px red;}

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

This text has shadow with #83567A primary color and red secondary color.


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

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

This text has shadow with #83567A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83567A on black background.


Color preview on white background

This text has color #83567A on white background.



Black color preview on #83567A background

This text has black color on #83567A background.


White color preview on #83567A background

This text has white color on #83567A background.