COLOR #532B5E

HEX: #532B5E
RGB: (83,43,94)

Color info

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

RGB color model

#532B5E color RGB value is (83,43,94).

  • red value is 83;
  • green value is 43;
  • blue value is 94.
RGB:
(83,43,94)
(33%,17%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 43 of 255 = 17%
B 94 of 255 = 37%

83
43
94

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

Portions of RGB colors in percentages

R + G + B =
83 + 43 + 94 = 220 (100%)
R 83 of 220 ~ 37.73%
G 43 of 220 ~ 19.55%
B 94 of 220 ~ 42.73%

%37.73
%19.55
%42.73

CMYK color model

#532B5E color CMYK value is (12,54,0,63).

  • cyan value is 11.70%
  • magenta value is 54.26%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,54,0,63)
C12M54Y0K63 
(12%,54%,0%,63%)
(0.12/0.54/0.00/0.63)	

CMYK percentages

%11.7
%54.26
%0
%63.14

Codes

Color #532B5E in popluar color models

532B5E
RGB834394
HSL287°37.23%26.86%
HSB/HSV287°54.26%36.86%
CMYK11.70%54.26%0.00%
63.14%

Color #532B5E in popluar number systems.

HEX532B5E
Decimal834394
Binary10100111010111011110
Octal12353136

Shades and tints

Shades of #532B5E

#532B5E
(83,43,94)
#4C2856
(76,40,86)
#45254E
(69,37,78)
#3E2246
(62,34,70)
#371F3E
(55,31,62)
#301C36
(48,28,54)
#29192E
(41,25,46)
#221626
(34,22,38)
#1B131E
(27,19,30)
#141016
(20,16,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #532B5E

#532B5E
(83,43,94)
#623E6C
(98,62,108)
#71517A
(113,81,122)
#806488
(128,100,136)
#8F7796
(143,119,150)
#9E8AA4
(158,138,164)
#AD9DB2
(173,157,178)
#BCB0C0
(188,176,192)
#CBC3CE
(203,195,206)
#DAD6DC
(218,214,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532B5E color. Also use rgb(83,43,94) instead hex code.

Text Font Color

.myTextColor { color: #532B5E; }

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

This text font color is #532B5E.


Background Color

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

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

This div background color is #532B5E.


Border color

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

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

This div border color is #532B5E.


Opacity

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

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

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

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

This text has shadow with #532B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532B5E on black background.


Color preview on white background

This text has color #532B5E on white background.



Black color preview on #532B5E background

This text has black color on #532B5E background.


White color preview on #532B5E background

This text has white color on #532B5E background.