COLOR #52574C

HEX: #52574C
RGB: (82,87,76)

Color info

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

RGB color model

#52574C color RGB value is (82,87,76).

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

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 76 of 255 = 30%

82
87
76

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

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 76 = 245 (100%)
R 82 of 245 ~ 33.47%
G 87 of 245 ~ 35.51%
B 76 of 245 ~ 31.02%

%33.47
%35.51
%31.02

CMYK color model

#52574C color CMYK value is (6,0,13,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(6,0,13,66)
C6M0Y13K66 
(6%,0%,13%,66%)
(0.06/0.00/0.13/0.66)	

CMYK percentages

%5.75
%0
%12.64
%65.88

Codes

Color #52574C in popluar color models

52574C
RGB828776
HSL87°6.75%31.96%
HSB/HSV87°12.64%34.12%
CMYK5.75%0.00%12.64%
65.88%

Color #52574C in popluar number systems.

HEX52574C
Decimal828776
Binary101001010101111001100
Octal122127114

Shades and tints

Shades of #52574C

#52574C
(82,87,76)
#4B5046
(75,80,70)
#444940
(68,73,64)
#3D423A
(61,66,58)
#363B34
(54,59,52)
#2F342E
(47,52,46)
#282D28
(40,45,40)
#212622
(33,38,34)
#1A1F1C
(26,31,28)
#131816
(19,24,22)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #52574C

#52574C
(82,87,76)
#61665C
(97,102,92)
#70756C
(112,117,108)
#7F847C
(127,132,124)
#8E938C
(142,147,140)
#9DA29C
(157,162,156)
#ACB1AC
(172,177,172)
#BBC0BC
(187,192,188)
#CACFCC
(202,207,204)
#D9DEDC
(217,222,220)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52574C; }

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

This text font color is #52574C.


Background Color

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

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

This div background color is #52574C.


Border color

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

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

This div border color is #52574C.


Opacity

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

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

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

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

This text has shadow with #52574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52574C on black background.


Color preview on white background

This text has color #52574C on white background.



Black color preview on #52574C background

This text has black color on #52574C background.


White color preview on #52574C background

This text has white color on #52574C background.