COLOR #524264

HEX: #524264
RGB: (82,66,100)

Color info

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

RGB color model

#524264 color RGB value is (82,66,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 100 of 255 = 39%

82
66
100

R + G + B ~ 32%. #524264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 100 = 248 (100%)
R 82 of 248 ~ 33.06%
G 66 of 248 ~ 26.61%
B 100 of 248 ~ 40.32%

%33.06
%26.61
%40.32

CMYK color model

#524264 color CMYK value is (18,34,0,61).

  • cyan value is 18.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,34,0,61)
C18M34Y0K61 
(18%,34%,0%,61%)
(0.18/0.34/0.00/0.61)	

CMYK percentages

%18
%34
%0
%60.78

Codes

Color #524264 in popluar color models

524264
RGB8266100
HSL268°20.48%32.55%
HSB/HSV268°34.00%39.22%
CMYK18.00%34.00%0.00%
60.78%

Color #524264 in popluar number systems.

HEX524264
Decimal8266100
Binary101001010000101100100
Octal122102144

Shades and tints

Shades of #524264

#524264
(82,66,100)
#4B3C5B
(75,60,91)
#443652
(68,54,82)
#3D3049
(61,48,73)
#362A40
(54,42,64)
#2F2437
(47,36,55)
#281E2E
(40,30,46)
#211825
(33,24,37)
#1A121C
(26,18,28)
#130C13
(19,12,19)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #524264

#524264
(82,66,100)
#615372
(97,83,114)
#706480
(112,100,128)
#7F758E
(127,117,142)
#8E869C
(142,134,156)
#9D97AA
(157,151,170)
#ACA8B8
(172,168,184)
#BBB9C6
(187,185,198)
#CACAD4
(202,202,212)
#D9DBE2
(217,219,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524264; }

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

This text font color is #524264.


Background Color

.myBgColor { background-color: #524264; }

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

This div background color is #524264.


Border color

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

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

This div border color is #524264.


Opacity

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

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

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

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

This text has shadow with #524264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524264 on black background.


Color preview on white background

This text has color #524264 on white background.



Black color preview on #524264 background

This text has black color on #524264 background.


White color preview on #524264 background

This text has white color on #524264 background.