COLOR #52504A

HEX: #52504A
RGB: (82,80,74)

Color info

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

RGB color model

#52504A color RGB value is (82,80,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 74 of 255 = 29%

82
80
74

R + G + B ~ 31%. #52504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 74 = 236 (100%)
R 82 of 236 ~ 34.75%
G 80 of 236 ~ 33.9%
B 74 of 236 ~ 31.36%

%34.75
%33.9
%31.36

CMYK color model

#52504A color CMYK value is (0,2,10,68).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,2,10,68)
C0M2Y10K68 
(0%,2%,10%,68%)
(0.00/0.02/0.10/0.68)	

CMYK percentages

%0
%2.44
%9.76
%67.84

Codes

Color #52504A in popluar color models

52504A
RGB828074
HSL45°5.13%30.59%
HSB/HSV45°9.76%32.16%
CMYK0.00%2.44%9.76%
67.84%

Color #52504A in popluar number systems.

HEX52504A
Decimal828074
Binary101001010100001001010
Octal122120112

Shades and tints

Shades of #52504A

#52504A
(82,80,74)
#4B4944
(75,73,68)
#44423E
(68,66,62)
#3D3B38
(61,59,56)
#363432
(54,52,50)
#2F2D2C
(47,45,44)
#282626
(40,38,38)
#211F20
(33,31,32)
#1A181A
(26,24,26)
#131114
(19,17,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #52504A

#52504A
(82,80,74)
#615F5A
(97,95,90)
#706E6A
(112,110,106)
#7F7D7A
(127,125,122)
#8E8C8A
(142,140,138)
#9D9B9A
(157,155,154)
#ACAAAA
(172,170,170)
#BBB9BA
(187,185,186)
#CAC8CA
(202,200,202)
#D9D7DA
(217,215,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52504A color. Also use rgb(82,80,74) instead hex code.

Text Font Color

.myTextColor { color: #52504A; }

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

This text font color is #52504A.


Background Color

.myBgColor { background-color: #52504A; }

<div style="background-color:#52504A">Inner text</div>

This div background color is #52504A.


Border color

.myBorderColor { border: 1px solid #52504A; }

<div style="border:3px solid #52504A">Div</div>

This div border color is #52504A.


Opacity

.myOpacity80 { color: #52504A; opacity: 0.8; }

<p style="color:#52504A;opacity:0.8;">80%</p>

Text with #52504A 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 #52504A;}

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

This text has shadow with #52504A color.

.textShadow {text-shadow: 3px 3px 1px #52504A, 3px 3px 1px red;}

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

This text has shadow with #52504A primary color and red secondary color.


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

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

This text has shadow with #52504A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52504A on black background.


Color preview on white background

This text has color #52504A on white background.



Black color preview on #52504A background

This text has black color on #52504A background.


White color preview on #52504A background

This text has white color on #52504A background.