COLOR #532E6E

HEX: #532E6E
RGB: (83,46,110)

Color info

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

RGB color model

#532E6E color RGB value is (83,46,110).

  • red value is 83;
  • green value is 46;
  • blue value is 110.
RGB:
(83,46,110)
(33%,18%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 110 of 255 = 43%

83
46
110

R + G + B ~ 31%. #532E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 110 = 239 (100%)
R 83 of 239 ~ 34.73%
G 46 of 239 ~ 19.25%
B 110 of 239 ~ 46.03%

%34.73
%19.25
%46.03

CMYK color model

#532E6E color CMYK value is (25,58,0,57).

  • cyan value is 24.55%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,58,0,57)
C25M58Y0K57 
(25%,58%,0%,57%)
(0.25/0.58/0.00/0.57)	

CMYK percentages

%24.55
%58.18
%0
%56.86

Codes

Color #532E6E in popluar color models

532E6E
RGB8346110
HSL275°41.03%30.59%
HSB/HSV275°58.18%43.14%
CMYK24.55%58.18%0.00%
56.86%

Color #532E6E in popluar number systems.

HEX532E6E
Decimal8346110
Binary10100111011101101110
Octal12356156

Shades and tints

Shades of #532E6E

#532E6E
(83,46,110)
#4C2A64
(76,42,100)
#45265A
(69,38,90)
#3E2250
(62,34,80)
#371E46
(55,30,70)
#301A3C
(48,26,60)
#291632
(41,22,50)
#221228
(34,18,40)
#1B0E1E
(27,14,30)
#140A14
(20,10,20)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #532E6E

#532E6E
(83,46,110)
#62417B
(98,65,123)
#715488
(113,84,136)
#806795
(128,103,149)
#8F7AA2
(143,122,162)
#9E8DAF
(158,141,175)
#ADA0BC
(173,160,188)
#BCB3C9
(188,179,201)
#CBC6D6
(203,198,214)
#DAD9E3
(218,217,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532E6E color. Also use rgb(83,46,110) instead hex code.

Text Font Color

.myTextColor { color: #532E6E; }

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

This text font color is #532E6E.


Background Color

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

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

This div background color is #532E6E.


Border color

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

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

This div border color is #532E6E.


Opacity

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

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

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

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

This text has shadow with #532E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532E6E on black background.


Color preview on white background

This text has color #532E6E on white background.



Black color preview on #532E6E background

This text has black color on #532E6E background.


White color preview on #532E6E background

This text has white color on #532E6E background.