COLOR #532F83

HEX: #532F83
RGB: (83,47,131)

Color info

#532F83 contains mainly red and blue colors. Web safe color of #532F83 is #663399 (or #639).

RGB color model

#532F83 color RGB value is (83,47,131).

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

RGB channels and saturation

R 83 of 255 = 33%
G 47 of 255 = 18%
B 131 of 255 = 51%

83
47
131

R + G + B ~ 34%. #532F83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 47 + 131 = 261 (100%)
R 83 of 261 ~ 31.8%
G 47 of 261 ~ 18.01%
B 131 of 261 ~ 50.19%

%31.8
%18.01
%50.19

CMYK color model

#532F83 color CMYK value is (37,64,0,49).

  • cyan value is 36.64%
  • magenta value is 64.12%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,64,0,49)
C37M64Y0K49 
(37%,64%,0%,49%)
(0.37/0.64/0.00/0.49)	

CMYK percentages

%36.64
%64.12
%0
%48.63

Codes

Color #532F83 in popluar color models

532F83
RGB8347131
HSL266°47.19%34.90%
HSB/HSV266°64.12%51.37%
CMYK36.64%64.12%0.00%
48.63%

Color #532F83 in popluar number systems.

HEX532F83
Decimal8347131
Binary101001110111110000011
Octal12357203

Shades and tints

Shades of #532F83

#532F83
(83,47,131)
#4C2B78
(76,43,120)
#45276D
(69,39,109)
#3E2362
(62,35,98)
#371F57
(55,31,87)
#301B4C
(48,27,76)
#291741
(41,23,65)
#221336
(34,19,54)
#1B0F2B
(27,15,43)
#140B20
(20,11,32)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #532F83

#532F83
(83,47,131)
#62418E
(98,65,142)
#715399
(113,83,153)
#8065A4
(128,101,164)
#8F77AF
(143,119,175)
#9E89BA
(158,137,186)
#AD9BC5
(173,155,197)
#BCADD0
(188,173,208)
#CBBFDB
(203,191,219)
#DAD1E6
(218,209,230)
#E9E3F1
(233,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532F83 color. Also use rgb(83,47,131) instead hex code.

Text Font Color

.myTextColor { color: #532F83; }

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

This text font color is #532F83.


Background Color

.myBgColor { background-color: #532F83; }

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

This div background color is #532F83.


Border color

.myBorderColor { border: 1px solid #532F83; }

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

This div border color is #532F83.


Opacity

.myOpacity80 { color: #532F83; opacity: 0.8; }

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

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

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

This text has shadow with #532F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532F83 on black background.


Color preview on white background

This text has color #532F83 on white background.



Black color preview on #532F83 background

This text has black color on #532F83 background.


White color preview on #532F83 background

This text has white color on #532F83 background.