COLOR #57746C

HEX: #57746C RGB: (87,116,108)

Color info

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

RGB color model

#57746C color RGB value is (87,116,108).

RGB: (87,116,108) (34%, 45%, 42%)

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 108 of 255 = 42%

87
116
108

R + G + B ~ 40%. #57746C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 116 + 108 = 311 (100%)
R 87 of 311 ~ 27.97%
G 116 of 311 ~ 37.3%
B 108 of 311 ~ 34.73'%

%27.97
%37.3
%34.73

CMYK color model

#57746C color CMYK value is (25,0,7,55).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%

CMYK: (25,0,7,55)
C25M0Y7K55 (25%, 0%, 7%, 55%)
(0.25 / 0.00 / 0.07 / 0.55)

CMYK percentages

%25
%0
%6.9
%54.51

Codes

Color #57746C in popluar color models

57 74 6C
RGB 87 116 108
HSL 163° 14.29% 39.80%
HSB/HSV 163° 25.00% 45.49%
CMYK 25.00% 0.00% 6.90%
54.51%

Color #57746C in popluar number systems.

HEX 57 74 6C
Decimal 87 116 108
Binary 1010111 1110100 1101100
Octal 127 164 154

Shades and tints

Shades of #57746C

#57746C
(87,116,108)
#506A63
(80,106,99)
#49605A
(73,96,90)
#425651
(66,86,81)
#3B4C48
(59,76,72)
#34423F
(52,66,63)
#2D3836
(45,56,54)
#262E2D
(38,46,45)
#1F2424
(31,36,36)
#181A1B
(24,26,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #57746C

#57746C
(87,116,108)
#668079
(102,128,121)
#758C86
(117,140,134)
#849893
(132,152,147)
#93A4A0
(147,164,160)
#A2B0AD
(162,176,173)
#B1BCBA
(177,188,186)
#C0C8C7
(192,200,199)
#CFD4D4
(207,212,212)
#DEE0E1
(222,224,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57746C color. Also use rgb(87,116,108) instead hex code.

Text Font Color

.myTextColor { color: #57746C; }

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

This text font color is #57746C.

Background Color

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

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

This div background color is #57746C.

Border color

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

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

This div border color is #57746C.

Opacity

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

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

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

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

This text has shadow with #57746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57746C.

Preview

Color preview on black background

This text has color #57746C on black background.


Color preview on white background

This text has color #57746C on white background.


Black color preview on #57746C background

This text has black color on #57746C background.


White color preview on #57746C background

This text has white color on #57746C background.


Related colors

Complementary color

Complementary color for #hex is #A88B93.


I love getcolorcode.com

Triadic colors

1 #6C5774 and #746C57 with #57746C are triadic colors.

2 #6C7457 and #74576C with #57746C are triadic colors.