COLOR #531D48

HEX: #531D48
RGB: (83,29,72)

Color info

#531D48 contains red, green and blue colors in about the same proportion. Web safe color of #531D48 is #663333 (or #633).

RGB color model

#531D48 color RGB value is (83,29,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 29 of 255 = 11%
B 72 of 255 = 28%

83
29
72

R + G + B ~ 24%. #531D48 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 29 + 72 = 184 (100%)
R 83 of 184 ~ 45.11%
G 29 of 184 ~ 15.76%
B 72 of 184 ~ 39.13%

%45.11
%15.76
%39.13

CMYK color model

#531D48 color CMYK value is (0,65,13,67).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(0,65,13,67)
C0M65Y13K67 
(0%,65%,13%,67%)
(0.00/0.65/0.13/0.67)	

CMYK percentages

%0
%65.06
%13.25
%67.45

Codes

Color #531D48 in popluar color models

531D48
RGB832972
HSL312°48.21%21.96%
HSB/HSV312°65.06%32.55%
CMYK0.00%65.06%13.25%
67.45%

Color #531D48 in popluar number systems.

HEX531D48
Decimal832972
Binary1010011111011001000
Octal12335110

Shades and tints

Shades of #531D48

#531D48
(83,29,72)
#4C1B42
(76,27,66)
#45193C
(69,25,60)
#3E1736
(62,23,54)
#371530
(55,21,48)
#30132A
(48,19,42)
#291124
(41,17,36)
#220F1E
(34,15,30)
#1B0D18
(27,13,24)
#140B12
(20,11,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #531D48

#531D48
(83,29,72)
#623158
(98,49,88)
#714568
(113,69,104)
#805978
(128,89,120)
#8F6D88
(143,109,136)
#9E8198
(158,129,152)
#AD95A8
(173,149,168)
#BCA9B8
(188,169,184)
#CBBDC8
(203,189,200)
#DAD1D8
(218,209,216)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531D48; }

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

This text font color is #531D48.


Background Color

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

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

This div background color is #531D48.


Border color

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

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

This div border color is #531D48.


Opacity

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

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

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

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

This text has shadow with #531D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531D48 on black background.


Color preview on white background

This text has color #531D48 on white background.



Black color preview on #531D48 background

This text has black color on #531D48 background.


White color preview on #531D48 background

This text has white color on #531D48 background.