COLOR #57524D

HEX: #57524D
RGB: (87,82,77)

Color info

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

RGB color model

#57524D color RGB value is (87,82,77).

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

RGB channels and saturation

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

87
82
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 77 = 246 (100%)
R 87 of 246 ~ 35.37%
G 82 of 246 ~ 33.33%
B 77 of 246 ~ 31.3%

%35.37
%33.33
%31.3

CMYK color model

#57524D color CMYK value is (0,6,11,66).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 11.49%
  • key color value is 65.88%
CMYK:
(0,6,11,66)
C0M6Y11K66 
(0%,6%,11%,66%)
(0.00/0.06/0.11/0.66)	

CMYK percentages

%0
%5.75
%11.49
%65.88

Codes

Color #57524D in popluar color models

57524D
RGB878277
HSL30°6.10%32.16%
HSB/HSV30°11.49%34.12%
CMYK0.00%5.75%11.49%
65.88%

Color #57524D in popluar number systems.

HEX57524D
Decimal878277
Binary101011110100101001101
Octal127122115

Shades and tints

Shades of #57524D

#57524D
(87,82,77)
#504B46
(80,75,70)
#49443F
(73,68,63)
#423D38
(66,61,56)
#3B3631
(59,54,49)
#342F2A
(52,47,42)
#2D2823
(45,40,35)
#26211C
(38,33,28)
#1F1A15
(31,26,21)
#18130E
(24,19,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #57524D

#57524D
(87,82,77)
#66615D
(102,97,93)
#75706D
(117,112,109)
#847F7D
(132,127,125)
#938E8D
(147,142,141)
#A29D9D
(162,157,157)
#B1ACAD
(177,172,173)
#C0BBBD
(192,187,189)
#CFCACD
(207,202,205)
#DED9DD
(222,217,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57524D; }

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

This text font color is #57524D.


Background Color

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

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

This div background color is #57524D.


Border color

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

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

This div border color is #57524D.


Opacity

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

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

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

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

This text has shadow with #57524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57524D on black background.


Color preview on white background

This text has color #57524D on white background.



Black color preview on #57524D background

This text has black color on #57524D background.


White color preview on #57524D background

This text has white color on #57524D background.