COLOR #57504A

HEX: #57504A
RGB: (87,80,74)

Color info

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

RGB color model

#57504A color RGB value is (87,80,74).

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

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 74 of 255 = 29%

87
80
74

R + G + B ~ 31%. #57504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 74 = 241 (100%)
R 87 of 241 ~ 36.1%
G 80 of 241 ~ 33.2%
B 74 of 241 ~ 30.71%

%36.1
%33.2
%30.71

CMYK color model

#57504A color CMYK value is (0,8,15,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 14.94%
  • key color value is 65.88%
CMYK:
(0,8,15,66)
C0M8Y15K66 
(0%,8%,15%,66%)
(0.00/0.08/0.15/0.66)	

CMYK percentages

%0
%8.05
%14.94
%65.88

Codes

Color #57504A in popluar color models

57504A
RGB878074
HSL28°8.07%31.57%
HSB/HSV28°14.94%34.12%
CMYK0.00%8.05%14.94%
65.88%

Color #57504A in popluar number systems.

HEX57504A
Decimal878074
Binary101011110100001001010
Octal127120112

Shades and tints

Shades of #57504A

#57504A
(87,80,74)
#504944
(80,73,68)
#49423E
(73,66,62)
#423B38
(66,59,56)
#3B3432
(59,52,50)
#342D2C
(52,45,44)
#2D2626
(45,38,38)
#261F20
(38,31,32)
#1F181A
(31,24,26)
#181114
(24,17,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #57504A

#57504A
(87,80,74)
#665F5A
(102,95,90)
#756E6A
(117,110,106)
#847D7A
(132,125,122)
#938C8A
(147,140,138)
#A29B9A
(162,155,154)
#B1AAAA
(177,170,170)
#C0B9BA
(192,185,186)
#CFC8CA
(207,200,202)
#DED7DA
(222,215,218)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57504A; }

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

This text font color is #57504A.


Background Color

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

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

This div background color is #57504A.


Border color

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

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

This div border color is #57504A.


Opacity

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

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

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

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

This text has shadow with #57504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57504A on black background.


Color preview on white background

This text has color #57504A on white background.



Black color preview on #57504A background

This text has black color on #57504A background.


White color preview on #57504A background

This text has white color on #57504A background.