COLOR #532863

HEX: #532863
RGB: (83,40,99)

Color info

#532863 contains red, green and blue colors in about the same proportion. Web safe color of #532863 is #663366 (or #636).

RGB color model

#532863 color RGB value is (83,40,99).

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

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 99 of 255 = 39%

83
40
99

R + G + B ~ 29%. #532863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 40 + 99 = 222 (100%)
R 83 of 222 ~ 37.39%
G 40 of 222 ~ 18.02%
B 99 of 222 ~ 44.59%

%37.39
%18.02
%44.59

CMYK color model

#532863 color CMYK value is (16,60,0,61).

  • cyan value is 16.16%
  • magenta value is 59.60%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,60,0,61)
C16M60Y0K61 
(16%,60%,0%,61%)
(0.16/0.60/0.00/0.61)	

CMYK percentages

%16.16
%59.6
%0
%61.18

Codes

Color #532863 in popluar color models

532863
RGB834099
HSL284°42.45%27.25%
HSB/HSV284°59.60%38.82%
CMYK16.16%59.60%0.00%
61.18%

Color #532863 in popluar number systems.

HEX532863
Decimal834099
Binary10100111010001100011
Octal12350143

Shades and tints

Shades of #532863

#532863
(83,40,99)
#4C255A
(76,37,90)
#452251
(69,34,81)
#3E1F48
(62,31,72)
#371C3F
(55,28,63)
#301936
(48,25,54)
#29162D
(41,22,45)
#221324
(34,19,36)
#1B101B
(27,16,27)
#140D12
(20,13,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #532863

#532863
(83,40,99)
#623B71
(98,59,113)
#714E7F
(113,78,127)
#80618D
(128,97,141)
#8F749B
(143,116,155)
#9E87A9
(158,135,169)
#AD9AB7
(173,154,183)
#BCADC5
(188,173,197)
#CBC0D3
(203,192,211)
#DAD3E1
(218,211,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532863; }

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

This text font color is #532863.


Background Color

.myBgColor { background-color: #532863; }

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

This div background color is #532863.


Border color

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

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

This div border color is #532863.


Opacity

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

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

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

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

This text has shadow with #532863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532863 on black background.


Color preview on white background

This text has color #532863 on white background.



Black color preview on #532863 background

This text has black color on #532863 background.


White color preview on #532863 background

This text has white color on #532863 background.