COLOR #525D64

HEX: #525D64
RGB: (82,93,100)

Color info

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

RGB color model

#525D64 color RGB value is (82,93,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 100 of 255 = 39%

82
93
100

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

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 100 = 275 (100%)
R 82 of 275 ~ 29.82%
G 93 of 275 ~ 33.82%
B 100 of 275 ~ 36.36%

%29.82
%33.82
%36.36

CMYK color model

#525D64 color CMYK value is (18,7,0,61).

  • cyan value is 18.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,7,0,61)
C18M7Y0K61 
(18%,7%,0%,61%)
(0.18/0.07/0.00/0.61)	

CMYK percentages

%18
%7
%0
%60.78

Codes

Color #525D64 in popluar color models

525D64
RGB8293100
HSL203°9.89%35.69%
HSB/HSV203°18.00%39.22%
CMYK18.00%7.00%0.00%
60.78%

Color #525D64 in popluar number systems.

HEX525D64
Decimal8293100
Binary101001010111011100100
Octal122135144

Shades and tints

Shades of #525D64

#525D64
(82,93,100)
#4B555B
(75,85,91)
#444D52
(68,77,82)
#3D4549
(61,69,73)
#363D40
(54,61,64)
#2F3537
(47,53,55)
#282D2E
(40,45,46)
#212525
(33,37,37)
#1A1D1C
(26,29,28)
#131513
(19,21,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #525D64

#525D64
(82,93,100)
#616B72
(97,107,114)
#707980
(112,121,128)
#7F878E
(127,135,142)
#8E959C
(142,149,156)
#9DA3AA
(157,163,170)
#ACB1B8
(172,177,184)
#BBBFC6
(187,191,198)
#CACDD4
(202,205,212)
#D9DBE2
(217,219,226)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D64; }

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

This text font color is #525D64.


Background Color

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

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

This div background color is #525D64.


Border color

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

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

This div border color is #525D64.


Opacity

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

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

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

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

This text has shadow with #525D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D64 on black background.


Color preview on white background

This text has color #525D64 on white background.



Black color preview on #525D64 background

This text has black color on #525D64 background.


White color preview on #525D64 background

This text has white color on #525D64 background.