COLOR #523551

HEX: #523551 RGB: (82,53,81)

Color info

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

RGB color model

#523551 color RGB value is (82,53,81).

RGB: (82,53,81) (32%, 21%, 32%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 81 of 255 = 32%

82
53
81

R + G + B ~ 28%. #523551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 53 + 81 = 216 (100%)
R 82 of 216 ~ 37.96%
G 53 of 216 ~ 24.54%
B 81 of 216 ~ 37.5'%

%37.96
%24.54
%37.5

CMYK color model

#523551 color CMYK value is (0,35,1,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 1.22%
  • key color value is 67.84%

CMYK: (0,35,1,68)
C0M35Y1K68 (0%, 35%, 1%, 68%)
(0.00 / 0.35 / 0.01 / 0.68)

CMYK percentages

%0
%35.37
%1.22
%67.84

Codes

Color #523551 in popluar color models

52 35 51
RGB 82 53 81
HSL 302° 21.48% 26.47%
HSB/HSV 302° 35.37% 32.16%
CMYK 0.00% 35.37% 1.22%
67.84%

Color #523551 in popluar number systems.

HEX 52 35 51
Decimal 82 53 81
Binary 1010010 110101 1010001
Octal 122 65 121

Shades and tints

Shades of #523551

#523551
(82,53,81)
#4B314A
(75,49,74)
#442D43
(68,45,67)
#3D293C
(61,41,60)
#362535
(54,37,53)
#2F212E
(47,33,46)
#281D27
(40,29,39)
#211920
(33,25,32)
#1A1519
(26,21,25)
#131112
(19,17,18)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #523551

#523551
(82,53,81)
#614760
(97,71,96)
#70596F
(112,89,111)
#7F6B7E
(127,107,126)
#8E7D8D
(142,125,141)
#9D8F9C
(157,143,156)
#ACA1AB
(172,161,171)
#BBB3BA
(187,179,186)
#CAC5C9
(202,197,201)
#D9D7D8
(217,215,216)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523551 color. Also use rgb(82,53,81) instead hex code.

Text Font Color

.myTextColor { color: #523551; }

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

This text font color is #523551.

Background Color

.myBgColor { background-color: #523551; }

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

This div background color is #523551.

Border color

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

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

This div border color is #523551.

Opacity

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

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

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

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

This text has shadow with #523551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523551.

Preview

Color preview on black background

This text has color #523551 on black background.


Color preview on white background

This text has color #523551 on white background.


Black color preview on #523551 background

This text has black color on #523551 background.


White color preview on #523551 background

This text has white color on #523551 background.


Related colors

Complementary color

Complementary color for #hex is #ADCAAE.


I love getcolorcode.com

Triadic colors

1 #515235 and #355152 with #523551 are triadic colors.

2 #513552 and #355251 with #523551 are triadic colors.