COLOR #525F5C

HEX: #525F5C
RGB: (82,95,92)

Color info

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

RGB color model

#525F5C color RGB value is (82,95,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 95 of 255 = 37%
B 92 of 255 = 36%

82
95
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 95 + 92 = 269 (100%)
R 82 of 269 ~ 30.48%
G 95 of 269 ~ 35.32%
B 92 of 269 ~ 34.2%

%30.48
%35.32
%34.2

CMYK color model

#525F5C color CMYK value is (14,0,3,63).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(14,0,3,63)
C14M0Y3K63 
(14%,0%,3%,63%)
(0.14/0.00/0.03/0.63)	

CMYK percentages

%13.68
%0
%3.16
%62.75

Codes

Color #525F5C in popluar color models

525F5C
RGB829592
HSL166°7.34%34.71%
HSB/HSV166°13.68%37.25%
CMYK13.68%0.00%3.16%
62.75%

Color #525F5C in popluar number systems.

HEX525F5C
Decimal829592
Binary101001010111111011100
Octal122137134

Shades and tints

Shades of #525F5C

#525F5C
(82,95,92)
#4B5754
(75,87,84)
#444F4C
(68,79,76)
#3D4744
(61,71,68)
#363F3C
(54,63,60)
#2F3734
(47,55,52)
#282F2C
(40,47,44)
#212724
(33,39,36)
#1A1F1C
(26,31,28)
#131714
(19,23,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #525F5C

#525F5C
(82,95,92)
#616D6A
(97,109,106)
#707B78
(112,123,120)
#7F8986
(127,137,134)
#8E9794
(142,151,148)
#9DA5A2
(157,165,162)
#ACB3B0
(172,179,176)
#BBC1BE
(187,193,190)
#CACFCC
(202,207,204)
#D9DDDA
(217,221,218)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525F5C; }

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

This text font color is #525F5C.


Background Color

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

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

This div background color is #525F5C.


Border color

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

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

This div border color is #525F5C.


Opacity

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

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

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

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

This text has shadow with #525F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525F5C on black background.


Color preview on white background

This text has color #525F5C on white background.



Black color preview on #525F5C background

This text has black color on #525F5C background.


White color preview on #525F5C background

This text has white color on #525F5C background.