COLOR #57807F

HEX: #57807F RGB: (87,128,127)

Color info

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

RGB color model

#57807F color RGB value is (87,128,127).

RGB: (87,128,127) (34%, 50%, 50%)

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 127 of 255 = 50%

87
128
127

R + G + B ~ 45%. #57807F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 128 + 127 = 342 (100%)
R 87 of 342 ~ 25.44%
G 128 of 342 ~ 37.43%
B 127 of 342 ~ 37.13'%

%25.44
%37.43
%37.13

CMYK color model

#57807F color CMYK value is (32,0,1,50).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%

CMYK: (32,0,1,50)
C32M0Y1K50 (32%, 0%, 1%, 50%)
(0.32 / 0.00 / 0.01 / 0.50)

CMYK percentages

%32.03
%0
%0.78
%49.8

Codes

Color #57807F in popluar color models

57 80 7F
RGB 87 128 127
HSL 179° 19.07% 42.16%
HSB/HSV 179° 32.03% 50.20%
CMYK 32.03% 0.00% 0.78%
49.80%

Color #57807F in popluar number systems.

HEX 57 80 7F
Decimal 87 128 127
Binary 1010111 10000000 1111111
Octal 127 200 177

Shades and tints

Shades of #57807F

#57807F
(87,128,127)
#507574
(80,117,116)
#496A69
(73,106,105)
#425F5E
(66,95,94)
#3B5453
(59,84,83)
#344948
(52,73,72)
#2D3E3D
(45,62,61)
#263332
(38,51,50)
#1F2827
(31,40,39)
#181D1C
(24,29,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #57807F

#57807F
(87,128,127)
#668B8A
(102,139,138)
#759695
(117,150,149)
#84A1A0
(132,161,160)
#93ACAB
(147,172,171)
#A2B7B6
(162,183,182)
#B1C2C1
(177,194,193)
#C0CDCC
(192,205,204)
#CFD8D7
(207,216,215)
#DEE3E2
(222,227,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57807F color. Also use rgb(87,128,127) instead hex code.

Text Font Color

.myTextColor { color: #57807F; }

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

This text font color is #57807F.

Background Color

.myBgColor { background-color: #57807F; }

<div style="background-color:#57807F">Inner text</div>

This div background color is #57807F.

Border color

.myBorderColor { border: 1px solid #57807F; }

<div style="border:3px solid #57807F">Div</div>

This div border color is #57807F.

Opacity

.myOpacity80 { color: #57807F; opacity: 0.8; }

<p style="color:#57807F;opacity:0.8;">80%</p>

Text with #57807F 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 #57807F;}

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

This text has shadow with #57807F color.


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

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

This text has shadow with #57807F primary color and red secondary color.


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

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

This text has shadow with #57807F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57807F.

Preview

Color preview on black background

This text has color #57807F on black background.


Color preview on white background

This text has color #57807F on white background.


Black color preview on #57807F background

This text has black color on #57807F background.


White color preview on #57807F background

This text has white color on #57807F background.


Related colors

Complementary color

Complementary color for #hex is #A87F80.


I love getcolorcode.com

Triadic colors

1 #7F5780 and #807F57 with #57807F are triadic colors.

2 #7F8057 and #80577F with #57807F are triadic colors.