COLOR #531E53

HEX: #531E53
RGB: (83,30,83)

Color info

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

RGB color model

#531E53 color RGB value is (83,30,83).

  • red value is 83;
  • green value is 30;
  • blue value is 83.
RGB:
(83,30,83)
(33%,12%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 30 of 255 = 12%
B 83 of 255 = 33%

83
30
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 30 + 83 = 196 (100%)
R 83 of 196 ~ 42.35%
G 30 of 196 ~ 15.31%
B 83 of 196 ~ 42.35%

%42.35
%15.31
%42.35

CMYK color model

#531E53 color CMYK value is (0,64,0,67).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(0,64,0,67)
C0M64Y0K67 
(0%,64%,0%,67%)
(0.00/0.64/0.00/0.67)	

CMYK percentages

%0
%63.86
%0
%67.45

Codes

Color #531E53 in popluar color models

531E53
RGB833083
HSL300°46.90%22.16%
HSB/HSV300°63.86%32.55%
CMYK0.00%63.86%0.00%
67.45%

Color #531E53 in popluar number systems.

HEX531E53
Decimal833083
Binary1010011111101010011
Octal12336123

Shades and tints

Shades of #531E53

#531E53
(83,30,83)
#4C1C4C
(76,28,76)
#451A45
(69,26,69)
#3E183E
(62,24,62)
#371637
(55,22,55)
#301430
(48,20,48)
#291229
(41,18,41)
#221022
(34,16,34)
#1B0E1B
(27,14,27)
#140C14
(20,12,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #531E53

#531E53
(83,30,83)
#623262
(98,50,98)
#714671
(113,70,113)
#805A80
(128,90,128)
#8F6E8F
(143,110,143)
#9E829E
(158,130,158)
#AD96AD
(173,150,173)
#BCAABC
(188,170,188)
#CBBECB
(203,190,203)
#DAD2DA
(218,210,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531E53 color. Also use rgb(83,30,83) instead hex code.

Text Font Color

.myTextColor { color: #531E53; }

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

This text font color is #531E53.


Background Color

.myBgColor { background-color: #531E53; }

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

This div background color is #531E53.


Border color

.myBorderColor { border: 1px solid #531E53; }

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

This div border color is #531E53.


Opacity

.myOpacity80 { color: #531E53; opacity: 0.8; }

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

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

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

This text has shadow with #531E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531E53 on black background.


Color preview on white background

This text has color #531E53 on white background.



Black color preview on #531E53 background

This text has black color on #531E53 background.


White color preview on #531E53 background

This text has white color on #531E53 background.