COLOR #523F67

HEX: #523F67
RGB: (82,63,103)

Color info

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

RGB color model

#523F67 color RGB value is (82,63,103).

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

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 103 of 255 = 40%

82
63
103

R + G + B ~ 32%. #523F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 103 = 248 (100%)
R 82 of 248 ~ 33.06%
G 63 of 248 ~ 25.4%
B 103 of 248 ~ 41.53%

%33.06
%25.4
%41.53

CMYK color model

#523F67 color CMYK value is (20,39,0,60).

  • cyan value is 20.39%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(20,39,0,60)
C20M39Y0K60 
(20%,39%,0%,60%)
(0.20/0.39/0.00/0.60)	

CMYK percentages

%20.39
%38.83
%0
%59.61

Codes

Color #523F67 in popluar color models

523F67
RGB8263103
HSL269°24.10%32.55%
HSB/HSV269°38.83%40.39%
CMYK20.39%38.83%0.00%
59.61%

Color #523F67 in popluar number systems.

HEX523F67
Decimal8263103
Binary10100101111111100111
Octal12277147

Shades and tints

Shades of #523F67

#523F67
(82,63,103)
#4B3A5E
(75,58,94)
#443555
(68,53,85)
#3D304C
(61,48,76)
#362B43
(54,43,67)
#2F263A
(47,38,58)
#282131
(40,33,49)
#211C28
(33,28,40)
#1A171F
(26,23,31)
#131216
(19,18,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #523F67

#523F67
(82,63,103)
#615074
(97,80,116)
#706181
(112,97,129)
#7F728E
(127,114,142)
#8E839B
(142,131,155)
#9D94A8
(157,148,168)
#ACA5B5
(172,165,181)
#BBB6C2
(187,182,194)
#CAC7CF
(202,199,207)
#D9D8DC
(217,216,220)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523F67; }

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

This text font color is #523F67.


Background Color

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

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

This div background color is #523F67.


Border color

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

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

This div border color is #523F67.


Opacity

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

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

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

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

This text has shadow with #523F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F67 on black background.


Color preview on white background

This text has color #523F67 on white background.



Black color preview on #523F67 background

This text has black color on #523F67 background.


White color preview on #523F67 background

This text has white color on #523F67 background.