COLOR #531E61

HEX: #531E61
RGB: (83,30,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
30
97

R + G + B ~ 28%. #531E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 30 + 97 = 210 (100%)
R 83 of 210 ~ 39.52%
G 30 of 210 ~ 14.29%
B 97 of 210 ~ 46.19%

%39.52
%14.29
%46.19

CMYK color model

#531E61 color CMYK value is (14,69,0,62).

  • cyan value is 14.43%
  • magenta value is 69.07%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(14,69,0,62)
C14M69Y0K62 
(14%,69%,0%,62%)
(0.14/0.69/0.00/0.62)	

CMYK percentages

%14.43
%69.07
%0
%61.96

Codes

Color #531E61 in popluar color models

531E61
RGB833097
HSL287°52.76%24.90%
HSB/HSV287°69.07%38.04%
CMYK14.43%69.07%0.00%
61.96%

Color #531E61 in popluar number systems.

HEX531E61
Decimal833097
Binary1010011111101100001
Octal12336141

Shades and tints

Shades of #531E61

#531E61
(83,30,97)
#4C1C59
(76,28,89)
#451A51
(69,26,81)
#3E1849
(62,24,73)
#371641
(55,22,65)
#301439
(48,20,57)
#291231
(41,18,49)
#221029
(34,16,41)
#1B0E21
(27,14,33)
#140C19
(20,12,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #531E61

#531E61
(83,30,97)
#62326F
(98,50,111)
#71467D
(113,70,125)
#805A8B
(128,90,139)
#8F6E99
(143,110,153)
#9E82A7
(158,130,167)
#AD96B5
(173,150,181)
#BCAAC3
(188,170,195)
#CBBED1
(203,190,209)
#DAD2DF
(218,210,223)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531E61; }

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

This text font color is #531E61.


Background Color

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

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

This div background color is #531E61.


Border color

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

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

This div border color is #531E61.


Opacity

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

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

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

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

This text has shadow with #531E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531E61 on black background.


Color preview on white background

This text has color #531E61 on white background.



Black color preview on #531E61 background

This text has black color on #531E61 background.


White color preview on #531E61 background

This text has white color on #531E61 background.