COLOR #523F6F

HEX: #523F6F RGB: (82,63,111)

Color info

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

RGB color model

#523F6F color RGB value is (82,63,111).

RGB: (82,63,111) (32%, 25%, 44%)

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 111 of 255 = 44%

82
63
111

R + G + B ~ 34%. #523F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 63 + 111 = 256 (100%)
R 82 of 256 ~ 32.03%
G 63 of 256 ~ 24.61%
B 111 of 256 ~ 43.36'%

%32.03
%24.61
%43.36

CMYK color model

#523F6F color CMYK value is (26,43,0,56).

  • cyan value is 26.13%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (26,43,0,56) C26M43Y0K56 (26%,43%,0%,56%) (0.26/0.43/0.00/0.56) 

CMYK percentages

%26.13
%43.24
%0
%56.47

Codes

Color #523F6F in popluar color models

52 3F 6F
RGB 82 63 111
HSL 264° 27.59% 34.12%
HSB/HSV 264° 43.24% 43.53%
CMYK 26.13% 43.24% 0.00%
56.47%

Color #523F6F in popluar number systems.

HEX 52 3F 6F
Decimal 82 63 111
Binary 1010010 111111 1101111
Octal 122 77 157

Shades and tints

Shades of #523F6F

#523F6F
(82,63,111)
#4B3A65
(75,58,101)
#44355B
(68,53,91)
#3D3051
(61,48,81)
#362B47
(54,43,71)
#2F263D
(47,38,61)
#282133
(40,33,51)
#211C29
(33,28,41)
#1A171F
(26,23,31)
#131215
(19,18,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #523F6F

#523F6F
(82,63,111)
#61507C
(97,80,124)
#706189
(112,97,137)
#7F7296
(127,114,150)
#8E83A3
(142,131,163)
#9D94B0
(157,148,176)
#ACA5BD
(172,165,189)
#BBB6CA
(187,182,202)
#CAC7D7
(202,199,215)
#D9D8E4
(217,216,228)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523F6F color. Also use rgb(82,63,111) instead hex code.

Text Font Color

.myTextColor { color: #523F6F; }

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

This text font color is #523F6F.

Background Color

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

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

This div background color is #523F6F.

Border color

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

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

This div border color is #523F6F.

Opacity

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

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

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

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

This text has shadow with #523F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523F6F.

Preview

Color preview on black background

This text has color #523F6F on black background.


Color preview on white background

This text has color #523F6F on white background.


Black color preview on #523F6F background

This text has black color on #523F6F background.


White color preview on #523F6F background

This text has white color on #523F6F background.


Related colors

Complementary color

Complementary color for #hex is #ADC090.


I love getcolorcode.com

Triadic colors

1 #6F523F and #3F6F52 with #523F6F are triadic colors.

2 #6F3F52 and #3F526F with #523F6F are triadic colors.