COLOR #525A5E

HEX: #525A5E
RGB: (82,90,94)

Color info

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

RGB color model

#525A5E color RGB value is (82,90,94).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 94 of 255 = 37%

82
90
94

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

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 94 = 266 (100%)
R 82 of 266 ~ 30.83%
G 90 of 266 ~ 33.83%
B 94 of 266 ~ 35.34%

%30.83
%33.83
%35.34

CMYK color model

#525A5E color CMYK value is (13,4,0,63).

  • cyan value is 12.77%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(13,4,0,63)
C13M4Y0K63 
(13%,4%,0%,63%)
(0.13/0.04/0.00/0.63)	

CMYK percentages

%12.77
%4.26
%0
%63.14

Codes

Color #525A5E in popluar color models

525A5E
RGB829094
HSL200°6.82%34.51%
HSB/HSV200°12.77%36.86%
CMYK12.77%4.26%0.00%
63.14%

Color #525A5E in popluar number systems.

HEX525A5E
Decimal829094
Binary101001010110101011110
Octal122132136

Shades and tints

Shades of #525A5E

#525A5E
(82,90,94)
#4B5256
(75,82,86)
#444A4E
(68,74,78)
#3D4246
(61,66,70)
#363A3E
(54,58,62)
#2F3236
(47,50,54)
#282A2E
(40,42,46)
#212226
(33,34,38)
#1A1A1E
(26,26,30)
#131216
(19,18,22)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #525A5E

#525A5E
(82,90,94)
#61696C
(97,105,108)
#70787A
(112,120,122)
#7F8788
(127,135,136)
#8E9696
(142,150,150)
#9DA5A4
(157,165,164)
#ACB4B2
(172,180,178)
#BBC3C0
(187,195,192)
#CAD2CE
(202,210,206)
#D9E1DC
(217,225,220)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A5E; }

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

This text font color is #525A5E.


Background Color

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

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

This div background color is #525A5E.


Border color

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

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

This div border color is #525A5E.


Opacity

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

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

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

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

This text has shadow with #525A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A5E on black background.


Color preview on white background

This text has color #525A5E on white background.



Black color preview on #525A5E background

This text has black color on #525A5E background.


White color preview on #525A5E background

This text has white color on #525A5E background.