COLOR #524259

HEX: #524259
RGB: (82,66,89)

Color info

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

RGB color model

#524259 color RGB value is (82,66,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 89 of 255 = 35%

82
66
89

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

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 89 = 237 (100%)
R 82 of 237 ~ 34.6%
G 66 of 237 ~ 27.85%
B 89 of 237 ~ 37.55%

%34.6
%27.85
%37.55

CMYK color model

#524259 color CMYK value is (8,26,0,65).

  • cyan value is 7.87%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,26,0,65)
C8M26Y0K65 
(8%,26%,0%,65%)
(0.08/0.26/0.00/0.65)	

CMYK percentages

%7.87
%25.84
%0
%65.1

Codes

Color #524259 in popluar color models

524259
RGB826689
HSL282°14.84%30.39%
HSB/HSV282°25.84%34.90%
CMYK7.87%25.84%0.00%
65.10%

Color #524259 in popluar number systems.

HEX524259
Decimal826689
Binary101001010000101011001
Octal122102131

Shades and tints

Shades of #524259

#524259
(82,66,89)
#4B3C51
(75,60,81)
#443649
(68,54,73)
#3D3041
(61,48,65)
#362A39
(54,42,57)
#2F2431
(47,36,49)
#281E29
(40,30,41)
#211821
(33,24,33)
#1A1219
(26,18,25)
#130C11
(19,12,17)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #524259

#524259
(82,66,89)
#615368
(97,83,104)
#706477
(112,100,119)
#7F7586
(127,117,134)
#8E8695
(142,134,149)
#9D97A4
(157,151,164)
#ACA8B3
(172,168,179)
#BBB9C2
(187,185,194)
#CACAD1
(202,202,209)
#D9DBE0
(217,219,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524259; }

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

This text font color is #524259.


Background Color

.myBgColor { background-color: #524259; }

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

This div background color is #524259.


Border color

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

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

This div border color is #524259.


Opacity

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

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

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

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

This text has shadow with #524259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524259 on black background.


Color preview on white background

This text has color #524259 on white background.



Black color preview on #524259 background

This text has black color on #524259 background.


White color preview on #524259 background

This text has white color on #524259 background.