COLOR #57847F

HEX: #57847F RGB: (87,132,127)

Color info

#57847F contains red, green and blue colors in about the same proportion. Web safe color of #57847F is #669966 (or #696).

RGB color model

#57847F color RGB value is (87,132,127).

RGB: (87,132,127) (34%, 52%, 50%)

RGB channels and saturation

R 87 of 255 = 34%
G 132 of 255 = 52%
B 127 of 255 = 50%

87
132
127

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

Portions of RGB colors in percentages

R + G + B = 87 + 132 + 127 = 346 (100%)
R 87 of 346 ~ 25.14%
G 132 of 346 ~ 38.15%
B 127 of 346 ~ 36.71'%

%25.14
%38.15
%36.71

CMYK color model

#57847F color CMYK value is (34,0,4,48).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 48.24%

CMYK: (34,0,4,48)
C34M0Y4K48 (34%, 0%, 4%, 48%)
(0.34 / 0.00 / 0.04 / 0.48)

CMYK percentages

%34.09
%0
%3.79
%48.24

Codes

Color #57847F in popluar color models

57 84 7F
RGB 87 132 127
HSL 173° 20.55% 42.94%
HSB/HSV 173° 34.09% 51.76%
CMYK 34.09% 0.00% 3.79%
48.24%

Color #57847F in popluar number systems.

HEX 57 84 7F
Decimal 87 132 127
Binary 1010111 10000100 1111111
Octal 127 204 177

Shades and tints

Shades of #57847F

#57847F
(87,132,127)
#507874
(80,120,116)
#496C69
(73,108,105)
#42605E
(66,96,94)
#3B5453
(59,84,83)
#344848
(52,72,72)
#2D3C3D
(45,60,61)
#263032
(38,48,50)
#1F2427
(31,36,39)
#18181C
(24,24,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #57847F

#57847F
(87,132,127)
#668F8A
(102,143,138)
#759A95
(117,154,149)
#84A5A0
(132,165,160)
#93B0AB
(147,176,171)
#A2BBB6
(162,187,182)
#B1C6C1
(177,198,193)
#C0D1CC
(192,209,204)
#CFDCD7
(207,220,215)
#DEE7E2
(222,231,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57847F; }

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

This text font color is #57847F.

Background Color

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

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

This div background color is #57847F.

Border color

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

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

This div border color is #57847F.

Opacity

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

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

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

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

This text has shadow with #57847F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57847F.

Preview

Color preview on black background

This text has color #57847F on black background.


Color preview on white background

This text has color #57847F on white background.


Black color preview on #57847F background

This text has black color on #57847F background.


White color preview on #57847F background

This text has white color on #57847F background.


Related colors

Complementary color

Complementary color for #hex is #A87B80.


I love getcolorcode.com

Triadic colors

1 #7F5784 and #847F57 with #57847F are triadic colors.

2 #7F8457 and #84577F with #57847F are triadic colors.