COLOR #524659

HEX: #524659
RGB: (82,70,89)

Color info

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

RGB color model

#524659 color RGB value is (82,70,89).

  • red value is 82;
  • green value is 70;
  • blue value is 89.
RGB:
(82,70,89)
(32%,27%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 70 of 255 = 27%
B 89 of 255 = 35%

82
70
89

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

Portions of RGB colors in percentages

R + G + B =
82 + 70 + 89 = 241 (100%)
R 82 of 241 ~ 34.02%
G 70 of 241 ~ 29.05%
B 89 of 241 ~ 36.93%

%34.02
%29.05
%36.93

CMYK color model

#524659 color CMYK value is (8,21,0,65).

  • cyan value is 7.87%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,21,0,65)
C8M21Y0K65 
(8%,21%,0%,65%)
(0.08/0.21/0.00/0.65)	

CMYK percentages

%7.87
%21.35
%0
%65.1

Codes

Color #524659 in popluar color models

524659
RGB827089
HSL278°11.95%31.18%
HSB/HSV278°21.35%34.90%
CMYK7.87%21.35%0.00%
65.10%

Color #524659 in popluar number systems.

HEX524659
Decimal827089
Binary101001010001101011001
Octal122106131

Shades and tints

Shades of #524659

#524659
(82,70,89)
#4B4051
(75,64,81)
#443A49
(68,58,73)
#3D3441
(61,52,65)
#362E39
(54,46,57)
#2F2831
(47,40,49)
#282229
(40,34,41)
#211C21
(33,28,33)
#1A1619
(26,22,25)
#131011
(19,16,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #524659

#524659
(82,70,89)
#615668
(97,86,104)
#706677
(112,102,119)
#7F7686
(127,118,134)
#8E8695
(142,134,149)
#9D96A4
(157,150,164)
#ACA6B3
(172,166,179)
#BBB6C2
(187,182,194)
#CAC6D1
(202,198,209)
#D9D6E0
(217,214,224)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524659 color. Also use rgb(82,70,89) instead hex code.

Text Font Color

.myTextColor { color: #524659; }

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

This text font color is #524659.


Background Color

.myBgColor { background-color: #524659; }

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

This div background color is #524659.


Border color

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

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

This div border color is #524659.


Opacity

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

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

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

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

This text has shadow with #524659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524659 on black background.


Color preview on white background

This text has color #524659 on white background.



Black color preview on #524659 background

This text has black color on #524659 background.


White color preview on #524659 background

This text has white color on #524659 background.