COLOR #532550

HEX: #532550
RGB: (83,37,80)

Color info

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

RGB color model

#532550 color RGB value is (83,37,80).

  • red value is 83;
  • green value is 37;
  • blue value is 80.
RGB:
(83,37,80)
(33%,15%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 37 of 255 = 15%
B 80 of 255 = 31%

83
37
80

R + G + B ~ 26%. #532550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 37 + 80 = 200 (100%)
R 83 of 200 ~ 41.5%
G 37 of 200 ~ 18.5%
B 80 of 200 ~ 40%

%41.5
%18.5
%40

CMYK color model

#532550 color CMYK value is (0,55,4,67).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(0,55,4,67)
C0M55Y4K67 
(0%,55%,4%,67%)
(0.00/0.55/0.04/0.67)	

CMYK percentages

%0
%55.42
%3.61
%67.45

Codes

Color #532550 in popluar color models

532550
RGB833780
HSL304°38.33%23.53%
HSB/HSV304°55.42%32.55%
CMYK0.00%55.42%3.61%
67.45%

Color #532550 in popluar number systems.

HEX532550
Decimal833780
Binary10100111001011010000
Octal12345120

Shades and tints

Shades of #532550

#532550
(83,37,80)
#4C2249
(76,34,73)
#451F42
(69,31,66)
#3E1C3B
(62,28,59)
#371934
(55,25,52)
#30162D
(48,22,45)
#291326
(41,19,38)
#22101F
(34,16,31)
#1B0D18
(27,13,24)
#140A11
(20,10,17)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #532550

#532550
(83,37,80)
#62385F
(98,56,95)
#714B6E
(113,75,110)
#805E7D
(128,94,125)
#8F718C
(143,113,140)
#9E849B
(158,132,155)
#AD97AA
(173,151,170)
#BCAAB9
(188,170,185)
#CBBDC8
(203,189,200)
#DAD0D7
(218,208,215)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532550 color. Also use rgb(83,37,80) instead hex code.

Text Font Color

.myTextColor { color: #532550; }

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

This text font color is #532550.


Background Color

.myBgColor { background-color: #532550; }

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

This div background color is #532550.


Border color

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

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

This div border color is #532550.


Opacity

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

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

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

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

This text has shadow with #532550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532550 on black background.


Color preview on white background

This text has color #532550 on white background.



Black color preview on #532550 background

This text has black color on #532550 background.


White color preview on #532550 background

This text has white color on #532550 background.