COLOR #523E54

HEX: #523E54
RGB: (82,62,84)

Color info

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

RGB color model

#523E54 color RGB value is (82,62,84).

  • red value is 82;
  • green value is 62;
  • blue value is 84.
RGB:
(82,62,84)
(32%,24%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 84 of 255 = 33%

82
62
84

R + G + B ~ 30%. #523E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 84 = 228 (100%)
R 82 of 228 ~ 35.96%
G 62 of 228 ~ 27.19%
B 84 of 228 ~ 36.84%

%35.96
%27.19
%36.84

CMYK color model

#523E54 color CMYK value is (2,26,0,67).

  • cyan value is 2.38%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(2,26,0,67)
C2M26Y0K67 
(2%,26%,0%,67%)
(0.02/0.26/0.00/0.67)	

CMYK percentages

%2.38
%26.19
%0
%67.06

Codes

Color #523E54 in popluar color models

523E54
RGB826284
HSL295°15.07%28.63%
HSB/HSV295°26.19%32.94%
CMYK2.38%26.19%0.00%
67.06%

Color #523E54 in popluar number systems.

HEX523E54
Decimal826284
Binary10100101111101010100
Octal12276124

Shades and tints

Shades of #523E54

#523E54
(82,62,84)
#4B394D
(75,57,77)
#443446
(68,52,70)
#3D2F3F
(61,47,63)
#362A38
(54,42,56)
#2F2531
(47,37,49)
#28202A
(40,32,42)
#211B23
(33,27,35)
#1A161C
(26,22,28)
#131115
(19,17,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #523E54

#523E54
(82,62,84)
#614F63
(97,79,99)
#706072
(112,96,114)
#7F7181
(127,113,129)
#8E8290
(142,130,144)
#9D939F
(157,147,159)
#ACA4AE
(172,164,174)
#BBB5BD
(187,181,189)
#CAC6CC
(202,198,204)
#D9D7DB
(217,215,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523E54 color. Also use rgb(82,62,84) instead hex code.

Text Font Color

.myTextColor { color: #523E54; }

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

This text font color is #523E54.


Background Color

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

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

This div background color is #523E54.


Border color

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

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

This div border color is #523E54.


Opacity

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

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

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

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

This text has shadow with #523E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E54 on black background.


Color preview on white background

This text has color #523E54 on white background.



Black color preview on #523E54 background

This text has black color on #523E54 background.


White color preview on #523E54 background

This text has white color on #523E54 background.