COLOR #523A4D

HEX: #523A4D RGB: (82,58,77)

Color info

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

RGB color model

#523A4D color RGB value is (82,58,77).

RGB: (82,58,77) (32%, 23%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 77 of 255 = 30%

82
58
77

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

Portions of RGB colors in percentages

R + G + B = 82 + 58 + 77 = 217 (100%)
R 82 of 217 ~ 37.79%
G 58 of 217 ~ 26.73%
B 77 of 217 ~ 35.48'%

%37.79
%26.73
%35.48

CMYK color model

#523A4D color CMYK value is (0,29,6,68).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 6.10%
  • key color value is 67.84%

CMYK: (0,29,6,68)
C0M29Y6K68 (0%, 29%, 6%, 68%)
(0.00 / 0.29 / 0.06 / 0.68)

CMYK percentages

%0
%29.27
%6.1
%67.84

Codes

Color #523A4D in popluar color models

52 3A 4D
RGB 82 58 77
HSL 313° 17.14% 27.45%
HSB/HSV 313° 29.27% 32.16%
CMYK 0.00% 29.27% 6.10%
67.84%

Color #523A4D in popluar number systems.

HEX 52 3A 4D
Decimal 82 58 77
Binary 1010010 111010 1001101
Octal 122 72 115

Shades and tints

Shades of #523A4D

#523A4D
(82,58,77)
#4B3546
(75,53,70)
#44303F
(68,48,63)
#3D2B38
(61,43,56)
#362631
(54,38,49)
#2F212A
(47,33,42)
#281C23
(40,28,35)
#21171C
(33,23,28)
#1A1215
(26,18,21)
#130D0E
(19,13,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #523A4D

#523A4D
(82,58,77)
#614B5D
(97,75,93)
#705C6D
(112,92,109)
#7F6D7D
(127,109,125)
#8E7E8D
(142,126,141)
#9D8F9D
(157,143,157)
#ACA0AD
(172,160,173)
#BBB1BD
(187,177,189)
#CAC2CD
(202,194,205)
#D9D3DD
(217,211,221)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523A4D color. Also use rgb(82,58,77) instead hex code.

Text Font Color

.myTextColor { color: #523A4D; }

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

This text font color is #523A4D.

Background Color

.myBgColor { background-color: #523A4D; }

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

This div background color is #523A4D.

Border color

.myBorderColor { border: 1px solid #523A4D; }

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

This div border color is #523A4D.

Opacity

.myOpacity80 { color: #523A4D; opacity: 0.8; }

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

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

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

This text has shadow with #523A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523A4D.

Preview

Color preview on black background

This text has color #523A4D on black background.


Color preview on white background

This text has color #523A4D on white background.


Black color preview on #523A4D background

This text has black color on #523A4D background.


White color preview on #523A4D background

This text has white color on #523A4D background.


Related colors

Complementary color

Complementary color for #hex is #ADC5B2.


I love getcolorcode.com

Triadic colors

1 #4D523A and #3A4D52 with #523A4D are triadic colors.

2 #4D3A52 and #3A524D with #523A4D are triadic colors.