COLOR #525F79

HEX: #525F79
RGB: (82,95,121)

Color info

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

RGB color model

#525F79 color RGB value is (82,95,121).

  • red value is 82;
  • green value is 95;
  • blue value is 121.
RGB:
(82,95,121)
(32%,37%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 95 of 255 = 37%
B 121 of 255 = 47%

82
95
121

R + G + B ~ 39%. #525F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 95 + 121 = 298 (100%)
R 82 of 298 ~ 27.52%
G 95 of 298 ~ 31.88%
B 121 of 298 ~ 40.6%

%27.52
%31.88
%40.6

CMYK color model

#525F79 color CMYK value is (32,21,0,53).

  • cyan value is 32.23%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,21,0,53)
C32M21Y0K53 
(32%,21%,0%,53%)
(0.32/0.21/0.00/0.53)	

CMYK percentages

%32.23
%21.49
%0
%52.55

Codes

Color #525F79 in popluar color models

525F79
RGB8295121
HSL220°19.21%39.80%
HSB/HSV220°32.23%47.45%
CMYK32.23%21.49%0.00%
52.55%

Color #525F79 in popluar number systems.

HEX525F79
Decimal8295121
Binary101001010111111111001
Octal122137171

Shades and tints

Shades of #525F79

#525F79
(82,95,121)
#4B576E
(75,87,110)
#444F63
(68,79,99)
#3D4758
(61,71,88)
#363F4D
(54,63,77)
#2F3742
(47,55,66)
#282F37
(40,47,55)
#21272C
(33,39,44)
#1A1F21
(26,31,33)
#131716
(19,23,22)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #525F79

#525F79
(82,95,121)
#616D85
(97,109,133)
#707B91
(112,123,145)
#7F899D
(127,137,157)
#8E97A9
(142,151,169)
#9DA5B5
(157,165,181)
#ACB3C1
(172,179,193)
#BBC1CD
(187,193,205)
#CACFD9
(202,207,217)
#D9DDE5
(217,221,229)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525F79 color. Also use rgb(82,95,121) instead hex code.

Text Font Color

.myTextColor { color: #525F79; }

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

This text font color is #525F79.


Background Color

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

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

This div background color is #525F79.


Border color

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

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

This div border color is #525F79.


Opacity

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

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

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

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

This text has shadow with #525F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525F79 on black background.


Color preview on white background

This text has color #525F79 on white background.



Black color preview on #525F79 background

This text has black color on #525F79 background.


White color preview on #525F79 background

This text has white color on #525F79 background.