COLOR #52524D

HEX: #52524D
RGB: (82,82,77)

Color info

#52524D contains red, green and blue colors in about the same proportion. Web safe color of #52524D is #666633 (or #663).

RGB color model

#52524D color RGB value is (82,82,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 77 of 255 = 30%

82
82
77

R + G + B ~ 31%. #52524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 77 = 241 (100%)
R 82 of 241 ~ 34.02%
G 82 of 241 ~ 34.02%
B 77 of 241 ~ 31.95%

%34.02
%34.02
%31.95

CMYK color model

#52524D color CMYK value is (0,0,6,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,0,6,68)
C0M0Y6K68 
(0%,0%,6%,68%)
(0.00/0.00/0.06/0.68)	

CMYK percentages

%0
%0
%6.1
%67.84

Codes

Color #52524D in popluar color models

52524D
RGB828277
HSL60°3.14%31.18%
HSB/HSV60°6.10%32.16%
CMYK0.00%0.00%6.10%
67.84%

Color #52524D in popluar number systems.

HEX52524D
Decimal828277
Binary101001010100101001101
Octal122122115

Shades and tints

Shades of #52524D

#52524D
(82,82,77)
#4B4B46
(75,75,70)
#44443F
(68,68,63)
#3D3D38
(61,61,56)
#363631
(54,54,49)
#2F2F2A
(47,47,42)
#282823
(40,40,35)
#21211C
(33,33,28)
#1A1A15
(26,26,21)
#13130E
(19,19,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #52524D

#52524D
(82,82,77)
#61615D
(97,97,93)
#70706D
(112,112,109)
#7F7F7D
(127,127,125)
#8E8E8D
(142,142,141)
#9D9D9D
(157,157,157)
#ACACAD
(172,172,173)
#BBBBBD
(187,187,189)
#CACACD
(202,202,205)
#D9D9DD
(217,217,221)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52524D; }

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

This text font color is #52524D.


Background Color

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

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

This div background color is #52524D.


Border color

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

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

This div border color is #52524D.


Opacity

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

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

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

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

This text has shadow with #52524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52524D on black background.


Color preview on white background

This text has color #52524D on white background.



Black color preview on #52524D background

This text has black color on #52524D background.


White color preview on #52524D background

This text has white color on #52524D background.