COLOR #524A69

HEX: #524A69
RGB: (82,74,105)

Color info

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

RGB color model

#524A69 color RGB value is (82,74,105).

  • red value is 82;
  • green value is 74;
  • blue value is 105.
RGB:
(82,74,105)
(32%,29%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 105 of 255 = 41%

82
74
105

R + G + B ~ 34%. #524A69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 105 = 261 (100%)
R 82 of 261 ~ 31.42%
G 74 of 261 ~ 28.35%
B 105 of 261 ~ 40.23%

%31.42
%28.35
%40.23

CMYK color model

#524A69 color CMYK value is (22,30,0,59).

  • cyan value is 21.90%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(22,30,0,59)
C22M30Y0K59 
(22%,30%,0%,59%)
(0.22/0.30/0.00/0.59)	

CMYK percentages

%21.9
%29.52
%0
%58.82

Codes

Color #524A69 in popluar color models

524A69
RGB8274105
HSL255°17.32%35.10%
HSB/HSV255°29.52%41.18%
CMYK21.90%29.52%0.00%
58.82%

Color #524A69 in popluar number systems.

HEX524A69
Decimal8274105
Binary101001010010101101001
Octal122112151

Shades and tints

Shades of #524A69

#524A69
(82,74,105)
#4B4460
(75,68,96)
#443E57
(68,62,87)
#3D384E
(61,56,78)
#363245
(54,50,69)
#2F2C3C
(47,44,60)
#282633
(40,38,51)
#21202A
(33,32,42)
#1A1A21
(26,26,33)
#131418
(19,20,24)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #524A69

#524A69
(82,74,105)
#615A76
(97,90,118)
#706A83
(112,106,131)
#7F7A90
(127,122,144)
#8E8A9D
(142,138,157)
#9D9AAA
(157,154,170)
#ACAAB7
(172,170,183)
#BBBAC4
(187,186,196)
#CACAD1
(202,202,209)
#D9DADE
(217,218,222)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524A69 color. Also use rgb(82,74,105) instead hex code.

Text Font Color

.myTextColor { color: #524A69; }

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

This text font color is #524A69.


Background Color

.myBgColor { background-color: #524A69; }

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

This div background color is #524A69.


Border color

.myBorderColor { border: 1px solid #524A69; }

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

This div border color is #524A69.


Opacity

.myOpacity80 { color: #524A69; opacity: 0.8; }

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

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

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

This text has shadow with #524A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A69 on black background.


Color preview on white background

This text has color #524A69 on white background.



Black color preview on #524A69 background

This text has black color on #524A69 background.


White color preview on #524A69 background

This text has white color on #524A69 background.