COLOR #531B52

HEX: #531B52 RGB: (83,27,82)

Color info

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

RGB color model

#531B52 color RGB value is (83,27,82).

RGB: (83,27,82) (33%, 11%, 32%)

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 82 of 255 = 32%

83
27
82

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

Portions of RGB colors in percentages

R + G + B = 83 + 27 + 82 = 192 (100%)
R 83 of 192 ~ 43.23%
G 27 of 192 ~ 14.06%
B 82 of 192 ~ 42.71'%

%43.23
%14.06
%42.71

CMYK color model

#531B52 color CMYK value is (0,67,1,67).

  • cyan value is 0.00%
  • magenta value is 67.47%
  • yellow value is 1.20%
  • key color value is 67.45%

CMYK: (0,67,1,67)
C0M67Y1K67 (0%, 67%, 1%, 67%)
(0.00 / 0.67 / 0.01 / 0.67)

CMYK percentages

%0
%67.47
%1.2
%67.45

Codes

Color #531B52 in popluar color models

53 1B 52
RGB 83 27 82
HSL 301° 50.91% 21.57%
HSB/HSV 301° 67.47% 32.55%
CMYK 0.00% 67.47% 1.20%
67.45%

Color #531B52 in popluar number systems.

HEX 53 1B 52
Decimal 83 27 82
Binary 1010011 11011 1010010
Octal 123 33 122

Shades and tints

Shades of #531B52

#531B52
(83,27,82)
#4C194B
(76,25,75)
#451744
(69,23,68)
#3E153D
(62,21,61)
#371336
(55,19,54)
#30112F
(48,17,47)
#290F28
(41,15,40)
#220D21
(34,13,33)
#1B0B1A
(27,11,26)
#140913
(20,9,19)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #531B52

#531B52
(83,27,82)
#622F61
(98,47,97)
#714370
(113,67,112)
#80577F
(128,87,127)
#8F6B8E
(143,107,142)
#9E7F9D
(158,127,157)
#AD93AC
(173,147,172)
#BCA7BB
(188,167,187)
#CBBBCA
(203,187,202)
#DACFD9
(218,207,217)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531B52 color. Also use rgb(83,27,82) instead hex code.

Text Font Color

.myTextColor { color: #531B52; }

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

This text font color is #531B52.

Background Color

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

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

This div background color is #531B52.

Border color

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

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

This div border color is #531B52.

Opacity

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

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

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

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

This text has shadow with #531B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #531B52.

Preview

Color preview on black background

This text has color #531B52 on black background.


Color preview on white background

This text has color #531B52 on white background.


Black color preview on #531B52 background

This text has black color on #531B52 background.


White color preview on #531B52 background

This text has white color on #531B52 background.


Related colors

Complementary color

Complementary color for #hex is #ACE4AD.


I love getcolorcode.com

Triadic colors

1 #52531B and #1B5253 with #531B52 are triadic colors.

2 #521B53 and #1B5352 with #531B52 are triadic colors.