COLOR #57504E

HEX: #57504E
RGB: (87,80,78)

Color info

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

RGB color model

#57504E color RGB value is (87,80,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 78 of 255 = 31%

87
80
78

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

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 78 = 245 (100%)
R 87 of 245 ~ 35.51%
G 80 of 245 ~ 32.65%
B 78 of 245 ~ 31.84%

%35.51
%32.65
%31.84

CMYK color model

#57504E color CMYK value is (0,8,10,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,8,10,66)
C0M8Y10K66 
(0%,8%,10%,66%)
(0.00/0.08/0.10/0.66)	

CMYK percentages

%0
%8.05
%10.34
%65.88

Codes

Color #57504E in popluar color models

57504E
RGB878078
HSL13°5.45%32.35%
HSB/HSV13°10.34%34.12%
CMYK0.00%8.05%10.34%
65.88%

Color #57504E in popluar number systems.

HEX57504E
Decimal878078
Binary101011110100001001110
Octal127120116

Shades and tints

Shades of #57504E

#57504E
(87,80,78)
#504947
(80,73,71)
#494240
(73,66,64)
#423B39
(66,59,57)
#3B3432
(59,52,50)
#342D2B
(52,45,43)
#2D2624
(45,38,36)
#261F1D
(38,31,29)
#1F1816
(31,24,22)
#18110F
(24,17,15)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #57504E

#57504E
(87,80,78)
#665F5E
(102,95,94)
#756E6E
(117,110,110)
#847D7E
(132,125,126)
#938C8E
(147,140,142)
#A29B9E
(162,155,158)
#B1AAAE
(177,170,174)
#C0B9BE
(192,185,190)
#CFC8CE
(207,200,206)
#DED7DE
(222,215,222)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57504E; }

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

This text font color is #57504E.


Background Color

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

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

This div background color is #57504E.


Border color

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

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

This div border color is #57504E.


Opacity

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

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

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

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

This text has shadow with #57504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57504E on black background.


Color preview on white background

This text has color #57504E on white background.



Black color preview on #57504E background

This text has black color on #57504E background.


White color preview on #57504E background

This text has white color on #57504E background.