COLOR #57978F

HEX: #57978F RGB: (87,151,143)

Color info

#57978F contains mainly green and blue colors. Web safe color of #57978F is #669999 (or #699).

RGB color model

#57978F color RGB value is (87,151,143).

RGB: (87,151,143) (34%, 59%, 56%)

RGB channels and saturation

R 87 of 255 = 34%
G 151 of 255 = 59%
B 143 of 255 = 56%

87
151
143

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

Portions of RGB colors in percentages

R + G + B = 87 + 151 + 143 = 381 (100%)
R 87 of 381 ~ 22.83%
G 151 of 381 ~ 39.63%
B 143 of 381 ~ 37.53'%

%22.83
%39.63
%37.53

CMYK color model

#57978F color CMYK value is (42,0,5,41).

  • cyan value is 42.38%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%

CMYK: (42,0,5,41)
C42M0Y5K41 (42%, 0%, 5%, 41%)
(0.42 / 0.00 / 0.05 / 0.41)

CMYK percentages

%42.38
%0
%5.3
%40.78

Codes

Color #57978F in popluar color models

57 97 8F
RGB 87 151 143
HSL 173° 26.89% 46.67%
HSB/HSV 173° 42.38% 59.22%
CMYK 42.38% 0.00% 5.30%
40.78%

Color #57978F in popluar number systems.

HEX 57 97 8F
Decimal 87 151 143
Binary 1010111 10010111 10001111
Octal 127 227 217

Shades and tints

Shades of #57978F

#57978F
(87,151,143)
#508A82
(80,138,130)
#497D75
(73,125,117)
#427068
(66,112,104)
#3B635B
(59,99,91)
#34564E
(52,86,78)
#2D4941
(45,73,65)
#263C34
(38,60,52)
#1F2F27
(31,47,39)
#18221A
(24,34,26)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #57978F

#57978F
(87,151,143)
#66A099
(102,160,153)
#75A9A3
(117,169,163)
#84B2AD
(132,178,173)
#93BBB7
(147,187,183)
#A2C4C1
(162,196,193)
#B1CDCB
(177,205,203)
#C0D6D5
(192,214,213)
#CFDFDF
(207,223,223)
#DEE8E9
(222,232,233)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57978F color. Also use rgb(87,151,143) instead hex code.

Text Font Color

.myTextColor { color: #57978F; }

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

This text font color is #57978F.

Background Color

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

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

This div background color is #57978F.

Border color

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

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

This div border color is #57978F.

Opacity

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

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

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

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

This text has shadow with #57978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57978F.

Preview

Color preview on black background

This text has color #57978F on black background.


Color preview on white background

This text has color #57978F on white background.


Black color preview on #57978F background

This text has black color on #57978F background.


White color preview on #57978F background

This text has white color on #57978F background.


Related colors

Complementary color

Complementary color for #hex is #A86870.


I love getcolorcode.com

Triadic colors

1 #8F5797 and #978F57 with #57978F are triadic colors.

2 #8F9757 and #97578F with #57978F are triadic colors.