COLOR #524366

HEX: #524366
RGB: (82,67,102)

Color info

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

RGB color model

#524366 color RGB value is (82,67,102).

  • red value is 82;
  • green value is 67;
  • blue value is 102.
RGB:
(82,67,102)
(32%,26%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 102 of 255 = 40%

82
67
102

R + G + B ~ 33%. #524366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 102 = 251 (100%)
R 82 of 251 ~ 32.67%
G 67 of 251 ~ 26.69%
B 102 of 251 ~ 40.64%

%32.67
%26.69
%40.64

CMYK color model

#524366 color CMYK value is (20,34,0,60).

  • cyan value is 19.61%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,34,0,60)
C20M34Y0K60 
(20%,34%,0%,60%)
(0.20/0.34/0.00/0.60)	

CMYK percentages

%19.61
%34.31
%0
%60

Codes

Color #524366 in popluar color models

524366
RGB8267102
HSL266°20.71%33.14%
HSB/HSV266°34.31%40.00%
CMYK19.61%34.31%0.00%
60.00%

Color #524366 in popluar number systems.

HEX524366
Decimal8267102
Binary101001010000111100110
Octal122103146

Shades and tints

Shades of #524366

#524366
(82,67,102)
#4B3D5D
(75,61,93)
#443754
(68,55,84)
#3D314B
(61,49,75)
#362B42
(54,43,66)
#2F2539
(47,37,57)
#281F30
(40,31,48)
#211927
(33,25,39)
#1A131E
(26,19,30)
#130D15
(19,13,21)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #524366

#524366
(82,67,102)
#615473
(97,84,115)
#706580
(112,101,128)
#7F768D
(127,118,141)
#8E879A
(142,135,154)
#9D98A7
(157,152,167)
#ACA9B4
(172,169,180)
#BBBAC1
(187,186,193)
#CACBCE
(202,203,206)
#D9DCDB
(217,220,219)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524366 color. Also use rgb(82,67,102) instead hex code.

Text Font Color

.myTextColor { color: #524366; }

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

This text font color is #524366.


Background Color

.myBgColor { background-color: #524366; }

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

This div background color is #524366.


Border color

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

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

This div border color is #524366.


Opacity

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

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

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

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

This text has shadow with #524366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524366 on black background.


Color preview on white background

This text has color #524366 on white background.



Black color preview on #524366 background

This text has black color on #524366 background.


White color preview on #524366 background

This text has white color on #524366 background.