COLOR #57997A

HEX: #57997A
RGB: (87,153,122)

Color info

#57997A contains mainly green and blue colors. Web safe color of #57997A is #669966 (or #696).

RGB color model

#57997A color RGB value is (87,153,122).

  • red value is 87;
  • green value is 153;
  • blue value is 122.
RGB:
(87,153,122)
(34%,60%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 122 of 255 = 48%

87
153
122

R + G + B ~ 47%. #57997A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 122 = 362 (100%)
R 87 of 362 ~ 24.03%
G 153 of 362 ~ 42.27%
B 122 of 362 ~ 33.7%

%24.03
%42.27
%33.7

CMYK color model

#57997A color CMYK value is (43,0,20,40).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(43,0,20,40)
C43M0Y20K40 
(43%,0%,20%,40%)
(0.43/0.00/0.20/0.40)	

CMYK percentages

%43.14
%0
%20.26
%40

Codes

Color #57997A in popluar color models

57997A
RGB87153122
HSL152°27.50%47.06%
HSB/HSV152°43.14%60.00%
CMYK43.14%0.00%20.26%
40.00%

Color #57997A in popluar number systems.

HEX57997A
Decimal87153122
Binary1010111100110011111010
Octal127231172

Shades and tints

Shades of #57997A

#57997A
(87,153,122)
#508C6F
(80,140,111)
#497F64
(73,127,100)
#427259
(66,114,89)
#3B654E
(59,101,78)
#345843
(52,88,67)
#2D4B38
(45,75,56)
#263E2D
(38,62,45)
#1F3122
(31,49,34)
#182417
(24,36,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #57997A

#57997A
(87,153,122)
#66A286
(102,162,134)
#75AB92
(117,171,146)
#84B49E
(132,180,158)
#93BDAA
(147,189,170)
#A2C6B6
(162,198,182)
#B1CFC2
(177,207,194)
#C0D8CE
(192,216,206)
#CFE1DA
(207,225,218)
#DEEAE6
(222,234,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57997A color. Also use rgb(87,153,122) instead hex code.

Text Font Color

.myTextColor { color: #57997A; }

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

This text font color is #57997A.


Background Color

.myBgColor { background-color: #57997A; }

<div style="background-color:#57997A">Inner text</div>

This div background color is #57997A.


Border color

.myBorderColor { border: 1px solid #57997A; }

<div style="border:3px solid #57997A">Div</div>

This div border color is #57997A.


Opacity

.myOpacity80 { color: #57997A; opacity: 0.8; }

<p style="color:#57997A;opacity:0.8;">80%</p>

Text with #57997A 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 #57997A;}

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

This text has shadow with #57997A color.

.textShadow {text-shadow: 3px 3px 1px #57997A, 3px 3px 1px red;}

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

This text has shadow with #57997A primary color and red secondary color.


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

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

This text has shadow with #57997A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57997A on black background.


Color preview on white background

This text has color #57997A on white background.



Black color preview on #57997A background

This text has black color on #57997A background.


White color preview on #57997A background

This text has white color on #57997A background.