COLOR #531D51

HEX: #531D51
RGB: (83,29,81)

Color info

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

RGB color model

#531D51 color RGB value is (83,29,81).

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

RGB channels and saturation

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

83
29
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 81 = 193 (100%)
R 83 of 193 ~ 43.01%
G 29 of 193 ~ 15.03%
B 81 of 193 ~ 41.97%

%43.01
%15.03
%41.97

CMYK color model

#531D51 color CMYK value is (0,65,2,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,65,2,67)
C0M65Y2K67 
(0%,65%,2%,67%)
(0.00/0.65/0.02/0.67)	

CMYK percentages

%0
%65.06
%2.41
%67.45

Codes

Color #531D51 in popluar color models

531D51
RGB832981
HSL302°48.21%21.96%
HSB/HSV302°65.06%32.55%
CMYK0.00%65.06%2.41%
67.45%

Color #531D51 in popluar number systems.

HEX531D51
Decimal832981
Binary1010011111011010001
Octal12335121

Shades and tints

Shades of #531D51

#531D51
(83,29,81)
#4C1B4A
(76,27,74)
#451943
(69,25,67)
#3E173C
(62,23,60)
#371535
(55,21,53)
#30132E
(48,19,46)
#291127
(41,17,39)
#220F20
(34,15,32)
#1B0D19
(27,13,25)
#140B12
(20,11,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #531D51

#531D51
(83,29,81)
#623160
(98,49,96)
#71456F
(113,69,111)
#80597E
(128,89,126)
#8F6D8D
(143,109,141)
#9E819C
(158,129,156)
#AD95AB
(173,149,171)
#BCA9BA
(188,169,186)
#CBBDC9
(203,189,201)
#DAD1D8
(218,209,216)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D51; }

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

This text font color is #531D51.


Background Color

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

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

This div background color is #531D51.


Border color

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

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

This div border color is #531D51.


Opacity

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

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

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

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

This text has shadow with #531D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D51 on black background.


Color preview on white background

This text has color #531D51 on white background.



Black color preview on #531D51 background

This text has black color on #531D51 background.


White color preview on #531D51 background

This text has white color on #531D51 background.