COLOR #524C6A

HEX: #524C6A RGB: (82,76,106)

Color info

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

RGB color model

#524C6A color RGB value is (82,76,106).

RGB: (82,76,106) (32%, 30%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 106 of 255 = 42%

82
76
106

R + G + B ~ 35%. #524C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 76 + 106 = 264 (100%)
R 82 of 264 ~ 31.06%
G 76 of 264 ~ 28.79%
B 106 of 264 ~ 40.15'%

%31.06
%28.79
%40.15

CMYK color model

#524C6A color CMYK value is (23,28,0,58).

  • cyan value is 22.64%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (23,28,0,58)
C23M28Y0K58 (23%, 28%, 0%, 58%)
(0.23 / 0.28 / 0.00 / 0.58)

CMYK percentages

%22.64
%28.3
%0
%58.43

Codes

Color #524C6A in popluar color models

52 4C 6A
RGB 82 76 106
HSL 252° 16.48% 35.69%
HSB/HSV 252° 28.30% 41.57%
CMYK 22.64% 28.30% 0.00%
58.43%

Color #524C6A in popluar number systems.

HEX 52 4C 6A
Decimal 82 76 106
Binary 1010010 1001100 1101010
Octal 122 114 152

Shades and tints

Shades of #524C6A

#524C6A
(82,76,106)
#4B4661
(75,70,97)
#444058
(68,64,88)
#3D3A4F
(61,58,79)
#363446
(54,52,70)
#2F2E3D
(47,46,61)
#282834
(40,40,52)
#21222B
(33,34,43)
#1A1C22
(26,28,34)
#131619
(19,22,25)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #524C6A

#524C6A
(82,76,106)
#615C77
(97,92,119)
#706C84
(112,108,132)
#7F7C91
(127,124,145)
#8E8C9E
(142,140,158)
#9D9CAB
(157,156,171)
#ACACB8
(172,172,184)
#BBBCC5
(187,188,197)
#CACCD2
(202,204,210)
#D9DCDF
(217,220,223)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C6A color. Also use rgb(82,76,106) instead hex code.

Text Font Color

.myTextColor { color: #524C6A; }

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

This text font color is #524C6A.

Background Color

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

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

This div background color is #524C6A.

Border color

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

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

This div border color is #524C6A.

Opacity

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

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

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

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

This text has shadow with #524C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524C6A.

Preview

Color preview on black background

This text has color #524C6A on black background.


Color preview on white background

This text has color #524C6A on white background.


Black color preview on #524C6A background

This text has black color on #524C6A background.


White color preview on #524C6A background

This text has white color on #524C6A background.


Related colors

Complementary color

Complementary color for #hex is #ADB395.


I love getcolorcode.com

Triadic colors

1 #6A524C and #4C6A52 with #524C6A are triadic colors.

2 #6A4C52 and #4C526A with #524C6A are triadic colors.