COLOR #531246

HEX: #531246
RGB: (83,18,70)

Color info

#531246 contains mainly red and blue colors. Web safe color of #531246 is #660033 (or #603).

RGB color model

#531246 color RGB value is (83,18,70).

  • red value is 83;
  • green value is 18;
  • blue value is 70.
RGB:
(83,18,70)
(33%,7%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 18 of 255 = 7%
B 70 of 255 = 27%

83
18
70

R + G + B ~ 22%. #531246 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 18 + 70 = 171 (100%)
R 83 of 171 ~ 48.54%
G 18 of 171 ~ 10.53%
B 70 of 171 ~ 40.94%

%48.54
%10.53
%40.94

CMYK color model

#531246 color CMYK value is (0,78,16,67).

  • cyan value is 0.00%
  • magenta value is 78.31%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,78,16,67)
C0M78Y16K67 
(0%,78%,16%,67%)
(0.00/0.78/0.16/0.67)	

CMYK percentages

%0
%78.31
%15.66
%67.45

Codes

Color #531246 in popluar color models

531246
RGB831870
HSL312°64.36%19.80%
HSB/HSV312°78.31%32.55%
CMYK0.00%78.31%15.66%
67.45%

Color #531246 in popluar number systems.

HEX531246
Decimal831870
Binary1010011100101000110
Octal12322106

Shades and tints

Shades of #531246

#531246
(83,18,70)
#4C1140
(76,17,64)
#45103A
(69,16,58)
#3E0F34
(62,15,52)
#370E2E
(55,14,46)
#300D28
(48,13,40)
#290C22
(41,12,34)
#220B1C
(34,11,28)
#1B0A16
(27,10,22)
#140910
(20,9,16)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #531246

#531246
(83,18,70)
#622756
(98,39,86)
#713C66
(113,60,102)
#805176
(128,81,118)
#8F6686
(143,102,134)
#9E7B96
(158,123,150)
#AD90A6
(173,144,166)
#BCA5B6
(188,165,182)
#CBBAC6
(203,186,198)
#DACFD6
(218,207,214)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531246 color. Also use rgb(83,18,70) instead hex code.

Text Font Color

.myTextColor { color: #531246; }

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

This text font color is #531246.


Background Color

.myBgColor { background-color: #531246; }

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

This div background color is #531246.


Border color

.myBorderColor { border: 1px solid #531246; }

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

This div border color is #531246.


Opacity

.myOpacity80 { color: #531246; opacity: 0.8; }

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

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

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

This text has shadow with #531246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531246 on black background.


Color preview on white background

This text has color #531246 on white background.



Black color preview on #531246 background

This text has black color on #531246 background.


White color preview on #531246 background

This text has white color on #531246 background.