COLOR #57524E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
82
78

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

Portions of RGB colors in percentages

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

%35.22
%33.2
%31.58

CMYK color model

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

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

CMYK percentages

%0
%5.75
%10.34
%65.88

Codes

Color #57524E in popluar color models

57524E
RGB878278
HSL27°5.45%32.35%
HSB/HSV27°10.34%34.12%
CMYK0.00%5.75%10.34%
65.88%

Color #57524E in popluar number systems.

HEX57524E
Decimal878278
Binary101011110100101001110
Octal127122116

Shades and tints

Shades of #57524E

#57524E
(87,82,78)
#504B47
(80,75,71)
#494440
(73,68,64)
#423D39
(66,61,57)
#3B3632
(59,54,50)
#342F2B
(52,47,43)
#2D2824
(45,40,36)
#26211D
(38,33,29)
#1F1A16
(31,26,22)
#18130F
(24,19,15)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #57524E

#57524E
(87,82,78)
#66615E
(102,97,94)
#75706E
(117,112,110)
#847F7E
(132,127,126)
#938E8E
(147,142,142)
#A29D9E
(162,157,158)
#B1ACAE
(177,172,174)
#C0BBBE
(192,187,190)
#CFCACE
(207,202,206)
#DED9DE
(222,217,222)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57524E; }

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

This text font color is #57524E.


Background Color

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

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

This div background color is #57524E.


Border color

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

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

This div border color is #57524E.


Opacity

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

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

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

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

This text has shadow with #57524E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #57524E on black background.


Color preview on white background

This text has color #57524E on white background.



Black color preview on #57524E background

This text has black color on #57524E background.


White color preview on #57524E background

This text has white color on #57524E background.