COLOR #524A5D

HEX: #524A5D RGB: (82,74,93)

Color info

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

RGB color model

#524A5D color RGB value is (82,74,93).

RGB: (82,74,93) (32%, 29%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 93 of 255 = 36%

82
74
93

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

Portions of RGB colors in percentages

R + G + B = 82 + 74 + 93 = 249 (100%)
R 82 of 249 ~ 32.93%
G 74 of 249 ~ 29.72%
B 93 of 249 ~ 37.35'%

%32.93
%29.72
%37.35

CMYK color model

#524A5D color CMYK value is (12,20,0,64).

  • cyan value is 11.83%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (12,20,0,64)
C12M20Y0K64 (12%, 20%, 0%, 64%)
(0.12 / 0.20 / 0.00 / 0.64)

CMYK percentages

%11.83
%20.43
%0
%63.53

Codes

Color #524A5D in popluar color models

52 4A 5D
RGB 82 74 93
HSL 265° 11.38% 32.75%
HSB/HSV 265° 20.43% 36.47%
CMYK 11.83% 20.43% 0.00%
63.53%

Color #524A5D in popluar number systems.

HEX 52 4A 5D
Decimal 82 74 93
Binary 1010010 1001010 1011101
Octal 122 112 135

Shades and tints

Shades of #524A5D

#524A5D
(82,74,93)
#4B4455
(75,68,85)
#443E4D
(68,62,77)
#3D3845
(61,56,69)
#36323D
(54,50,61)
#2F2C35
(47,44,53)
#28262D
(40,38,45)
#212025
(33,32,37)
#1A1A1D
(26,26,29)
#131415
(19,20,21)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #524A5D

#524A5D
(82,74,93)
#615A6B
(97,90,107)
#706A79
(112,106,121)
#7F7A87
(127,122,135)
#8E8A95
(142,138,149)
#9D9AA3
(157,154,163)
#ACAAB1
(172,170,177)
#BBBABF
(187,186,191)
#CACACD
(202,202,205)
#D9DADB
(217,218,219)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A5D; }

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

This text font color is #524A5D.

Background Color

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

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

This div background color is #524A5D.

Border color

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

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

This div border color is #524A5D.

Opacity

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

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

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

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

This text has shadow with #524A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524A5D.

Preview

Color preview on black background

This text has color #524A5D on black background.


Color preview on white background

This text has color #524A5D on white background.


Black color preview on #524A5D background

This text has black color on #524A5D background.


White color preview on #524A5D background

This text has white color on #524A5D background.


Related colors

Complementary color

Complementary color for #hex is #ADB5A2.


I love getcolorcode.com

Triadic colors

1 #5D524A and #4A5D52 with #524A5D are triadic colors.

2 #5D4A52 and #4A525D with #524A5D are triadic colors.