COLOR #523F5F

HEX: #523F5F
RGB: (82,63,95)

Color info

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

RGB color model

#523F5F color RGB value is (82,63,95).

  • red value is 82;
  • green value is 63;
  • blue value is 95.
RGB:
(82,63,95)
(32%,25%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 95 of 255 = 37%

82
63
95

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

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 95 = 240 (100%)
R 82 of 240 ~ 34.17%
G 63 of 240 ~ 26.25%
B 95 of 240 ~ 39.58%

%34.17
%26.25
%39.58

CMYK color model

#523F5F color CMYK value is (14,34,0,63).

  • cyan value is 13.68%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,34,0,63)
C14M34Y0K63 
(14%,34%,0%,63%)
(0.14/0.34/0.00/0.63)	

CMYK percentages

%13.68
%33.68
%0
%62.75

Codes

Color #523F5F in popluar color models

523F5F
RGB826395
HSL276°20.25%30.98%
HSB/HSV276°33.68%37.25%
CMYK13.68%33.68%0.00%
62.75%

Color #523F5F in popluar number systems.

HEX523F5F
Decimal826395
Binary10100101111111011111
Octal12277137

Shades and tints

Shades of #523F5F

#523F5F
(82,63,95)
#4B3A57
(75,58,87)
#44354F
(68,53,79)
#3D3047
(61,48,71)
#362B3F
(54,43,63)
#2F2637
(47,38,55)
#28212F
(40,33,47)
#211C27
(33,28,39)
#1A171F
(26,23,31)
#131217
(19,18,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #523F5F

#523F5F
(82,63,95)
#61506D
(97,80,109)
#70617B
(112,97,123)
#7F7289
(127,114,137)
#8E8397
(142,131,151)
#9D94A5
(157,148,165)
#ACA5B3
(172,165,179)
#BBB6C1
(187,182,193)
#CAC7CF
(202,199,207)
#D9D8DD
(217,216,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523F5F; }

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

This text font color is #523F5F.


Background Color

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

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

This div background color is #523F5F.


Border color

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

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

This div border color is #523F5F.


Opacity

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

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

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

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

This text has shadow with #523F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F5F on black background.


Color preview on white background

This text has color #523F5F on white background.



Black color preview on #523F5F background

This text has black color on #523F5F background.


White color preview on #523F5F background

This text has white color on #523F5F background.