COLOR #523C50

HEX: #523C50
RGB: (82,60,80)

Color info

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

RGB color model

#523C50 color RGB value is (82,60,80).

  • red value is 82;
  • green value is 60;
  • blue value is 80.
RGB:
(82,60,80)
(32%,24%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 80 of 255 = 31%

82
60
80

R + G + B ~ 29%. #523C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 80 = 222 (100%)
R 82 of 222 ~ 36.94%
G 60 of 222 ~ 27.03%
B 80 of 222 ~ 36.04%

%36.94
%27.03
%36.04

CMYK color model

#523C50 color CMYK value is (0,27,2,68).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(0,27,2,68)
C0M27Y2K68 
(0%,27%,2%,68%)
(0.00/0.27/0.02/0.68)	

CMYK percentages

%0
%26.83
%2.44
%67.84

Codes

Color #523C50 in popluar color models

523C50
RGB826080
HSL305°15.49%27.84%
HSB/HSV305°26.83%32.16%
CMYK0.00%26.83%2.44%
67.84%

Color #523C50 in popluar number systems.

HEX523C50
Decimal826080
Binary10100101111001010000
Octal12274120

Shades and tints

Shades of #523C50

#523C50
(82,60,80)
#4B3749
(75,55,73)
#443242
(68,50,66)
#3D2D3B
(61,45,59)
#362834
(54,40,52)
#2F232D
(47,35,45)
#281E26
(40,30,38)
#21191F
(33,25,31)
#1A1418
(26,20,24)
#130F11
(19,15,17)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #523C50

#523C50
(82,60,80)
#614D5F
(97,77,95)
#705E6E
(112,94,110)
#7F6F7D
(127,111,125)
#8E808C
(142,128,140)
#9D919B
(157,145,155)
#ACA2AA
(172,162,170)
#BBB3B9
(187,179,185)
#CAC4C8
(202,196,200)
#D9D5D7
(217,213,215)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523C50 color. Also use rgb(82,60,80) instead hex code.

Text Font Color

.myTextColor { color: #523C50; }

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

This text font color is #523C50.


Background Color

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

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

This div background color is #523C50.


Border color

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

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

This div border color is #523C50.


Opacity

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

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

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

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

This text has shadow with #523C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C50 on black background.


Color preview on white background

This text has color #523C50 on white background.



Black color preview on #523C50 background

This text has black color on #523C50 background.


White color preview on #523C50 background

This text has white color on #523C50 background.