COLOR #52574E

HEX: #52574E
RGB: (82,87,78)

Color info

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

RGB color model

#52574E color RGB value is (82,87,78).

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

RGB channels and saturation

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

82
87
78

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

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 78 = 247 (100%)
R 82 of 247 ~ 33.2%
G 87 of 247 ~ 35.22%
B 78 of 247 ~ 31.58%

%33.2
%35.22
%31.58

CMYK color model

#52574E color CMYK value is (6,0,10,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK: (6,0,10,66) C6M0Y10K66 (6%,0%,10%,66%) (0.06/0.00/0.10/0.66)

CMYK percentages

%5.75
%0
%10.34
%65.88

Codes

Color #52574E in popluar color models

52574E
RGB828778
HSL93°5.45%32.35%
HSB/HSV93°10.34%34.12%
CMYK5.75%0.00%10.34%
65.88%

Color #52574E in popluar number systems.

HEX52574E
Decimal828778
Binary101001010101111001110
Octal122127116

Shades and tints

Shades of #52574E

#52574E
(82,87,78)
#4B5047
(75,80,71)
#444940
(68,73,64)
#3D4239
(61,66,57)
#363B32
(54,59,50)
#2F342B
(47,52,43)
#282D24
(40,45,36)
#21261D
(33,38,29)
#1A1F16
(26,31,22)
#13180F
(19,24,15)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #52574E

#52574E
(82,87,78)
#61665E
(97,102,94)
#70756E
(112,117,110)
#7F847E
(127,132,126)
#8E938E
(142,147,142)
#9DA29E
(157,162,158)
#ACB1AE
(172,177,174)
#BBC0BE
(187,192,190)
#CACFCE
(202,207,206)
#D9DEDE
(217,222,222)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52574E; }

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

This text font color is #52574E.


Background Color

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

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

This div background color is #52574E.


Border color

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

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

This div border color is #52574E.


Opacity

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

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

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

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

This text has shadow with #52574E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #52574E on black background.


Color preview on white background

This text has color #52574E on white background.



Black color preview on #52574E background

This text has black color on #52574E background.


White color preview on #52574E background

This text has white color on #52574E background.