COLOR #523A64

HEX: #523A64 RGB: (82,58,100)

Color info

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

RGB color model

#523A64 color RGB value is (82,58,100).

RGB: (82,58,100) (32%, 23%, 39%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 100 of 255 = 39%

82
58
100

R + G + B ~ 31%. #523A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 58 + 100 = 240 (100%)
R 82 of 240 ~ 34.17%
G 58 of 240 ~ 24.17%
B 100 of 240 ~ 41.67'%

%34.17
%24.17
%41.67

CMYK color model

#523A64 color CMYK value is (18,42,0,61).

  • cyan value is 18.00%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (18,42,0,61)
C18M42Y0K61 (18%, 42%, 0%, 61%)
(0.18 / 0.42 / 0.00 / 0.61)

CMYK percentages

%18
%42
%0
%60.78

Codes

Color #523A64 in popluar color models

52 3A 64
RGB 82 58 100
HSL 274° 26.58% 30.98%
HSB/HSV 274° 42.00% 39.22%
CMYK 18.00% 42.00% 0.00%
60.78%

Color #523A64 in popluar number systems.

HEX 52 3A 64
Decimal 82 58 100
Binary 1010010 111010 1100100
Octal 122 72 144

Shades and tints

Shades of #523A64

#523A64
(82,58,100)
#4B355B
(75,53,91)
#443052
(68,48,82)
#3D2B49
(61,43,73)
#362640
(54,38,64)
#2F2137
(47,33,55)
#281C2E
(40,28,46)
#211725
(33,23,37)
#1A121C
(26,18,28)
#130D13
(19,13,19)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #523A64

#523A64
(82,58,100)
#614B72
(97,75,114)
#705C80
(112,92,128)
#7F6D8E
(127,109,142)
#8E7E9C
(142,126,156)
#9D8FAA
(157,143,170)
#ACA0B8
(172,160,184)
#BBB1C6
(187,177,198)
#CAC2D4
(202,194,212)
#D9D3E2
(217,211,226)
#E8E4F0
(232,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523A64; }

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

This text font color is #523A64.

Background Color

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

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

This div background color is #523A64.

Border color

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

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

This div border color is #523A64.

Opacity

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

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

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

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

This text has shadow with #523A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523A64.

Preview

Color preview on black background

This text has color #523A64 on black background.


Color preview on white background

This text has color #523A64 on white background.


Black color preview on #523A64 background

This text has black color on #523A64 background.


White color preview on #523A64 background

This text has white color on #523A64 background.


Related colors

Complementary color

Complementary color for #hex is #ADC59B.


I love getcolorcode.com

Triadic colors

1 #64523A and #3A6452 with #523A64 are triadic colors.

2 #643A52 and #3A5264 with #523A64 are triadic colors.