COLOR #525B60

HEX: #525B60
RGB: (82,91,96)

Color info

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

RGB color model

#525B60 color RGB value is (82,91,96).

  • red value is 82;
  • green value is 91;
  • blue value is 96.
RGB:
(82,91,96)
(32%,36%,38%)

RGB channels and saturation

R 82 of 255 = 32%
G 91 of 255 = 36%
B 96 of 255 = 38%

82
91
96

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

Portions of RGB colors in percentages

R + G + B =
82 + 91 + 96 = 269 (100%)
R 82 of 269 ~ 30.48%
G 91 of 269 ~ 33.83%
B 96 of 269 ~ 35.69%

%30.48
%33.83
%35.69

CMYK color model

#525B60 color CMYK value is (15,5,0,62).

  • cyan value is 14.58%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(15,5,0,62)
C15M5Y0K62 
(15%,5%,0%,62%)
(0.15/0.05/0.00/0.62)	

CMYK percentages

%14.58
%5.21
%0
%62.35

Codes

Color #525B60 in popluar color models

525B60
RGB829196
HSL201°7.87%34.90%
HSB/HSV201°14.58%37.65%
CMYK14.58%5.21%0.00%
62.35%

Color #525B60 in popluar number systems.

HEX525B60
Decimal829196
Binary101001010110111100000
Octal122133140

Shades and tints

Shades of #525B60

#525B60
(82,91,96)
#4B5358
(75,83,88)
#444B50
(68,75,80)
#3D4348
(61,67,72)
#363B40
(54,59,64)
#2F3338
(47,51,56)
#282B30
(40,43,48)
#212328
(33,35,40)
#1A1B20
(26,27,32)
#131318
(19,19,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #525B60

#525B60
(82,91,96)
#61696E
(97,105,110)
#70777C
(112,119,124)
#7F858A
(127,133,138)
#8E9398
(142,147,152)
#9DA1A6
(157,161,166)
#ACAFB4
(172,175,180)
#BBBDC2
(187,189,194)
#CACBD0
(202,203,208)
#D9D9DE
(217,217,222)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525B60 color. Also use rgb(82,91,96) instead hex code.

Text Font Color

.myTextColor { color: #525B60; }

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

This text font color is #525B60.


Background Color

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

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

This div background color is #525B60.


Border color

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

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

This div border color is #525B60.


Opacity

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

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

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

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

This text has shadow with #525B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525B60 on black background.


Color preview on white background

This text has color #525B60 on white background.



Black color preview on #525B60 background

This text has black color on #525B60 background.


White color preview on #525B60 background

This text has white color on #525B60 background.