COLOR #524159

HEX: #524159
RGB: (82,65,89)

Color info

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

RGB color model

#524159 color RGB value is (82,65,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 89 of 255 = 35%

82
65
89

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

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 89 = 236 (100%)
R 82 of 236 ~ 34.75%
G 65 of 236 ~ 27.54%
B 89 of 236 ~ 37.71%

%34.75
%27.54
%37.71

CMYK color model

#524159 color CMYK value is (8,27,0,65).

  • cyan value is 7.87%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,27,0,65)
C8M27Y0K65 
(8%,27%,0%,65%)
(0.08/0.27/0.00/0.65)	

CMYK percentages

%7.87
%26.97
%0
%65.1

Codes

Color #524159 in popluar color models

524159
RGB826589
HSL283°15.58%30.20%
HSB/HSV283°26.97%34.90%
CMYK7.87%26.97%0.00%
65.10%

Color #524159 in popluar number systems.

HEX524159
Decimal826589
Binary101001010000011011001
Octal122101131

Shades and tints

Shades of #524159

#524159
(82,65,89)
#4B3C51
(75,60,81)
#443749
(68,55,73)
#3D3241
(61,50,65)
#362D39
(54,45,57)
#2F2831
(47,40,49)
#282329
(40,35,41)
#211E21
(33,30,33)
#1A1919
(26,25,25)
#131411
(19,20,17)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #524159

#524159
(82,65,89)
#615268
(97,82,104)
#706377
(112,99,119)
#7F7486
(127,116,134)
#8E8595
(142,133,149)
#9D96A4
(157,150,164)
#ACA7B3
(172,167,179)
#BBB8C2
(187,184,194)
#CAC9D1
(202,201,209)
#D9DAE0
(217,218,224)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524159; }

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

This text font color is #524159.


Background Color

.myBgColor { background-color: #524159; }

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

This div background color is #524159.


Border color

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

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

This div border color is #524159.


Opacity

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

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

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

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

This text has shadow with #524159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524159 on black background.


Color preview on white background

This text has color #524159 on white background.



Black color preview on #524159 background

This text has black color on #524159 background.


White color preview on #524159 background

This text has white color on #524159 background.