COLOR #83577C

HEX: #83577C
RGB: (131,87,124)

Color info

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

RGB color model

#83577C color RGB value is (131,87,124).

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

RGB channels and saturation

R 131 of 255 = 51%
G 87 of 255 = 34%
B 124 of 255 = 49%

131
87
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 87 + 124 = 342 (100%)
R 131 of 342 ~ 38.3%
G 87 of 342 ~ 25.44%
B 124 of 342 ~ 36.26%

%38.3
%25.44
%36.26

CMYK color model

#83577C color CMYK value is (0,34,5,49).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,34,5,49)
C0M34Y5K49 
(0%,34%,5%,49%)
(0.00/0.34/0.05/0.49)	

CMYK percentages

%0
%33.59
%5.34
%48.63

Codes

Color #83577C in popluar color models

83577C
RGB13187124
HSL310°20.18%42.75%
HSB/HSV310°33.59%51.37%
CMYK0.00%33.59%5.34%
48.63%

Color #83577C in popluar number systems.

HEX83577C
Decimal13187124
Binary1000001110101111111100
Octal203127174

Shades and tints

Shades of #83577C

#83577C
(131,87,124)
#785071
(120,80,113)
#6D4966
(109,73,102)
#62425B
(98,66,91)
#573B50
(87,59,80)
#4C3445
(76,52,69)
#412D3A
(65,45,58)
#36262F
(54,38,47)
#2B1F24
(43,31,36)
#201819
(32,24,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #83577C

#83577C
(131,87,124)
#8E6687
(142,102,135)
#997592
(153,117,146)
#A4849D
(164,132,157)
#AF93A8
(175,147,168)
#BAA2B3
(186,162,179)
#C5B1BE
(197,177,190)
#D0C0C9
(208,192,201)
#DBCFD4
(219,207,212)
#E6DEDF
(230,222,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83577C color. Also use rgb(131,87,124) instead hex code.

Text Font Color

.myTextColor { color: #83577C; }

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

This text font color is #83577C.


Background Color

.myBgColor { background-color: #83577C; }

<div style="background-color:#83577C">Inner text</div>

This div background color is #83577C.


Border color

.myBorderColor { border: 1px solid #83577C; }

<div style="border:3px solid #83577C">Div</div>

This div border color is #83577C.


Opacity

.myOpacity80 { color: #83577C; opacity: 0.8; }

<p style="color:#83577C;opacity:0.8;">80%</p>

Text with #83577C 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 #83577C;}

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

This text has shadow with #83577C color.

.textShadow {text-shadow: 3px 3px 1px #83577C, 3px 3px 1px red;}

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

This text has shadow with #83577C primary color and red secondary color.


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

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

This text has shadow with #83577C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83577C on black background.


Color preview on white background

This text has color #83577C on white background.



Black color preview on #83577C background

This text has black color on #83577C background.


White color preview on #83577C background

This text has white color on #83577C background.