COLOR #52494C

HEX: #52494C
RGB: (82,73,76)

Color info

#52494C contains red, green and blue colors in about the same proportion. Web safe color of #52494C is #663333 (or #633).

RGB color model

#52494C color RGB value is (82,73,76).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 76 of 255 = 30%

82
73
76

R + G + B ~ 30%. #52494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 76 = 231 (100%)
R 82 of 231 ~ 35.5%
G 73 of 231 ~ 31.6%
B 76 of 231 ~ 32.9%

%35.5
%31.6
%32.9

CMYK color model

#52494C color CMYK value is (0,11,7,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 7.32%
  • key color value is 67.84%
CMYK:
(0,11,7,68)
C0M11Y7K68 
(0%,11%,7%,68%)
(0.00/0.11/0.07/0.68)	

CMYK percentages

%0
%10.98
%7.32
%67.84

Codes

Color #52494C in popluar color models

52494C
RGB827376
HSL340°5.81%30.39%
HSB/HSV340°10.98%32.16%
CMYK0.00%10.98%7.32%
67.84%

Color #52494C in popluar number systems.

HEX52494C
Decimal827376
Binary101001010010011001100
Octal122111114

Shades and tints

Shades of #52494C

#52494C
(82,73,76)
#4B4346
(75,67,70)
#443D40
(68,61,64)
#3D373A
(61,55,58)
#363134
(54,49,52)
#2F2B2E
(47,43,46)
#282528
(40,37,40)
#211F22
(33,31,34)
#1A191C
(26,25,28)
#131316
(19,19,22)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #52494C

#52494C
(82,73,76)
#61595C
(97,89,92)
#70696C
(112,105,108)
#7F797C
(127,121,124)
#8E898C
(142,137,140)
#9D999C
(157,153,156)
#ACA9AC
(172,169,172)
#BBB9BC
(187,185,188)
#CAC9CC
(202,201,204)
#D9D9DC
(217,217,220)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52494C color. Also use rgb(82,73,76) instead hex code.

Text Font Color

.myTextColor { color: #52494C; }

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

This text font color is #52494C.


Background Color

.myBgColor { background-color: #52494C; }

<div style="background-color:#52494C">Inner text</div>

This div background color is #52494C.


Border color

.myBorderColor { border: 1px solid #52494C; }

<div style="border:3px solid #52494C">Div</div>

This div border color is #52494C.


Opacity

.myOpacity80 { color: #52494C; opacity: 0.8; }

<p style="color:#52494C;opacity:0.8;">80%</p>

Text with #52494C 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 #52494C;}

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

This text has shadow with #52494C color.

.textShadow {text-shadow: 3px 3px 1px #52494C, 3px 3px 1px red;}

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

This text has shadow with #52494C primary color and red secondary color.


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

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

This text has shadow with #52494C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52494C on black background.


Color preview on white background

This text has color #52494C on white background.



Black color preview on #52494C background

This text has black color on #52494C background.


White color preview on #52494C background

This text has white color on #52494C background.