COLOR #57534F

HEX: #57534F RGB: (87,83,79)

Color info

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

RGB color model

#57534F color RGB value is (87,83,79).

RGB: (87,83,79) (34%, 33%, 31%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 79 of 255 = 31%

87
83
79

R + G + B ~ 33%. #57534F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 83 + 79 = 249 (100%)
R 87 of 249 ~ 34.94%
G 83 of 249 ~ 33.33%
B 79 of 249 ~ 31.73'%

%34.94
%33.33
%31.73

CMYK color model

#57534F color CMYK value is (0,5,9,66).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 9.20%
  • key color value is 65.88%

CMYK: (0,5,9,66)
C0M5Y9K66 (0%, 5%, 9%, 66%)
(0.00 / 0.05 / 0.09 / 0.66)

CMYK percentages

%0
%4.6
%9.2
%65.88

Codes

Color #57534F in popluar color models

57 53 4F
RGB 87 83 79
HSL 30° 4.82% 32.55%
HSB/HSV 30° 9.20% 34.12%
CMYK 0.00% 4.60% 9.20%
65.88%

Color #57534F in popluar number systems.

HEX 57 53 4F
Decimal 87 83 79
Binary 1010111 1010011 1001111
Octal 127 123 117

Shades and tints

Shades of #57534F

#57534F
(87,83,79)
#504C48
(80,76,72)
#494541
(73,69,65)
#423E3A
(66,62,58)
#3B3733
(59,55,51)
#34302C
(52,48,44)
#2D2925
(45,41,37)
#26221E
(38,34,30)
#1F1B17
(31,27,23)
#181410
(24,20,16)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #57534F

#57534F
(87,83,79)
#66625F
(102,98,95)
#75716F
(117,113,111)
#84807F
(132,128,127)
#938F8F
(147,143,143)
#A29E9F
(162,158,159)
#B1ADAF
(177,173,175)
#C0BCBF
(192,188,191)
#CFCBCF
(207,203,207)
#DEDADF
(222,218,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57534F color. Also use rgb(87,83,79) instead hex code.

Text Font Color

.myTextColor { color: #57534F; }

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

This text font color is #57534F.

Background Color

.myBgColor { background-color: #57534F; }

<div style="background-color:#57534F">Inner text</div>

This div background color is #57534F.

Border color

.myBorderColor { border: 1px solid #57534F; }

<div style="border:3px solid #57534F">Div</div>

This div border color is #57534F.

Opacity

.myOpacity80 { color: #57534F; opacity: 0.8; }

<p style="color:#57534F;opacity:0.8;">80%</p>

Text with #57534F 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 #57534F;}

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

This text has shadow with #57534F color.


.textShadow {text-shadow: 3px 3px 1px #57534F', 3px 3px 1px red;}

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

This text has shadow with #57534F primary color and red secondary color.


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

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

This text has shadow with #57534F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57534F; -webkit-box-shadow: 1px 1px 3px 2px #57534F; box-shadow:1px 1px 3px 2px #57534F;">
Div content here
</div>

This div box has shadow with color #57534F.

Preview

Color preview on black background

This text has color #57534F on black background.


Color preview on white background

This text has color #57534F on white background.


Black color preview on #57534F background

This text has black color on #57534F background.


White color preview on #57534F background

This text has white color on #57534F background.


Related colors

Complementary color

Complementary color for #hex is #A8ACB0.


I love getcolorcode.com

Triadic colors

1 #4F5753 and #534F57 with #57534F are triadic colors.

2 #4F5357 and #53574F with #57534F are triadic colors.