COLOR #523057

HEX: #523057
RGB: (82,48,87)

Color info

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

RGB color model

#523057 color RGB value is (82,48,87).

  • red value is 82;
  • green value is 48;
  • blue value is 87.
RGB:
(82,48,87)
(32%,19%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 87 of 255 = 34%

82
48
87

R + G + B ~ 28%. #523057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 87 = 217 (100%)
R 82 of 217 ~ 37.79%
G 48 of 217 ~ 22.12%
B 87 of 217 ~ 40.09%

%37.79
%22.12
%40.09

CMYK color model

#523057 color CMYK value is (6,45,0,66).

  • cyan value is 5.75%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(6,45,0,66)
C6M45Y0K66 
(6%,45%,0%,66%)
(0.06/0.45/0.00/0.66)	

CMYK percentages

%5.75
%44.83
%0
%65.88

Codes

Color #523057 in popluar color models

523057
RGB824887
HSL292°28.89%26.47%
HSB/HSV292°44.83%34.12%
CMYK5.75%44.83%0.00%
65.88%

Color #523057 in popluar number systems.

HEX523057
Decimal824887
Binary10100101100001010111
Octal12260127

Shades and tints

Shades of #523057

#523057
(82,48,87)
#4B2C50
(75,44,80)
#442849
(68,40,73)
#3D2442
(61,36,66)
#36203B
(54,32,59)
#2F1C34
(47,28,52)
#28182D
(40,24,45)
#211426
(33,20,38)
#1A101F
(26,16,31)
#130C18
(19,12,24)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #523057

#523057
(82,48,87)
#614266
(97,66,102)
#705475
(112,84,117)
#7F6684
(127,102,132)
#8E7893
(142,120,147)
#9D8AA2
(157,138,162)
#AC9CB1
(172,156,177)
#BBAEC0
(187,174,192)
#CAC0CF
(202,192,207)
#D9D2DE
(217,210,222)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523057 color. Also use rgb(82,48,87) instead hex code.

Text Font Color

.myTextColor { color: #523057; }

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

This text font color is #523057.


Background Color

.myBgColor { background-color: #523057; }

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

This div background color is #523057.


Border color

.myBorderColor { border: 1px solid #523057; }

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

This div border color is #523057.


Opacity

.myOpacity80 { color: #523057; opacity: 0.8; }

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

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

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

This text has shadow with #523057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523057 on black background.


Color preview on white background

This text has color #523057 on white background.



Black color preview on #523057 background

This text has black color on #523057 background.


White color preview on #523057 background

This text has white color on #523057 background.