COLOR #525A76

HEX: #525A76
RGB: (82,90,118)

Color info

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

RGB color model

#525A76 color RGB value is (82,90,118).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 118 of 255 = 46%

82
90
118

R + G + B ~ 38%. #525A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 118 = 290 (100%)
R 82 of 290 ~ 28.28%
G 90 of 290 ~ 31.03%
B 118 of 290 ~ 40.69%

%28.28
%31.03
%40.69

CMYK color model

#525A76 color CMYK value is (31,24,0,54).

  • cyan value is 30.51%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,24,0,54)
C31M24Y0K54 
(31%,24%,0%,54%)
(0.31/0.24/0.00/0.54)	

CMYK percentages

%30.51
%23.73
%0
%53.73

Codes

Color #525A76 in popluar color models

525A76
RGB8290118
HSL227°18.00%39.22%
HSB/HSV227°30.51%46.27%
CMYK30.51%23.73%0.00%
53.73%

Color #525A76 in popluar number systems.

HEX525A76
Decimal8290118
Binary101001010110101110110
Octal122132166

Shades and tints

Shades of #525A76

#525A76
(82,90,118)
#4B526C
(75,82,108)
#444A62
(68,74,98)
#3D4258
(61,66,88)
#363A4E
(54,58,78)
#2F3244
(47,50,68)
#282A3A
(40,42,58)
#212230
(33,34,48)
#1A1A26
(26,26,38)
#13121C
(19,18,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #525A76

#525A76
(82,90,118)
#616982
(97,105,130)
#70788E
(112,120,142)
#7F879A
(127,135,154)
#8E96A6
(142,150,166)
#9DA5B2
(157,165,178)
#ACB4BE
(172,180,190)
#BBC3CA
(187,195,202)
#CAD2D6
(202,210,214)
#D9E1E2
(217,225,226)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A76; }

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

This text font color is #525A76.


Background Color

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

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

This div background color is #525A76.


Border color

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

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

This div border color is #525A76.


Opacity

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

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

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

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

This text has shadow with #525A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A76 on black background.


Color preview on white background

This text has color #525A76 on white background.



Black color preview on #525A76 background

This text has black color on #525A76 background.


White color preview on #525A76 background

This text has white color on #525A76 background.