COLOR #57646C

HEX: #57646C
RGB: (87,100,108)

Color info

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

RGB color model

#57646C color RGB value is (87,100,108).

  • red value is 87;
  • green value is 100;
  • blue value is 108.
RGB:
(87,100,108)
(34%,39%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 100 of 255 = 39%
B 108 of 255 = 42%

87
100
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 100 + 108 = 295 (100%)
R 87 of 295 ~ 29.49%
G 100 of 295 ~ 33.9%
B 108 of 295 ~ 36.61%

%29.49
%33.9
%36.61

CMYK color model

#57646C color CMYK value is (19,7,0,58).

  • cyan value is 19.44%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,7,0,58)
C19M7Y0K58 
(19%,7%,0%,58%)
(0.19/0.07/0.00/0.58)	

CMYK percentages

%19.44
%7.41
%0
%57.65

Codes

Color #57646C in popluar color models

57646C
RGB87100108
HSL203°10.77%38.24%
HSB/HSV203°19.44%42.35%
CMYK19.44%7.41%0.00%
57.65%

Color #57646C in popluar number systems.

HEX57646C
Decimal87100108
Binary101011111001001101100
Octal127144154

Shades and tints

Shades of #57646C

#57646C
(87,100,108)
#505B63
(80,91,99)
#49525A
(73,82,90)
#424951
(66,73,81)
#3B4048
(59,64,72)
#34373F
(52,55,63)
#2D2E36
(45,46,54)
#26252D
(38,37,45)
#1F1C24
(31,28,36)
#18131B
(24,19,27)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #57646C

#57646C
(87,100,108)
#667279
(102,114,121)
#758086
(117,128,134)
#848E93
(132,142,147)
#939CA0
(147,156,160)
#A2AAAD
(162,170,173)
#B1B8BA
(177,184,186)
#C0C6C7
(192,198,199)
#CFD4D4
(207,212,212)
#DEE2E1
(222,226,225)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57646C; }

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

This text font color is #57646C.


Background Color

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

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

This div background color is #57646C.


Border color

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

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

This div border color is #57646C.


Opacity

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

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

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

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

This text has shadow with #57646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57646C on black background.


Color preview on white background

This text has color #57646C on white background.



Black color preview on #57646C background

This text has black color on #57646C background.


White color preview on #57646C background

This text has white color on #57646C background.