COLOR #532163

HEX: #532163
RGB: (83,33,99)

Color info

#532163 contains mainly red and blue colors. Web safe color of #532163 is #663366 (or #636).

RGB color model

#532163 color RGB value is (83,33,99).

  • red value is 83;
  • green value is 33;
  • blue value is 99.
RGB:
(83,33,99)
(33%,13%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 33 of 255 = 13%
B 99 of 255 = 39%

83
33
99

R + G + B ~ 28%. #532163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 33 + 99 = 215 (100%)
R 83 of 215 ~ 38.6%
G 33 of 215 ~ 15.35%
B 99 of 215 ~ 46.05%

%38.6
%15.35
%46.05

CMYK color model

#532163 color CMYK value is (16,67,0,61).

  • cyan value is 16.16%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,67,0,61)
C16M67Y0K61 
(16%,67%,0%,61%)
(0.16/0.67/0.00/0.61)	

CMYK percentages

%16.16
%66.67
%0
%61.18

Codes

Color #532163 in popluar color models

532163
RGB833399
HSL285°50.00%25.88%
HSB/HSV285°66.67%38.82%
CMYK16.16%66.67%0.00%
61.18%

Color #532163 in popluar number systems.

HEX532163
Decimal833399
Binary10100111000011100011
Octal12341143

Shades and tints

Shades of #532163

#532163
(83,33,99)
#4C1E5A
(76,30,90)
#451B51
(69,27,81)
#3E1848
(62,24,72)
#37153F
(55,21,63)
#301236
(48,18,54)
#290F2D
(41,15,45)
#220C24
(34,12,36)
#1B091B
(27,9,27)
#140612
(20,6,18)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #532163

#532163
(83,33,99)
#623571
(98,53,113)
#71497F
(113,73,127)
#805D8D
(128,93,141)
#8F719B
(143,113,155)
#9E85A9
(158,133,169)
#AD99B7
(173,153,183)
#BCADC5
(188,173,197)
#CBC1D3
(203,193,211)
#DAD5E1
(218,213,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532163 color. Also use rgb(83,33,99) instead hex code.

Text Font Color

.myTextColor { color: #532163; }

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

This text font color is #532163.


Background Color

.myBgColor { background-color: #532163; }

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

This div background color is #532163.


Border color

.myBorderColor { border: 1px solid #532163; }

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

This div border color is #532163.


Opacity

.myOpacity80 { color: #532163; opacity: 0.8; }

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

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

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

This text has shadow with #532163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532163 on black background.


Color preview on white background

This text has color #532163 on white background.



Black color preview on #532163 background

This text has black color on #532163 background.


White color preview on #532163 background

This text has white color on #532163 background.