COLOR #525C5A

HEX: #525C5A
RGB: (82,92,90)

Color info

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

RGB color model

#525C5A color RGB value is (82,92,90).

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

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 90 of 255 = 35%

82
92
90

R + G + B ~ 34%. #525C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 90 = 264 (100%)
R 82 of 264 ~ 31.06%
G 92 of 264 ~ 34.85%
B 90 of 264 ~ 34.09%

%31.06
%34.85
%34.09

CMYK color model

#525C5A color CMYK value is (11,0,2,64).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(11,0,2,64)
C11M0Y2K64 
(11%,0%,2%,64%)
(0.11/0.00/0.02/0.64)	

CMYK percentages

%10.87
%0
%2.17
%63.92

Codes

Color #525C5A in popluar color models

525C5A
RGB829290
HSL168°5.75%34.12%
HSB/HSV168°10.87%36.08%
CMYK10.87%0.00%2.17%
63.92%

Color #525C5A in popluar number systems.

HEX525C5A
Decimal829290
Binary101001010111001011010
Octal122134132

Shades and tints

Shades of #525C5A

#525C5A
(82,92,90)
#4B5452
(75,84,82)
#444C4A
(68,76,74)
#3D4442
(61,68,66)
#363C3A
(54,60,58)
#2F3432
(47,52,50)
#282C2A
(40,44,42)
#212422
(33,36,34)
#1A1C1A
(26,28,26)
#131412
(19,20,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #525C5A

#525C5A
(82,92,90)
#616A69
(97,106,105)
#707878
(112,120,120)
#7F8687
(127,134,135)
#8E9496
(142,148,150)
#9DA2A5
(157,162,165)
#ACB0B4
(172,176,180)
#BBBEC3
(187,190,195)
#CACCD2
(202,204,210)
#D9DAE1
(217,218,225)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C5A; }

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

This text font color is #525C5A.


Background Color

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

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

This div background color is #525C5A.


Border color

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

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

This div border color is #525C5A.


Opacity

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

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

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

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

This text has shadow with #525C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C5A on black background.


Color preview on white background

This text has color #525C5A on white background.



Black color preview on #525C5A background

This text has black color on #525C5A background.


White color preview on #525C5A background

This text has white color on #525C5A background.