COLOR #525A6C

HEX: #525A6C
RGB: (82,90,108)

Color info

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

RGB color model

#525A6C color RGB value is (82,90,108).

  • red value is 82;
  • green value is 90;
  • blue value is 108.
RGB:
(82,90,108)
(32%,35%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 108 of 255 = 42%

82
90
108

R + G + B ~ 36%. #525A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 108 = 280 (100%)
R 82 of 280 ~ 29.29%
G 90 of 280 ~ 32.14%
B 108 of 280 ~ 38.57%

%29.29
%32.14
%38.57

CMYK color model

#525A6C color CMYK value is (24,17,0,58).

  • cyan value is 24.07%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(24,17,0,58)
C24M17Y0K58 
(24%,17%,0%,58%)
(0.24/0.17/0.00/0.58)	

CMYK percentages

%24.07
%16.67
%0
%57.65

Codes

Color #525A6C in popluar color models

525A6C
RGB8290108
HSL222°13.68%37.25%
HSB/HSV222°24.07%42.35%
CMYK24.07%16.67%0.00%
57.65%

Color #525A6C in popluar number systems.

HEX525A6C
Decimal8290108
Binary101001010110101101100
Octal122132154

Shades and tints

Shades of #525A6C

#525A6C
(82,90,108)
#4B5263
(75,82,99)
#444A5A
(68,74,90)
#3D4251
(61,66,81)
#363A48
(54,58,72)
#2F323F
(47,50,63)
#282A36
(40,42,54)
#21222D
(33,34,45)
#1A1A24
(26,26,36)
#13121B
(19,18,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #525A6C

#525A6C
(82,90,108)
#616979
(97,105,121)
#707886
(112,120,134)
#7F8793
(127,135,147)
#8E96A0
(142,150,160)
#9DA5AD
(157,165,173)
#ACB4BA
(172,180,186)
#BBC3C7
(187,195,199)
#CAD2D4
(202,210,212)
#D9E1E1
(217,225,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A6C; }

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

This text font color is #525A6C.


Background Color

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

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

This div background color is #525A6C.


Border color

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

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

This div border color is #525A6C.


Opacity

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

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

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

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

This text has shadow with #525A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A6C on black background.


Color preview on white background

This text has color #525A6C on white background.



Black color preview on #525A6C background

This text has black color on #525A6C background.


White color preview on #525A6C background

This text has white color on #525A6C background.