COLOR #52474F

HEX: #52474F
RGB: (82,71,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
71
79

R + G + B ~ 30%. #52474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 79 = 232 (100%)
R 82 of 232 ~ 35.34%
G 71 of 232 ~ 30.6%
B 79 of 232 ~ 34.05%

%35.34
%30.6
%34.05

CMYK color model

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

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

CMYK percentages

%0
%13.41
%3.66
%67.84

Codes

Color #52474F in popluar color models

52474F
RGB827179
HSL316°7.19%30.00%
HSB/HSV316°13.41%32.16%
CMYK0.00%13.41%3.66%
67.84%

Color #52474F in popluar number systems.

HEX52474F
Decimal827179
Binary101001010001111001111
Octal122107117

Shades and tints

Shades of #52474F

#52474F
(82,71,79)
#4B4148
(75,65,72)
#443B41
(68,59,65)
#3D353A
(61,53,58)
#362F33
(54,47,51)
#2F292C
(47,41,44)
#282325
(40,35,37)
#211D1E
(33,29,30)
#1A1717
(26,23,23)
#131110
(19,17,16)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #52474F

#52474F
(82,71,79)
#61575F
(97,87,95)
#70676F
(112,103,111)
#7F777F
(127,119,127)
#8E878F
(142,135,143)
#9D979F
(157,151,159)
#ACA7AF
(172,167,175)
#BBB7BF
(187,183,191)
#CAC7CF
(202,199,207)
#D9D7DF
(217,215,223)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52474F; }

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

This text font color is #52474F.


Background Color

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

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

This div background color is #52474F.


Border color

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

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

This div border color is #52474F.


Opacity

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

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

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

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

This text has shadow with #52474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52474F on black background.


Color preview on white background

This text has color #52474F on white background.



Black color preview on #52474F background

This text has black color on #52474F background.


White color preview on #52474F background

This text has white color on #52474F background.