COLOR #57725C

HEX: #57725C RGB: (87,114,92)

Color info

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

RGB color model

#57725C color RGB value is (87,114,92).

RGB: (87,114,92) (34%, 45%, 36%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 92 of 255 = 36%

87
114
92

R + G + B ~ 38%. #57725C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 114 + 92 = 293 (100%)
R 87 of 293 ~ 29.69%
G 114 of 293 ~ 38.91%
B 92 of 293 ~ 31.4'%

%29.69
%38.91
%31.4

CMYK color model

#57725C color CMYK value is (24,0,19,55).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (24,0,19,55)
C24M0Y19K55 (24%, 0%, 19%, 55%)
(0.24 / 0.00 / 0.19 / 0.55)

CMYK percentages

%23.68
%0
%19.3
%55.29

Codes

Color #57725C in popluar color models

57 72 5C
RGB 87 114 92
HSL 131° 13.43% 39.41%
HSB/HSV 131° 23.68% 44.71%
CMYK 23.68% 0.00% 19.30%
55.29%

Color #57725C in popluar number systems.

HEX 57 72 5C
Decimal 87 114 92
Binary 1010111 1110010 1011100
Octal 127 162 134

Shades and tints

Shades of #57725C

#57725C
(87,114,92)
#506854
(80,104,84)
#495E4C
(73,94,76)
#425444
(66,84,68)
#3B4A3C
(59,74,60)
#344034
(52,64,52)
#2D362C
(45,54,44)
#262C24
(38,44,36)
#1F221C
(31,34,28)
#181814
(24,24,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #57725C

#57725C
(87,114,92)
#667E6A
(102,126,106)
#758A78
(117,138,120)
#849686
(132,150,134)
#93A294
(147,162,148)
#A2AEA2
(162,174,162)
#B1BAB0
(177,186,176)
#C0C6BE
(192,198,190)
#CFD2CC
(207,210,204)
#DEDEDA
(222,222,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57725C color. Also use rgb(87,114,92) instead hex code.

Text Font Color

.myTextColor { color: #57725C; }

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

This text font color is #57725C.

Background Color

.myBgColor { background-color: #57725C; }

<div style="background-color:#57725C">Inner text</div>

This div background color is #57725C.

Border color

.myBorderColor { border: 1px solid #57725C; }

<div style="border:3px solid #57725C">Div</div>

This div border color is #57725C.

Opacity

.myOpacity80 { color: #57725C; opacity: 0.8; }

<p style="color:#57725C;opacity:0.8;">80%</p>

Text with #57725C 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 #57725C;}

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

This text has shadow with #57725C color.


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

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

This text has shadow with #57725C primary color and red secondary color.


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

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

This text has shadow with #57725C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57725C.

Preview

Color preview on black background

This text has color #57725C on black background.


Color preview on white background

This text has color #57725C on white background.


Black color preview on #57725C background

This text has black color on #57725C background.


White color preview on #57725C background

This text has white color on #57725C background.


Related colors

Complementary color

Complementary color for #hex is #A88DA3.


I love getcolorcode.com

Triadic colors

1 #5C5772 and #725C57 with #57725C are triadic colors.

2 #5C7257 and #72575C with #57725C are triadic colors.