COLOR #525C6C

HEX: #525C6C RGB: (82,92,108)

Color info

#525C6C contains red, green and blue colors in about the same proportion. Web safe color of #525C6C is #666666 (or #666).

RGB color model

#525C6C color RGB value is (82,92,108).

RGB: (82,92,108) (32%, 36%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 108 of 255 = 42%

82
92
108

R + G + B ~ 37%. #525C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 92 + 108 = 282 (100%)
R 82 of 282 ~ 29.08%
G 92 of 282 ~ 32.62%
B 108 of 282 ~ 38.3'%

%29.08
%32.62
%38.3

CMYK color model

#525C6C color CMYK value is (24,15,0,58).

  • cyan value is 24.07%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (24,15,0,58)
C24M15Y0K58 (24%, 15%, 0%, 58%)
(0.24 / 0.15 / 0.00 / 0.58)

CMYK percentages

%24.07
%14.81
%0
%57.65

Codes

Color #525C6C in popluar color models

52 5C 6C
RGB 82 92 108
HSL 217° 13.68% 37.25%
HSB/HSV 217° 24.07% 42.35%
CMYK 24.07% 14.81% 0.00%
57.65%

Color #525C6C in popluar number systems.

HEX 52 5C 6C
Decimal 82 92 108
Binary 1010010 1011100 1101100
Octal 122 134 154

Shades and tints

Shades of #525C6C

#525C6C
(82,92,108)
#4B5463
(75,84,99)
#444C5A
(68,76,90)
#3D4451
(61,68,81)
#363C48
(54,60,72)
#2F343F
(47,52,63)
#282C36
(40,44,54)
#21242D
(33,36,45)
#1A1C24
(26,28,36)
#13141B
(19,20,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #525C6C

#525C6C
(82,92,108)
#616A79
(97,106,121)
#707886
(112,120,134)
#7F8693
(127,134,147)
#8E94A0
(142,148,160)
#9DA2AD
(157,162,173)
#ACB0BA
(172,176,186)
#BBBEC7
(187,190,199)
#CACCD4
(202,204,212)
#D9DAE1
(217,218,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525C6C color. Also use rgb(82,92,108) instead hex code.

Text Font Color

.myTextColor { color: #525C6C; }

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

This text font color is #525C6C.

Background Color

.myBgColor { background-color: #525C6C; }

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

This div background color is #525C6C.

Border color

.myBorderColor { border: 1px solid #525C6C; }

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

This div border color is #525C6C.

Opacity

.myOpacity80 { color: #525C6C; opacity: 0.8; }

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

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

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

This text has shadow with #525C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525C6C.

Preview

Color preview on black background

This text has color #525C6C on black background.


Color preview on white background

This text has color #525C6C on white background.


Black color preview on #525C6C background

This text has black color on #525C6C background.


White color preview on #525C6C background

This text has white color on #525C6C background.


Related colors

Complementary color

Complementary color for #hex is #ADA393.


I love getcolorcode.com

Triadic colors

1 #6C525C and #5C6C52 with #525C6C are triadic colors.

2 #6C5C52 and #5C526C with #525C6C are triadic colors.