COLOR #52494F

HEX: #52494F
RGB: (82,73,79)

Color info

#52494F contains red, green and blue colors in about the same proportion. Web safe color of #52494F is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

82
73
79

R + G + B ~ 31%. #52494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 79 = 234 (100%)
R 82 of 234 ~ 35.04%
G 73 of 234 ~ 31.2%
B 79 of 234 ~ 33.76%

%35.04
%31.2
%33.76

CMYK color model

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

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

CMYK percentages

%0
%10.98
%3.66
%67.84

Codes

Color #52494F in popluar color models

52494F
RGB827379
HSL320°5.81%30.39%
HSB/HSV320°10.98%32.16%
CMYK0.00%10.98%3.66%
67.84%

Color #52494F in popluar number systems.

HEX52494F
Decimal827379
Binary101001010010011001111
Octal122111117

Shades and tints

Shades of #52494F

#52494F
(82,73,79)
#4B4348
(75,67,72)
#443D41
(68,61,65)
#3D373A
(61,55,58)
#363133
(54,49,51)
#2F2B2C
(47,43,44)
#282525
(40,37,37)
#211F1E
(33,31,30)
#1A1917
(26,25,23)
#131310
(19,19,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #52494F

#52494F
(82,73,79)
#61595F
(97,89,95)
#70696F
(112,105,111)
#7F797F
(127,121,127)
#8E898F
(142,137,143)
#9D999F
(157,153,159)
#ACA9AF
(172,169,175)
#BBB9BF
(187,185,191)
#CAC9CF
(202,201,207)
#D9D9DF
(217,217,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52494F; }

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

This text font color is #52494F.


Background Color

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

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

This div background color is #52494F.


Border color

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

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

This div border color is #52494F.


Opacity

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

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

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

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

This text has shadow with #52494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52494F on black background.


Color preview on white background

This text has color #52494F on white background.



Black color preview on #52494F background

This text has black color on #52494F background.


White color preview on #52494F background

This text has white color on #52494F background.