COLOR #57626B

HEX: #57626B
RGB: (87,98,107)

Color info

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

RGB color model

#57626B color RGB value is (87,98,107).

  • red value is 87;
  • green value is 98;
  • blue value is 107.
RGB:
(87,98,107)
(34%,38%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 107 of 255 = 42%

87
98
107

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

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 107 = 292 (100%)
R 87 of 292 ~ 29.79%
G 98 of 292 ~ 33.56%
B 107 of 292 ~ 36.64%

%29.79
%33.56
%36.64

CMYK color model

#57626B color CMYK value is (19,8,0,58).

  • cyan value is 18.69%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(19,8,0,58)
C19M8Y0K58 
(19%,8%,0%,58%)
(0.19/0.08/0.00/0.58)	

CMYK percentages

%18.69
%8.41
%0
%58.04

Codes

Color #57626B in popluar color models

57626B
RGB8798107
HSL207°10.31%38.04%
HSB/HSV207°18.69%41.96%
CMYK18.69%8.41%0.00%
58.04%

Color #57626B in popluar number systems.

HEX57626B
Decimal8798107
Binary101011111000101101011
Octal127142153

Shades and tints

Shades of #57626B

#57626B
(87,98,107)
#505A62
(80,90,98)
#495259
(73,82,89)
#424A50
(66,74,80)
#3B4247
(59,66,71)
#343A3E
(52,58,62)
#2D3235
(45,50,53)
#262A2C
(38,42,44)
#1F2223
(31,34,35)
#181A1A
(24,26,26)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #57626B

#57626B
(87,98,107)
#667078
(102,112,120)
#757E85
(117,126,133)
#848C92
(132,140,146)
#939A9F
(147,154,159)
#A2A8AC
(162,168,172)
#B1B6B9
(177,182,185)
#C0C4C6
(192,196,198)
#CFD2D3
(207,210,211)
#DEE0E0
(222,224,224)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57626B color. Also use rgb(87,98,107) instead hex code.

Text Font Color

.myTextColor { color: #57626B; }

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

This text font color is #57626B.


Background Color

.myBgColor { background-color: #57626B; }

<div style="background-color:#57626B">Inner text</div>

This div background color is #57626B.


Border color

.myBorderColor { border: 1px solid #57626B; }

<div style="border:3px solid #57626B">Div</div>

This div border color is #57626B.


Opacity

.myOpacity80 { color: #57626B; opacity: 0.8; }

<p style="color:#57626B;opacity:0.8;">80%</p>

Text with #57626B 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 #57626B;}

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

This text has shadow with #57626B color.

.textShadow {text-shadow: 3px 3px 1px #57626B, 3px 3px 1px red;}

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

This text has shadow with #57626B primary color and red secondary color.


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

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

This text has shadow with #57626B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57626B on black background.


Color preview on white background

This text has color #57626B on white background.



Black color preview on #57626B background

This text has black color on #57626B background.


White color preview on #57626B background

This text has white color on #57626B background.