COLOR #83538F

HEX: #83538F
RGB: (131,83,143)

Color info

#83538F contains mainly red and blue colors. Web safe color of #83538F is #996699 (or #969).

RGB color model

#83538F color RGB value is (131,83,143).

  • red value is 131;
  • green value is 83;
  • blue value is 143.
RGB:
(131,83,143)
(51%,33%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 83 of 255 = 33%
B 143 of 255 = 56%

131
83
143

R + G + B ~ 47%. #83538F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 83 + 143 = 357 (100%)
R 131 of 357 ~ 36.69%
G 83 of 357 ~ 23.25%
B 143 of 357 ~ 40.06%

%36.69
%23.25
%40.06

CMYK color model

#83538F color CMYK value is (8,42,0,44).

  • cyan value is 8.39%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,42,0,44)
C8M42Y0K44 
(8%,42%,0%,44%)
(0.08/0.42/0.00/0.44)	

CMYK percentages

%8.39
%41.96
%0
%43.92

Codes

Color #83538F in popluar color models

83538F
RGB13183143
HSL288°26.55%44.31%
HSB/HSV288°41.96%56.08%
CMYK8.39%41.96%0.00%
43.92%

Color #83538F in popluar number systems.

HEX83538F
Decimal13183143
Binary10000011101001110001111
Octal203123217

Shades and tints

Shades of #83538F

#83538F
(131,83,143)
#784C82
(120,76,130)
#6D4575
(109,69,117)
#623E68
(98,62,104)
#57375B
(87,55,91)
#4C304E
(76,48,78)
#412941
(65,41,65)
#362234
(54,34,52)
#2B1B27
(43,27,39)
#20141A
(32,20,26)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83538F

#83538F
(131,83,143)
#8E6299
(142,98,153)
#9971A3
(153,113,163)
#A480AD
(164,128,173)
#AF8FB7
(175,143,183)
#BA9EC1
(186,158,193)
#C5ADCB
(197,173,203)
#D0BCD5
(208,188,213)
#DBCBDF
(219,203,223)
#E6DAE9
(230,218,233)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83538F color. Also use rgb(131,83,143) instead hex code.

Text Font Color

.myTextColor { color: #83538F; }

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

This text font color is #83538F.


Background Color

.myBgColor { background-color: #83538F; }

<div style="background-color:#83538F">Inner text</div>

This div background color is #83538F.


Border color

.myBorderColor { border: 1px solid #83538F; }

<div style="border:3px solid #83538F">Div</div>

This div border color is #83538F.


Opacity

.myOpacity80 { color: #83538F; opacity: 0.8; }

<p style="color:#83538F;opacity:0.8;">80%</p>

Text with #83538F 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 #83538F;}

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

This text has shadow with #83538F color.

.textShadow {text-shadow: 3px 3px 1px #83538F, 3px 3px 1px red;}

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

This text has shadow with #83538F primary color and red secondary color.


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

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

This text has shadow with #83538F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83538F on black background.


Color preview on white background

This text has color #83538F on white background.



Black color preview on #83538F background

This text has black color on #83538F background.


White color preview on #83538F background

This text has white color on #83538F background.