COLOR #531C51

HEX: #531C51
RGB: (83,28,81)

Color info

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

RGB color model

#531C51 color RGB value is (83,28,81).

  • red value is 83;
  • green value is 28;
  • blue value is 81.
RGB:
(83,28,81)
(33%,11%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 28 of 255 = 11%
B 81 of 255 = 32%

83
28
81

R + G + B ~ 25%. #531C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 28 + 81 = 192 (100%)
R 83 of 192 ~ 43.23%
G 28 of 192 ~ 14.58%
B 81 of 192 ~ 42.19%

%43.23
%14.58
%42.19

CMYK color model

#531C51 color CMYK value is (0,66,2,67).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,66,2,67)
C0M66Y2K67 
(0%,66%,2%,67%)
(0.00/0.66/0.02/0.67)	

CMYK percentages

%0
%66.27
%2.41
%67.45

Codes

Color #531C51 in popluar color models

531C51
RGB832881
HSL302°49.55%21.76%
HSB/HSV302°66.27%32.55%
CMYK0.00%66.27%2.41%
67.45%

Color #531C51 in popluar number systems.

HEX531C51
Decimal832881
Binary1010011111001010001
Octal12334121

Shades and tints

Shades of #531C51

#531C51
(83,28,81)
#4C1A4A
(76,26,74)
#451843
(69,24,67)
#3E163C
(62,22,60)
#371435
(55,20,53)
#30122E
(48,18,46)
#291027
(41,16,39)
#220E20
(34,14,32)
#1B0C19
(27,12,25)
#140A12
(20,10,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #531C51

#531C51
(83,28,81)
#623060
(98,48,96)
#71446F
(113,68,111)
#80587E
(128,88,126)
#8F6C8D
(143,108,141)
#9E809C
(158,128,156)
#AD94AB
(173,148,171)
#BCA8BA
(188,168,186)
#CBBCC9
(203,188,201)
#DAD0D8
(218,208,216)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531C51; }

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

This text font color is #531C51.


Background Color

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

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

This div background color is #531C51.


Border color

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

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

This div border color is #531C51.


Opacity

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

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

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

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

This text has shadow with #531C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531C51 on black background.


Color preview on white background

This text has color #531C51 on white background.



Black color preview on #531C51 background

This text has black color on #531C51 background.


White color preview on #531C51 background

This text has white color on #531C51 background.