COLOR #83357B

HEX: #83357B
RGB: (131,53,123)

Color info

#83357B contains mainly red and blue colors. Web safe color of #83357B is #993366 (or #936).

RGB color model

#83357B color RGB value is (131,53,123).

  • red value is 131;
  • green value is 53;
  • blue value is 123.
RGB:
(131,53,123)
(51%,21%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 53 of 255 = 21%
B 123 of 255 = 48%

131
53
123

R + G + B ~ 40%. #83357B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 53 + 123 = 307 (100%)
R 131 of 307 ~ 42.67%
G 53 of 307 ~ 17.26%
B 123 of 307 ~ 40.07%

%42.67
%17.26
%40.07

CMYK color model

#83357B color CMYK value is (0,60,6,49).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(0,60,6,49)
C0M60Y6K49 
(0%,60%,6%,49%)
(0.00/0.60/0.06/0.49)	

CMYK percentages

%0
%59.54
%6.11
%48.63

Codes

Color #83357B in popluar color models

83357B
RGB13153123
HSL306°42.39%36.08%
HSB/HSV306°59.54%51.37%
CMYK0.00%59.54%6.11%
48.63%

Color #83357B in popluar number systems.

HEX83357B
Decimal13153123
Binary100000111101011111011
Octal20365173

Shades and tints

Shades of #83357B

#83357B
(131,53,123)
#783170
(120,49,112)
#6D2D65
(109,45,101)
#62295A
(98,41,90)
#57254F
(87,37,79)
#4C2144
(76,33,68)
#411D39
(65,29,57)
#36192E
(54,25,46)
#2B1523
(43,21,35)
#201118
(32,17,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83357B

#83357B
(131,53,123)
#8E4787
(142,71,135)
#995993
(153,89,147)
#A46B9F
(164,107,159)
#AF7DAB
(175,125,171)
#BA8FB7
(186,143,183)
#C5A1C3
(197,161,195)
#D0B3CF
(208,179,207)
#DBC5DB
(219,197,219)
#E6D7E7
(230,215,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83357B color. Also use rgb(131,53,123) instead hex code.

Text Font Color

.myTextColor { color: #83357B; }

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

This text font color is #83357B.


Background Color

.myBgColor { background-color: #83357B; }

<div style="background-color:#83357B">Inner text</div>

This div background color is #83357B.


Border color

.myBorderColor { border: 1px solid #83357B; }

<div style="border:3px solid #83357B">Div</div>

This div border color is #83357B.


Opacity

.myOpacity80 { color: #83357B; opacity: 0.8; }

<p style="color:#83357B;opacity:0.8;">80%</p>

Text with #83357B 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 #83357B;}

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

This text has shadow with #83357B color.

.textShadow {text-shadow: 3px 3px 1px #83357B, 3px 3px 1px red;}

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

This text has shadow with #83357B primary color and red secondary color.


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

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

This text has shadow with #83357B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83357B on black background.


Color preview on white background

This text has color #83357B on white background.



Black color preview on #83357B background

This text has black color on #83357B background.


White color preview on #83357B background

This text has white color on #83357B background.