COLOR #57646D

HEX: #57646D
RGB: (87,100,109)

Color info

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

RGB color model

#57646D color RGB value is (87,100,109).

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

RGB channels and saturation

R 87 of 255 = 34%
G 100 of 255 = 39%
B 109 of 255 = 43%

87
100
109

R + G + B ~ 39%. #57646D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 100 + 109 = 296 (100%)
R 87 of 296 ~ 29.39%
G 100 of 296 ~ 33.78%
B 109 of 296 ~ 36.82%

%29.39
%33.78
%36.82

CMYK color model

#57646D color CMYK value is (20,8,0,57).

  • cyan value is 20.18%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(20,8,0,57)
C20M8Y0K57 
(20%,8%,0%,57%)
(0.20/0.08/0.00/0.57)	

CMYK percentages

%20.18
%8.26
%0
%57.25

Codes

Color #57646D in popluar color models

57646D
RGB87100109
HSL205°11.22%38.43%
HSB/HSV205°20.18%42.75%
CMYK20.18%8.26%0.00%
57.25%

Color #57646D in popluar number systems.

HEX57646D
Decimal87100109
Binary101011111001001101101
Octal127144155

Shades and tints

Shades of #57646D

#57646D
(87,100,109)
#505B64
(80,91,100)
#49525B
(73,82,91)
#424952
(66,73,82)
#3B4049
(59,64,73)
#343740
(52,55,64)
#2D2E37
(45,46,55)
#26252E
(38,37,46)
#1F1C25
(31,28,37)
#18131C
(24,19,28)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #57646D

#57646D
(87,100,109)
#66727A
(102,114,122)
#758087
(117,128,135)
#848E94
(132,142,148)
#939CA1
(147,156,161)
#A2AAAE
(162,170,174)
#B1B8BB
(177,184,187)
#C0C6C8
(192,198,200)
#CFD4D5
(207,212,213)
#DEE2E2
(222,226,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57646D; }

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

This text font color is #57646D.


Background Color

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

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

This div background color is #57646D.


Border color

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

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

This div border color is #57646D.


Opacity

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

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

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

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

This text has shadow with #57646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57646D on black background.


Color preview on white background

This text has color #57646D on white background.



Black color preview on #57646D background

This text has black color on #57646D background.


White color preview on #57646D background

This text has white color on #57646D background.