COLOR #52574F

HEX: #52574F RGB: (82,87,79)

Color info

#52574F contains red, green and blue colors in about the same proportion. Web safe color of #52574F is #666666 (or #666).

RGB color model

#52574F color RGB value is (82,87,79).

RGB: (82,87,79) (32%, 34%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 79 of 255 = 31%

82
87
79

R + G + B ~ 32%. #52574F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 87 + 79 = 248 (100%)
R 82 of 248 ~ 33.06%
G 87 of 248 ~ 35.08%
B 79 of 248 ~ 31.85'%

%33.06
%35.08
%31.85

CMYK color model

#52574F color CMYK value is (6,0,9,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%

CMYK: (6,0,9,66)
C6M0Y9K66 (6%, 0%, 9%, 66%)
(0.06 / 0.00 / 0.09 / 0.66)

CMYK percentages

%5.75
%0
%9.2
%65.88

Codes

Color #52574F in popluar color models

52 57 4F
RGB 82 87 79
HSL 98° 4.82% 32.55%
HSB/HSV 98° 9.20% 34.12%
CMYK 5.75% 0.00% 9.20%
65.88%

Color #52574F in popluar number systems.

HEX 52 57 4F
Decimal 82 87 79
Binary 1010010 1010111 1001111
Octal 122 127 117

Shades and tints

Shades of #52574F

#52574F
(82,87,79)
#4B5048
(75,80,72)
#444941
(68,73,65)
#3D423A
(61,66,58)
#363B33
(54,59,51)
#2F342C
(47,52,44)
#282D25
(40,45,37)
#21261E
(33,38,30)
#1A1F17
(26,31,23)
#131810
(19,24,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #52574F

#52574F
(82,87,79)
#61665F
(97,102,95)
#70756F
(112,117,111)
#7F847F
(127,132,127)
#8E938F
(142,147,143)
#9DA29F
(157,162,159)
#ACB1AF
(172,177,175)
#BBC0BF
(187,192,191)
#CACFCF
(202,207,207)
#D9DEDF
(217,222,223)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52574F; }

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

This text font color is #52574F.

Background Color

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

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

This div background color is #52574F.

Border color

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

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

This div border color is #52574F.

Opacity

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

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

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

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

This text has shadow with #52574F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52574F.

Preview

Color preview on black background

This text has color #52574F on black background.


Color preview on white background

This text has color #52574F on white background.


Black color preview on #52574F background

This text has black color on #52574F background.


White color preview on #52574F background

This text has white color on #52574F background.


Related colors

Complementary color

Complementary color for #hex is #ADA8B0.


I love getcolorcode.com

Triadic colors

1 #4F5257 and #574F52 with #52574F are triadic colors.

2 #4F5752 and #57524F with #52574F are triadic colors.