COLOR #52524F

HEX: #52524F
RGB: (82,82,79)

Color info

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

RGB color model

#52524F color RGB value is (82,82,79).

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

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 79 of 255 = 31%

82
82
79

R + G + B ~ 32%. #52524F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 79 = 243 (100%)
R 82 of 243 ~ 33.74%
G 82 of 243 ~ 33.74%
B 79 of 243 ~ 32.51%

%33.74
%33.74
%32.51

CMYK color model

#52524F color CMYK value is (0,0,4,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(0,0,4,68)
C0M0Y4K68 
(0%,0%,4%,68%)
(0.00/0.00/0.04/0.68)	

CMYK percentages

%0
%0
%3.66
%67.84

Codes

Color #52524F in popluar color models

52524F
RGB828279
HSL60°1.86%31.57%
HSB/HSV60°3.66%32.16%
CMYK0.00%0.00%3.66%
67.84%

Color #52524F in popluar number systems.

HEX52524F
Decimal828279
Binary101001010100101001111
Octal122122117

Shades and tints

Shades of #52524F

#52524F
(82,82,79)
#4B4B48
(75,75,72)
#444441
(68,68,65)
#3D3D3A
(61,61,58)
#363633
(54,54,51)
#2F2F2C
(47,47,44)
#282825
(40,40,37)
#21211E
(33,33,30)
#1A1A17
(26,26,23)
#131310
(19,19,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #52524F

#52524F
(82,82,79)
#61615F
(97,97,95)
#70706F
(112,112,111)
#7F7F7F
(127,127,127)
#8E8E8F
(142,142,143)
#9D9D9F
(157,157,159)
#ACACAF
(172,172,175)
#BBBBBF
(187,187,191)
#CACACF
(202,202,207)
#D9D9DF
(217,217,223)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52524F; }

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

This text font color is #52524F.


Background Color

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

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

This div background color is #52524F.


Border color

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

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

This div border color is #52524F.


Opacity

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

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

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

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

This text has shadow with #52524F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52524F on black background.


Color preview on white background

This text has color #52524F on white background.



Black color preview on #52524F background

This text has black color on #52524F background.


White color preview on #52524F background

This text has white color on #52524F background.