COLOR #52525F

HEX: #52525F
RGB: (82,82,95)

Color info

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

RGB color model

#52525F color RGB value is (82,82,95).

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

RGB channels and saturation

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

82
82
95

R + G + B ~ 34%. #52525F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 95 = 259 (100%)
R 82 of 259 ~ 31.66%
G 82 of 259 ~ 31.66%
B 95 of 259 ~ 36.68%

%31.66
%31.66
%36.68

CMYK color model

#52525F color CMYK value is (14,14,0,63).

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

CMYK percentages

%13.68
%13.68
%0
%62.75

Codes

Color #52525F in popluar color models

52525F
RGB828295
HSL240°7.34%34.71%
HSB/HSV240°13.68%37.25%
CMYK13.68%13.68%0.00%
62.75%

Color #52525F in popluar number systems.

HEX52525F
Decimal828295
Binary101001010100101011111
Octal122122137

Shades and tints

Shades of #52525F

#52525F
(82,82,95)
#4B4B57
(75,75,87)
#44444F
(68,68,79)
#3D3D47
(61,61,71)
#36363F
(54,54,63)
#2F2F37
(47,47,55)
#28282F
(40,40,47)
#212127
(33,33,39)
#1A1A1F
(26,26,31)
#131317
(19,19,23)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #52525F

#52525F
(82,82,95)
#61616D
(97,97,109)
#70707B
(112,112,123)
#7F7F89
(127,127,137)
#8E8E97
(142,142,151)
#9D9DA5
(157,157,165)
#ACACB3
(172,172,179)
#BBBBC1
(187,187,193)
#CACACF
(202,202,207)
#D9D9DD
(217,217,221)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52525F; }

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

This text font color is #52525F.


Background Color

.myBgColor { background-color: #52525F; }

<div style="background-color:#52525F">Inner text</div>

This div background color is #52525F.


Border color

.myBorderColor { border: 1px solid #52525F; }

<div style="border:3px solid #52525F">Div</div>

This div border color is #52525F.


Opacity

.myOpacity80 { color: #52525F; opacity: 0.8; }

<p style="color:#52525F;opacity:0.8;">80%</p>

Text with #52525F 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 #52525F;}

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

This text has shadow with #52525F color.

.textShadow {text-shadow: 3px 3px 1px #52525F, 3px 3px 1px red;}

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

This text has shadow with #52525F primary color and red secondary color.


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

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

This text has shadow with #52525F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52525F on black background.


Color preview on white background

This text has color #52525F on white background.



Black color preview on #52525F background

This text has black color on #52525F background.


White color preview on #52525F background

This text has white color on #52525F background.