COLOR #83567E

HEX: #83567E
RGB: (131,86,126)

Color info

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

RGB color model

#83567E color RGB value is (131,86,126).

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

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 126 of 255 = 49%

131
86
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 126 = 343 (100%)
R 131 of 343 ~ 38.19%
G 86 of 343 ~ 25.07%
B 126 of 343 ~ 36.73%

%38.19
%25.07
%36.73

CMYK color model

#83567E color CMYK value is (0,34,4,49).

  • cyan value is 0.00%
  • magenta value is 34.35%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,34,4,49)
C0M34Y4K49 
(0%,34%,4%,49%)
(0.00/0.34/0.04/0.49)	

CMYK percentages

%0
%34.35
%3.82
%48.63

Codes

Color #83567E in popluar color models

83567E
RGB13186126
HSL307°20.74%42.55%
HSB/HSV307°34.35%51.37%
CMYK0.00%34.35%3.82%
48.63%

Color #83567E in popluar number systems.

HEX83567E
Decimal13186126
Binary1000001110101101111110
Octal203126176

Shades and tints

Shades of #83567E

#83567E
(131,86,126)
#784F73
(120,79,115)
#6D4868
(109,72,104)
#62415D
(98,65,93)
#573A52
(87,58,82)
#4C3347
(76,51,71)
#412C3C
(65,44,60)
#362531
(54,37,49)
#2B1E26
(43,30,38)
#20171B
(32,23,27)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #83567E

#83567E
(131,86,126)
#8E6589
(142,101,137)
#997494
(153,116,148)
#A4839F
(164,131,159)
#AF92AA
(175,146,170)
#BAA1B5
(186,161,181)
#C5B0C0
(197,176,192)
#D0BFCB
(208,191,203)
#DBCED6
(219,206,214)
#E6DDE1
(230,221,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83567E; }

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

This text font color is #83567E.


Background Color

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

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

This div background color is #83567E.


Border color

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

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

This div border color is #83567E.


Opacity

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

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

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

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

This text has shadow with #83567E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83567E on black background.


Color preview on white background

This text has color #83567E on white background.



Black color preview on #83567E background

This text has black color on #83567E background.


White color preview on #83567E background

This text has white color on #83567E background.