COLOR #531C42

HEX: #531C42
RGB: (83,28,66)

Color info

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

RGB color model

#531C42 color RGB value is (83,28,66).

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

RGB channels and saturation

R 83 of 255 = 33%
G 28 of 255 = 11%
B 66 of 255 = 26%

83
28
66

R + G + B ~ 23%. #531C42 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 28 + 66 = 177 (100%)
R 83 of 177 ~ 46.89%
G 28 of 177 ~ 15.82%
B 66 of 177 ~ 37.29%

%46.89
%15.82
%37.29

CMYK color model

#531C42 color CMYK value is (0,66,20,67).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 20.48%
  • key color value is 67.45%
CMYK:
(0,66,20,67)
C0M66Y20K67 
(0%,66%,20%,67%)
(0.00/0.66/0.20/0.67)	

CMYK percentages

%0
%66.27
%20.48
%67.45

Codes

Color #531C42 in popluar color models

531C42
RGB832866
HSL319°49.55%21.76%
HSB/HSV319°66.27%32.55%
CMYK0.00%66.27%20.48%
67.45%

Color #531C42 in popluar number systems.

HEX531C42
Decimal832866
Binary1010011111001000010
Octal12334102

Shades and tints

Shades of #531C42

#531C42
(83,28,66)
#4C1A3C
(76,26,60)
#451836
(69,24,54)
#3E1630
(62,22,48)
#37142A
(55,20,42)
#301224
(48,18,36)
#29101E
(41,16,30)
#220E18
(34,14,24)
#1B0C12
(27,12,18)
#140A0C
(20,10,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #531C42

#531C42
(83,28,66)
#623053
(98,48,83)
#714464
(113,68,100)
#805875
(128,88,117)
#8F6C86
(143,108,134)
#9E8097
(158,128,151)
#AD94A8
(173,148,168)
#BCA8B9
(188,168,185)
#CBBCCA
(203,188,202)
#DAD0DB
(218,208,219)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531C42; }

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

This text font color is #531C42.


Background Color

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

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

This div background color is #531C42.


Border color

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

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

This div border color is #531C42.


Opacity

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

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

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

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

This text has shadow with #531C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531C42 on black background.


Color preview on white background

This text has color #531C42 on white background.



Black color preview on #531C42 background

This text has black color on #531C42 background.


White color preview on #531C42 background

This text has white color on #531C42 background.