COLOR #525A64

HEX: #525A64
RGB: (82,90,100)

Color info

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

RGB color model

#525A64 color RGB value is (82,90,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 100 of 255 = 39%

82
90
100

R + G + B ~ 35%. #525A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 100 = 272 (100%)
R 82 of 272 ~ 30.15%
G 90 of 272 ~ 33.09%
B 100 of 272 ~ 36.76%

%30.15
%33.09
%36.76

CMYK color model

#525A64 color CMYK value is (18,10,0,61).

  • cyan value is 18.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,10,0,61)
C18M10Y0K61 
(18%,10%,0%,61%)
(0.18/0.10/0.00/0.61)	

CMYK percentages

%18
%10
%0
%60.78

Codes

Color #525A64 in popluar color models

525A64
RGB8290100
HSL213°9.89%35.69%
HSB/HSV213°18.00%39.22%
CMYK18.00%10.00%0.00%
60.78%

Color #525A64 in popluar number systems.

HEX525A64
Decimal8290100
Binary101001010110101100100
Octal122132144

Shades and tints

Shades of #525A64

#525A64
(82,90,100)
#4B525B
(75,82,91)
#444A52
(68,74,82)
#3D4249
(61,66,73)
#363A40
(54,58,64)
#2F3237
(47,50,55)
#282A2E
(40,42,46)
#212225
(33,34,37)
#1A1A1C
(26,26,28)
#131213
(19,18,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #525A64

#525A64
(82,90,100)
#616972
(97,105,114)
#707880
(112,120,128)
#7F878E
(127,135,142)
#8E969C
(142,150,156)
#9DA5AA
(157,165,170)
#ACB4B8
(172,180,184)
#BBC3C6
(187,195,198)
#CAD2D4
(202,210,212)
#D9E1E2
(217,225,226)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A64; }

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

This text font color is #525A64.


Background Color

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

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

This div background color is #525A64.


Border color

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

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

This div border color is #525A64.


Opacity

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

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

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

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

This text has shadow with #525A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A64 on black background.


Color preview on white background

This text has color #525A64 on white background.



Black color preview on #525A64 background

This text has black color on #525A64 background.


White color preview on #525A64 background

This text has white color on #525A64 background.